OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:disable_11ax
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/bsd/wpa/dist/src/ap/
ieee802_11_he.c
488
!hapd->iconf->ieee80211ax || hapd->conf->
disable_11ax
||
518
hapd->conf->
disable_11ax
||
548
!hapd->iconf->ieee80211ax || hapd->conf->
disable_11ax
)
neighbor_db.c
236
int he = hapd->iconf->ieee80211ax && !hapd->conf->
disable_11ax
;
beacon.c
571
if (!hapd->iconf->ieee80211ax || hapd->conf->
disable_11ax
)
797
if (hapd->iconf->ieee80211ax && !hapd->conf->
disable_11ax
&&
811
if (hapd->iconf->ieee80211ax && !hapd->conf->
disable_11ax
) {
1762
if (hapd->iconf->ieee80211ax && !hapd->conf->
disable_11ax
)
2285
if (hapd->iconf->ieee80211ax && !hapd->conf->
disable_11ax
&&
2299
if (hapd->iconf->ieee80211ax && !hapd->conf->
disable_11ax
) {
ap_config.c
1391
bss->
disable_11ax
= true;
1402
bss->
disable_11ax
= true;
1477
(!conf->ieee80211ax || bss->
disable_11ax
)) {
1492
if (full_config && !bss->disable_11be && bss->
disable_11ax
) {
wnm_ap.c
743
if (!hapd->iconf->ieee80211ax || hapd->conf->
disable_11ax
)
759
if (!hapd->iconf->ieee80211ax || hapd->conf->
disable_11ax
)
ctrl_iface_ap.c
883
!hapd->conf->
disable_11ax
,
953
if (iface->conf->ieee80211ax && !hapd->conf->
disable_11ax
) {
ap_config.h
554
bool
disable_11ax
;
member in struct:hostapd_bss_config
ieee802_11.c
3987
if (hapd->iconf->ieee80211ax && !hapd->conf->
disable_11ax
) {
4470
if (hapd->iconf->ieee80211ax && !hapd->conf->
disable_11ax
) {
4980
if (hapd->iconf->ieee80211ax && !hapd->conf->
disable_11ax
) {
/src/external/bsd/wpa/dist/hostapd/
config_file.c
5017
} else if (os_strcmp(buf, "
disable_11ax
") == 0) {
5018
bss->
disable_11ax
= !!atoi(pos);
Completed in 25 milliseconds
Indexes created Sun Aug 16 00:25:19 UTC 2026