/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | README-MULTI-AP | 73 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
|
D | ap_ctrl_iface.c | 1233 if (hapd->conf->multi_ap) { in hostapd_ctrl_iface_get_config() 1237 hapd->conf->multi_ap); in hostapd_ctrl_iface_get_config()
|
D | ap_config_file.c | 4568 bss->multi_ap = val; in hostapd_config_fill()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | README-MULTI-AP | 73 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
|
D | ap_config_file.c | 4387 bss->multi_ap = val;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | ieee802_11_common.h | 95 const u8 *multi_ap; member
|
D | ieee802_11_common.c | 130 elems->multi_ap = pos; in ieee802_11_parse_vendor_specific()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | ieee802_11_common.h | 112 const u8 *multi_ap; member
|
D | ieee802_11_common.c | 130 elems->multi_ap = pos; in ieee802_11_parse_vendor_specific()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ap_config.h | 735 int multi_ap; /* bitmap of BACKHAUL_BSS, FRONTHAUL_BSS */ member
|
D | ieee802_11.c | 76 if (!hapd->conf->multi_ap) in hostapd_eid_multi_ap() 78 if (hapd->conf->multi_ap & BACKHAUL_BSS) in hostapd_eid_multi_ap() 80 if (hapd->conf->multi_ap & FRONTHAUL_BSS) in hostapd_eid_multi_ap() 2528 if (!hapd->conf->multi_ap) in check_multi_ap() 2555 if (hapd->conf->multi_ap & FRONTHAUL_BSS) in check_multi_ap() 2565 if (!(hapd->conf->multi_ap & BACKHAUL_BSS)) in check_multi_ap() 2948 resp = check_multi_ap(hapd, sta, elems.multi_ap, elems.multi_ap_len); in check_assoc_ies()
|
D | wps_hostapd.c | 1175 if ((hapd->conf->multi_ap & FRONTHAUL_BSS) && in hostapd_init_wps()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ap_config.h | 778 int multi_ap; /* bitmap of BACKHAUL_BSS, FRONTHAUL_BSS */ member
|
D | ieee802_11.c | 95 if (!hapd->conf->multi_ap) in hostapd_eid_multi_ap() 97 if (hapd->conf->multi_ap & BACKHAUL_BSS) in hostapd_eid_multi_ap() 99 if (hapd->conf->multi_ap & FRONTHAUL_BSS) in hostapd_eid_multi_ap() 4045 if (!hapd->conf->multi_ap) in check_multi_ap() 4072 if (hapd->conf->multi_ap & FRONTHAUL_BSS) in check_multi_ap() 4082 if (!(hapd->conf->multi_ap & BACKHAUL_BSS)) in check_multi_ap() 4493 resp = check_multi_ap(hapd, sta, elems.multi_ap, elems.multi_ap_len); in check_assoc_ies()
|
D | wps_hostapd.c | 1269 if ((hapd->conf->multi_ap & FRONTHAUL_BSS) && in hostapd_init_wps() 1394 if (!(conf->multi_ap & FRONTHAUL_BSS) || in hostapd_wps_update_multi_ap()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | events.c | 2304 if (!elems.multi_ap || elems.multi_ap_len < 7) { in multi_ap_process_assoc_resp() 2309 pos = elems.multi_ap + 4; in multi_ap_process_assoc_resp()
|
D | ctrl_iface.c | 1175 int multi_ap = 0; in wpa_supplicant_ctrl_iface_wps_pbc() local 1192 multi_ap = atoi(cmd + 9); in wpa_supplicant_ctrl_iface_wps_pbc() 1203 multi_ap = atoi(pos); in wpa_supplicant_ctrl_iface_wps_pbc() 1212 return wpas_wps_start_pbc(wpa_s, _bssid, 0, multi_ap); in wpa_supplicant_ctrl_iface_wps_pbc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | events.c | 2597 !elems.multi_ap || elems.multi_ap_len < 7) in multi_ap_process_assoc_resp() 2600 pos = elems.multi_ap + 4; in multi_ap_process_assoc_resp()
|
D | ctrl_iface.c | 1345 int multi_ap = 0; in wpa_supplicant_ctrl_iface_wps_pbc() local 1362 multi_ap = atoi(cmd + 9); in wpa_supplicant_ctrl_iface_wps_pbc() 1373 multi_ap = atoi(pos); in wpa_supplicant_ctrl_iface_wps_pbc() 1382 return wpas_wps_start_pbc(wpa_s, _bssid, 0, multi_ap); in wpa_supplicant_ctrl_iface_wps_pbc()
|