Home
last modified time | relevance | path

Searched refs:multi_ap (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/
DREADME-MULTI-AP73 A BSS is configured in Multi-AP mode in hostapd by setting the 'multi_ap'
84 If 'multi_ap' is 1 (backhaul BSS only), any station that tries to associate
87 If 'multi_ap' is 2 (fronthaul BSS only), any station that tries to associate
89 difference with 'multi_ap' set to 0: in the latter case, the Multi-AP
93 multi_ap_backhaul_sta=1 in wpa_supplicant on STA, and multi_ap=1 or 3 in
95 with WPS support on the backhaul BSS (multi_ap=1). hostapd does not check for
132 "multi_ap=1" option is set, it adds the Multi-AP backhaul subelement to the
138 multi_ap=1 option is given in the wps_pbc call on the STA side, and multi_ap=2
Dconfig_file.c4345 bss->multi_ap = val; in hostapd_config_fill()
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.h95 const u8 *multi_ap; member
Dieee802_11_common.c130 elems->multi_ap = pos; in ieee802_11_parse_vendor_specific()
/external/wpa_supplicant_8/src/ap/
Dap_config.h711 int multi_ap; /* bitmap of BACKHAUL_BSS, FRONTHAUL_BSS */ member
Dieee802_11.c75 if (!hapd->conf->multi_ap) in hostapd_eid_multi_ap()
77 if (hapd->conf->multi_ap & BACKHAUL_BSS) in hostapd_eid_multi_ap()
79 if (hapd->conf->multi_ap & FRONTHAUL_BSS) in hostapd_eid_multi_ap()
2520 if (!hapd->conf->multi_ap) in check_multi_ap()
2547 if (hapd->conf->multi_ap & FRONTHAUL_BSS) in check_multi_ap()
2557 if (!(hapd->conf->multi_ap & BACKHAUL_BSS)) in check_multi_ap()
2823 resp = check_multi_ap(hapd, sta, elems.multi_ap, elems.multi_ap_len); in check_assoc_ies()
Dwps_hostapd.c1175 if ((hapd->conf->multi_ap & FRONTHAUL_BSS) && in hostapd_init_wps()
/external/wpa_supplicant_8/wpa_supplicant/
Devents.c2298 if (!elems.multi_ap || elems.multi_ap_len < 7) { in multi_ap_process_assoc_resp()
2303 pos = elems.multi_ap + 4; in multi_ap_process_assoc_resp()
Dctrl_iface.c1172 int multi_ap = 0; in wpa_supplicant_ctrl_iface_wps_pbc() local
1189 multi_ap = atoi(cmd + 9); in wpa_supplicant_ctrl_iface_wps_pbc()
1200 multi_ap = atoi(pos); in wpa_supplicant_ctrl_iface_wps_pbc()
1209 return wpas_wps_start_pbc(wpa_s, _bssid, 0, multi_ap); in wpa_supplicant_ctrl_iface_wps_pbc()