diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-08-24 13:31:20 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-08-24 13:31:20 +0000 |
commit | 335e519dd64bbc8b0c938945745a92d86c2ff9fc (patch) | |
tree | f1b784f41d1d18c5abd8d47cf6d2c7c212a43525 /libs/iwinfo/src/iwinfo.h | |
parent | 12f582bcc7dc8ab447c01e2cfa939caa7dfa321b (diff) |
libs/iwinfo: fixes for wpa/wep detection in wifi scan
Diffstat (limited to 'libs/iwinfo/src/iwinfo.h')
-rw-r--r-- | libs/iwinfo/src/iwinfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/iwinfo/src/iwinfo.h b/libs/iwinfo/src/iwinfo.h index 29398831c..c1b5b7a12 100644 --- a/libs/iwinfo/src/iwinfo.h +++ b/libs/iwinfo/src/iwinfo.h @@ -37,9 +37,9 @@ struct iwinfo_txpwrlist_entry { struct iwinfo_crypto_entry { uint8_t enabled; uint8_t wpa_version; - uint8_t group_ciphers[8]; - uint8_t pair_ciphers[8]; - uint8_t auth_suites[8]; + uint8_t group_ciphers; + uint8_t pair_ciphers; + uint8_t auth_suites; }; struct iwinfo_scanlist_entry { |