OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_sta_ht40_intolerant
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/ap/
ieee802_11_ht.c
305
wpa_printf(MSG_DEBUG, "is_ht40_allowed=%d
num_sta_ht40_intolerant
=%d",
306
is_ht40_allowed, iface->
num_sta_ht40_intolerant
);
318
if (!iface->
num_sta_ht40_intolerant
&&
378
iface->
num_sta_ht40_intolerant
++;
395
iface->
num_sta_ht40_intolerant
--;
397
if (iface->
num_sta_ht40_intolerant
== 0 &&
hostapd.h
402
int
num_sta_ht40_intolerant
;
member in struct:hostapd_iface
ctrl_iface_ap.c
444
"
num_sta_ht40_intolerant
=%d\n"
457
iface->
num_sta_ht40_intolerant
,
Completed in 585 milliseconds