Searched refs:multi_ap (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/wpa/hostapd/ |
| H A 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
|
| H A D | ctrl_iface.c | 1012 if (hapd->conf->multi_ap) { in hostapd_ctrl_iface_get_config() 1016 hapd->conf->multi_ap); in hostapd_ctrl_iface_get_config()
|
| H A D | config_file.c | 4918 bss->multi_ap = val; in hostapd_config_fill()
|
| /freebsd/contrib/wpa/src/common/ |
| H A D | ieee802_11_common.c | 125 elems->multi_ap = pos; in ieee802_11_parse_vendor_specific() 2715 struct multi_ap_params *multi_ap) in check_multi_ap_ie() argument 2721 os_memset(multi_ap, 0, sizeof(*multi_ap)); in check_multi_ap_ie() 2725 multi_ap->profile = 1; in check_multi_ap_ie() 2734 multi_ap->capability = *pos; in check_multi_ap_ie() 2749 multi_ap->profile = *pos; in check_multi_ap_ie() 2750 if (multi_ap->profile > MULTI_AP_PROFILE_MAX) { in check_multi_ap_ie() 2753 multi_ap->profile); in check_multi_ap_ie() 2758 if (multi_ap->profile < MULTI_AP_PROFILE_2) { in check_multi_ap_ie() 2776 multi_ap->vlanid = vlan_id; in check_multi_ap_ie() [all …]
|
| H A D | ieee802_11_common.h | 108 const u8 *multi_ap; member 309 struct multi_ap_params *multi_ap); 311 const struct multi_ap_params *multi_ap);
|
| /freebsd/contrib/wpa/src/ap/ |
| H A D | ieee802_11.c | 101 struct multi_ap_params multi_ap = { 0 }; in hostapd_eid_multi_ap() local 103 if (!hapd->conf->multi_ap) in hostapd_eid_multi_ap() 106 if (hapd->conf->multi_ap & BACKHAUL_BSS) in hostapd_eid_multi_ap() 107 multi_ap.capability |= MULTI_AP_BACKHAUL_BSS; in hostapd_eid_multi_ap() 108 if (hapd->conf->multi_ap & FRONTHAUL_BSS) in hostapd_eid_multi_ap() 109 multi_ap.capability |= MULTI_AP_FRONTHAUL_BSS; in hostapd_eid_multi_ap() 113 multi_ap.capability |= in hostapd_eid_multi_ap() 117 multi_ap.capability |= in hostapd_eid_multi_ap() 120 multi_ap.profile = hapd->conf->multi_ap_profile; in hostapd_eid_multi_ap() 121 multi_ap.vlanid = hapd->conf->multi_ap_vlanid; in hostapd_eid_multi_ap() [all …]
|
| H A D | ap_config.h | 814 int multi_ap; /* bitmap of BACKHAUL_BSS, FRONTHAUL_BSS */ member
|
| H A D | wps_hostapd.c | 1272 if ((hapd->conf->multi_ap & FRONTHAUL_BSS) && in hostapd_init_wps() 1397 if (!(conf->multi_ap & FRONTHAUL_BSS) || in hostapd_wps_update_multi_ap()
|
| H A D | sta_info.c | 296 (hapd->conf->multi_ap & BACKHAUL_BSS) && in ap_free_sta()
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | events.c | 3165 struct multi_ap_params multi_ap; in multi_ap_process_assoc_resp() local 3172 !elems.multi_ap) in multi_ap_process_assoc_resp() 3175 status = check_multi_ap_ie(elems.multi_ap + 4, elems.multi_ap_len - 4, in multi_ap_process_assoc_resp() 3176 &multi_ap); in multi_ap_process_assoc_resp() 3180 wpa_s->multi_ap_backhaul = !!(multi_ap.capability & in multi_ap_process_assoc_resp() 3182 wpa_s->multi_ap_fronthaul = !!(multi_ap.capability & in multi_ap_process_assoc_resp()
|
| H A D | sme.c | 4398 struct multi_ap_params multi_ap = { 0 }; in sme_associate() local 4400 multi_ap.capability = MULTI_AP_BACKHAUL_STA; in sme_associate() 4401 multi_ap.profile = ssid->multi_ap_profile; in sme_associate() 4407 &multi_ap); in sme_associate()
|
| H A D | wpa_supplicant.c | 4450 struct multi_ap_params multi_ap = { 0 }; in wpas_populate_assoc_ies() local 4452 multi_ap.capability = MULTI_AP_BACKHAUL_STA; in wpas_populate_assoc_ies() 4453 multi_ap.profile = ssid->multi_ap_profile; in wpas_populate_assoc_ies() 4457 &multi_ap); in wpas_populate_assoc_ies()
|
| H A D | ctrl_iface.c | 1417 int multi_ap = 0; in wpa_supplicant_ctrl_iface_wps_pbc() local 1434 multi_ap = atoi(cmd + 9); in wpa_supplicant_ctrl_iface_wps_pbc() 1445 multi_ap = atoi(pos); in wpa_supplicant_ctrl_iface_wps_pbc() 1454 return wpas_wps_start_pbc(wpa_s, _bssid, 0, multi_ap); in wpa_supplicant_ctrl_iface_wps_pbc()
|