OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ieee80211n
(Results
1 - 7
of
7
) sorted by null
/external/wpa_supplicant_8/src/ap/
ieee802_11_ht.c
33
if (!hapd->iconf->
ieee80211n
|| !hapd->iface->current_mode ||
62
if (!hapd->iconf->
ieee80211n
|| hapd->conf->disable_11n)
102
if (!iface->conf->
ieee80211n
|| iface->conf->ht_op_mode_fixed)
222
if (hapd->iconf->
ieee80211n
) {
ap_config.h
394
int
ieee80211n
;
member in struct:hostapd_config
hw_features.c
166
(!hapd->iconf->
ieee80211n
|| !hapd->iconf->require_ht)) {
588
if (!iface->conf->
ieee80211n
)
ieee802_11.c
56
if (hapd->iconf->
ieee80211n
&& hapd->iconf->require_ht)
75
if (hapd->iconf->
ieee80211n
&& hapd->iconf->require_ht &&
92
if (hapd->iconf->
ieee80211n
&& hapd->iconf->require_ht)
112
if (hapd->iconf->
ieee80211n
&& hapd->iconf->require_ht &&
682
if (hapd->iconf->
ieee80211n
&& hapd->iconf->require_ht &&
[
all
...]
hostapd.c
531
conf->wmm_enabled = hapd->iconf->
ieee80211n
;
740
hapd->iconf->
ieee80211n
,
/external/wpa_supplicant_8/hostapd/
config_file.c
1091
if (conf->
ieee80211n
&&
1098
if (conf->
ieee80211n
&& bss->wpa &&
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
ap.c
90
* Enable HT20 if the driver supports it, by setting conf->
ieee80211n
.
105
conf->
ieee80211n
= 1;
Completed in 178 milliseconds