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 | |
str_list_t * | bitrates |
in Mbps units | |
str_list_t * | auth_modes |
open, sharedkey, wpa-psk, wpa-eap, wpa-leap | |
str_list_t * | enc_modes |
WEP40, WEP104, WEP128, WEP232, TKIP, CCMP. |
wlan capabilities
open, sharedkey, wpa-psk, wpa-eap, wpa-leap
Referenced by dump_normal(), free_res_list(), and hd_scan_wlan().
in Mbps units
Referenced by dump_normal(), free_res_list(), and hd_scan_wlan().
Referenced by dump_normal(), free_res_list(), and hd_scan_wlan().
WEP40, WEP104, WEP128, WEP232, TKIP, CCMP.
Referenced by dump_normal(), free_res_list(), and hd_scan_wlan().
in GHz units
Referenced by dump_normal(), free_res_list(), and hd_scan_wlan().
union u_hd_res_t* res_wlan_t::next |