OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ieee80211n
(Results
1 - 11
of
11
) 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)
221
if (hapd->iconf->
ieee80211n
) {
ap_config.h
514
int
ieee80211n
;
member in struct:hostapd_config
hw_features.c
172
(!iface->conf->
ieee80211n
|| !iface->conf->require_ht)) {
622
if (!iface->conf->
ieee80211n
)
ieee802_11.c
54
if (hapd->iconf->
ieee80211n
&& hapd->iconf->require_ht)
75
if (hapd->iconf->
ieee80211n
&& hapd->iconf->require_ht && count < 8) {
98
if (hapd->iconf->
ieee80211n
&& hapd->iconf->require_ht)
120
if (hapd->iconf->
ieee80211n
&& hapd->iconf->require_ht) {
882
if (hapd->iconf->
ieee80211n
&& hapd->iconf->require_ht &&
[
all
...]
hostapd.c
671
conf->wmm_enabled = hapd->iconf->
ieee80211n
;
912
hapd->iconf->
ieee80211n
,
[
all
...]
beacon.c
754
if (!hapd->iconf->
ieee80211n
|| hapd->conf->disable_11n)
drv_callbacks.c
391
hapd->iconf->
ieee80211n
= ht;
/external/wpa_supplicant_8/wpa_supplicant/
ap.c
80
* Enable HT20 if the driver supports it, by setting conf->
ieee80211n
97
conf->
ieee80211n
= 0;
104
conf->
ieee80211n
= 1;
ChangeLog
252
config parameter
ieee80211n
.
[
all
...]
/external/wpa_supplicant_8/hostapd/
config_file.c
1157
if (conf->
ieee80211n
&& conf->hw_mode == HOSTAPD_MODE_IEEE80211B) {
1163
if (conf->
ieee80211n
&&
1170
if (conf->
ieee80211n
&& bss->wpa &&
[
all
...]
hostapd.conf
392
#
ieee80211n
: Whether IEEE 802.11n (HT) is enabled
396
#
ieee80211n
=1
[
all
...]
Completed in 255 milliseconds