diff options
| author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-03-23 04:30:20 +0100 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-03-23 04:30:20 +0100 |
| commit | 49a4ac07283ce98d0e04192d3a0cbfbc4b9d02f5 (patch) | |
| tree | af2f81f17e1263bab111035e3639f0100fccc50d | |
| parent | e7131e931351c0f0d8248e55d8c1310b77cb9bc8 (diff) | |
| download | plan9front-49a4ac07283ce98d0e04192d3a0cbfbc4b9d02f5.tar.xz | |
wpa2 support continued...
| -rw-r--r-- | sys/src/9/pc/wifi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/wifi.h b/sys/src/9/pc/wifi.h index 6099f95dc..718e1038d 100644 --- a/sys/src/9/pc/wifi.h +++ b/sys/src/9/pc/wifi.h @@ -10,6 +10,7 @@ enum { /* cipher */ enum { TKIP = 1, + CCMP = 2, }; struct Wkey |
