OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ieee80211n
(Results
1 - 8
of
8
) 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
hostapd.c
531
conf->wmm_enabled = hapd->iconf->
ieee80211n
;
740
hapd->iconf->
ieee80211n
,
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
...]
/external/wpa_supplicant_8/wpa_supplicant/
ap.c
90
* Enable HT20 if the driver supports it, by setting conf->
ieee80211n
.
105
conf->
ieee80211n
= 1;
/external/wpa_supplicant_8/hostapd/
config_file.c
1091
if (conf->
ieee80211n
&&
1098
if (conf->
ieee80211n
&& bss->wpa &&
[
all
...]
hostapd.conf
370
#
ieee80211n
: Whether IEEE 802.11n (HT) is enabled
374
#
ieee80211n
=1
[
all
...]
Completed in 545 milliseconds