OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ieee80211n
(Results
1 - 9
of
9
) 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
423
int
ieee80211n
;
member in struct:hostapd_config
ieee802_11.c
50
if (hapd->iconf->
ieee80211n
&& hapd->iconf->require_ht)
69
if (hapd->iconf->
ieee80211n
&& hapd->iconf->require_ht &&
86
if (hapd->iconf->
ieee80211n
&& hapd->iconf->require_ht)
106
if (hapd->iconf->
ieee80211n
&& hapd->iconf->require_ht &&
642
if (hapd->iconf->
ieee80211n
&& hapd->iconf->require_ht &&
[
all
...]
hostapd.c
520
conf->wmm_enabled = hapd->iconf->
ieee80211n
;
732
hapd->iconf->
ieee80211n
,
hw_features.c
168
(!iface->conf->
ieee80211n
|| !iface->conf->require_ht)) {
576
if (!iface->conf->
ieee80211n
)
beacon.c
675
if (!hapd->iconf->
ieee80211n
|| hapd->conf->disable_11n)
/external/wpa_supplicant_8/wpa_supplicant/
ap.c
77
* Enable HT20 if the driver supports it, by setting conf->
ieee80211n
92
conf->
ieee80211n
= 1;
/external/wpa_supplicant_8/hostapd/
config_file.c
1093
if (conf->
ieee80211n
&&
1100
if (conf->
ieee80211n
&& bss->wpa &&
[
all
...]
hostapd.conf
375
#
ieee80211n
: Whether IEEE 802.11n (HT) is enabled
379
#
ieee80211n
=1
[
all
...]
Completed in 42 milliseconds