OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tx_supp_rates
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/drivers/
driver_hostap.c
621
int
tx_supp_rates
= 0;
local
631
tx_supp_rates
|= WLAN_RATE_1M;
633
tx_supp_rates
|= WLAN_RATE_2M;
635
tx_supp_rates
|= WLAN_RATE_5M5;
637
tx_supp_rates
|= WLAN_RATE_11M;
645
param.u.add_sta.
tx_supp_rates
=
tx_supp_rates
;
driver_hostap.h
160
u8
tx_supp_rates
;
member in struct:prism2_hostapd_param::__anon39456::__anon39457
Completed in 83 milliseconds