OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:multi_ap
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/wpa/dist/src/common/
ieee802_11_common.h
102
const u8 *
multi_ap
;
member in struct:ieee802_11_elems
279
struct multi_ap_params *
multi_ap
);
281
const struct multi_ap_params *
multi_ap
);
/src/external/bsd/wpa/dist/wpa_supplicant/
sme.c
2449
struct multi_ap_params
multi_ap
= { 0 };
local
2451
multi_ap
.capability = MULTI_AP_BACKHAUL_STA;
2452
multi_ap
.profile = ssid->multi_ap_profile;
2458
&
multi_ap
);
events.c
3036
struct multi_ap_params
multi_ap
;
local
3043
!elems.
multi_ap
)
3046
status = check_multi_ap_ie(elems.
multi_ap
+ 4, elems.multi_ap_len - 4,
3047
&
multi_ap
);
3051
wpa_s->multi_ap_backhaul = !!(
multi_ap
.capability &
3053
wpa_s->multi_ap_fronthaul = !!(
multi_ap
.capability &
wpa_supplicant.c
3929
struct multi_ap_params
multi_ap
= { 0 };
local
3931
multi_ap
.capability = MULTI_AP_BACKHAUL_STA;
3932
multi_ap
.profile = ssid->multi_ap_profile;
3936
&
multi_ap
);
ctrl_iface.c
1385
int
multi_ap
= 0;
local
1400
} else if (os_strncmp(cmd, "
multi_ap
=", 9) == 0) {
1402
multi_ap
= atoi(cmd + 9);
1410
pos = os_strstr(cmd, "
multi_ap
=");
1413
multi_ap
= atoi(pos);
1422
return wpas_wps_start_pbc(wpa_s, _bssid, 0,
multi_ap
);
/src/external/bsd/wpa/dist/src/ap/
ieee802_11.c
93
struct multi_ap_params
multi_ap
= { 0 };
local
95
if (!hapd->conf->
multi_ap
)
98
if (hapd->conf->
multi_ap
& BACKHAUL_BSS)
99
multi_ap
.capability |= MULTI_AP_BACKHAUL_BSS;
100
if (hapd->conf->
multi_ap
& FRONTHAUL_BSS)
101
multi_ap
.capability |= MULTI_AP_FRONTHAUL_BSS;
105
multi_ap
.capability |=
109
multi_ap
.capability |=
112
multi_ap
.profile = hapd->conf->multi_ap_profile;
113
multi_ap
.vlanid = hapd->conf->multi_ap_vlanid
3481
struct
multi_ap
_params
multi_ap
;
local
[
all
...]
ap_config.h
807
int
multi_ap
; /* bitmap of BACKHAUL_BSS, FRONTHAUL_BSS */
member in struct:hostapd_bss_config
Completed in 119 milliseconds
Indexes created Sat Jun 06 00:24:59 UTC 2026