|
libhd
5.0
|
wlan capabilities More...
#include <hd.h>
Data Fields | |
| union u_hd_res_t * | next |
| enum resource_types | type |
| str_list_t * | channels |
| str_list_t * | frequencies |
| in GHz units More... | |
| str_list_t * | bitrates |
| in Mbps units More... | |
| str_list_t * | auth_modes |
| open, sharedkey, wpa-psk, wpa-eap, wpa-leap More... | |
| str_list_t * | enc_modes |
| WEP40, WEP104, WEP128, WEP232, TKIP, CCMP. More... | |
wlan capabilities
| str_list_t* res_wlan_t::auth_modes |
open, sharedkey, wpa-psk, wpa-eap, wpa-leap
Referenced by dump_normal(), free_res_list(), and hd_scan_wlan().
| str_list_t* res_wlan_t::bitrates |
in Mbps units
Referenced by dump_normal(), free_res_list(), and hd_scan_wlan().
| str_list_t* res_wlan_t::channels |
Referenced by dump_normal(), free_res_list(), and hd_scan_wlan().
| str_list_t* res_wlan_t::enc_modes |
WEP40, WEP104, WEP128, WEP232, TKIP, CCMP.
Referenced by dump_normal(), free_res_list(), and hd_scan_wlan().
| str_list_t* res_wlan_t::frequencies |
in GHz units
Referenced by dump_normal(), free_res_list(), and hd_scan_wlan().
| union u_hd_res_t* res_wlan_t::next |
| enum resource_types res_wlan_t::type |