diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-15 15:21:03 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-15 15:21:03 +0000 |
commit | 1b77a6f4c49b29b83e3063d9deca1a38e97ad897 (patch) | |
tree | 43d1b140fb67816f73b0caa60d0476d0aad77435 /libs/iwinfo/src/iwinfo.h | |
parent | 2bfa17e6f415a5d99a2f65dc37e4b8ceac1c3b6a (diff) |
libs/iwinfo: add *_get_freqlist()
Diffstat (limited to 'libs/iwinfo/src/iwinfo.h')
-rw-r--r-- | libs/iwinfo/src/iwinfo.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/iwinfo/src/iwinfo.h b/libs/iwinfo/src/iwinfo.h index eebe6b4199..f15e38327f 100644 --- a/libs/iwinfo/src/iwinfo.h +++ b/libs/iwinfo/src/iwinfo.h @@ -36,6 +36,11 @@ struct iwinfo_txpwrlist_entry { uint8_t mw; }; +struct iwinfo_freqlist_entry { + uint8_t channel; + uint32_t mhz; +}; + struct iwinfo_crypto_entry { uint8_t enabled; uint8_t wpa_version; |