Home
last modified time | relevance | path

Searched refs:mld_ap (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dbeacon.c605 struct hostapd_data *mld_ap; member
670 if (!params->is_ml_sta_info && hapd->conf->mld_ap) { in hostapd_probe_resp_elems_len()
672 params->mld_ap ? params->mld_ap : hapd; in hostapd_probe_resp_elems_len()
675 ml_elem_ap, params->mld_info, !!params->mld_ap); in hostapd_probe_resp_elems_len()
834 params->mld_ap ? params->mld_ap : hapd; in hostapd_probe_resp_fill_elems()
836 if (ml_elem_ap->conf->mld_ap) in hostapd_probe_resp_fill_elems()
839 pos, !!params->mld_ap); in hostapd_probe_resp_fill_elems()
963 params->mld_ap = NULL; in hostapd_fill_probe_resp_ml_params()
986 params->mld_ap = link; in hostapd_fill_probe_resp_ml_params()
1001 sta_info_params.mld_ap = NULL; in hostapd_fill_probe_resp_ml_params()
[all …]
H A Dap_drv_ops.c511 if (hapd->conf->mld_ap) { in hostapd_sta_add()
600 if (hapd->conf->mld_ap) in hostapd_if_remove()
636 if (hapd->conf && hapd->conf->mld_ap) in hostapd_flush()
675 if (hapd->conf->mld_ap) { in hostapd_set_freq()
739 if (hapd->conf->mld_ap) in hostapd_set_tx_queue_params()
837 if (hapd->conf->mld_ap && !(key_flag & KEY_FLAG_PAIRWISE)) in hostapd_drv_set_key()
853 if (hapd->conf->mld_ap) in hostapd_drv_send_mlme()
872 if (hapd->conf->mld_ap) { in hostapd_drv_sta_deauth()
894 if (hapd->conf->mld_ap) { in hostapd_drv_sta_disassoc()
952 } else if (hapd->conf->mld_ap) { in hapd_drv_send_action()
[all …]
H A Dhostapd.c434 if (!hapd->conf->mld_ap) in hostapd_link_remove()
545 if (hapd->conf->mld_ap && !hapd->interface_added && in hostapd_free_hapd_data()
623 if (!hapd->conf || !hapd->conf->mld_ap) in hostapd_bss_link_deinit()
1436 if (conf->mld_ap) { in hostapd_setup_bss()
1468 if (hapd->conf->mld_ap) { in hostapd_setup_bss()
1481 if (hapd->conf->mld_ap && !first) { in hostapd_setup_bss()
3058 if (!hapd->iconf || !hapd->iconf->ieee80211be || !conf->mld_ap || in hostapd_bss_setup_multi_link()
3401 if (!iface->bss[0]->conf->mld_ap) { in hostapd_cleanup_driver()
3825 bool mld_ap = false; in hostapd_add_iface() local
3828 mld_ap = interfaces->iface[i]->conf->bss[0]->mld_ap; in hostapd_add_iface()
[all …]
H A Ddrv_callbacks.c944 if (!tmp_hapd->conf->mld_ap || in hostapd_notif_disassoc_mld()
996 if (!hconf->mld_ap || in hostapd_notif_disassoc()
1738 if (hapd->conf->mld_ap && link_id >= 0) { in switch_link_hapd()
1755 if (hapd->conf->mld_ap && scan_cookie != 0) { in switch_link_scan()
1804 (hapd->conf->mld_ap && in get_hapd_bssid()
1809 if (!hapd->conf->mld_ap) in get_hapd_bssid()
1933 } else if (hapd->conf->mld_ap && in hostapd_mgmt_tx_cb()
2003 if (hapd->conf->mld_ap) { in hostapd_find_by_sta()
2452 if (!hapd->iface->scan_cb && hapd->conf->mld_ap) { in wpa_supplicant_event()
H A Dap_drv_ops.h401 if (hapd->conf->mld_ap) in hostapd_drv_stop_ap()
471 if (!hapd->conf->mld_ap || !hapd->driver || !hapd->drv_priv || in hostapd_drv_link_sta_remove()
H A Dwpa_auth_glue.c527 if (hapd->conf->mld_ap && idx) in hostapd_wpa_auth_get_seqnum()
545 link_id = hapd->conf->mld_ap ? hapd->mld_link_id : -1; in hostapd_wpa_auth_send_eapol()
1549 if (!hapd->conf->mld_ap || !hapd->iface || !hapd->iface->interfaces) in hostapd_wpa_auth_get_ml_key_info()
1712 if (hapd->conf->mld_ap) { in hostapd_setup_wpa()
H A Dsta_info.h428 return hapd->conf->mld_ap && sta && sta->mld_info.mld_sta; in ap_sta_is_mld()
H A Dhw_features.c511 if (iface->bss[0]->conf->mld_ap) in ap_ht40_scan_retry()
568 if (iface->bss[0]->conf->mld_ap) in ieee80211n_check_40mhz()
H A Dieee802_11.c3364 if (hapd->conf->mld_ap && sta->mld_info.mld_sta) { in hostapd_get_aid_word()
4627 if (!hapd->conf->mld_ap) in hostapd_is_mld_ap()
5023 if (hapd->conf->mld_ap) in send_assoc_resp()
6279 !(hapd->conf->mld_ap && in ieee802_11_mgmt()
6302 !(hapd->conf->mld_ap && in ieee802_11_mgmt()
7400 ap_mld = bss->conf->mld_ap; in hostapd_eid_rnr_iface_len()
7531 if (!hapd->iface || !hapd->iface->interfaces || !hapd->conf->mld_ap) in hostapd_eid_rnr_mlo_len()
7665 ap_mld = !!hapd->conf->mld_ap; in hostapd_eid_rnr_bss()
7854 if (!hapd->iface || !hapd->iface->interfaces || !hapd->conf->mld_ap) in hostapd_eid_rnr_mlo()
8042 ap_mld = hapd->conf->mld_ap; in hostapd_eid_mbssid_len()
[all …]
H A Dctrl_iface_ap.c914 if (hapd->conf->mld_ap) { in hostapd_ctrl_iface_status()
1069 if (bss->conf->mld_ap) { in hostapd_ctrl_iface_status()
H A Dap_config.h968 u8 mld_ap; member
H A Dsta_info.c943 if (!hapd->conf->mld_ap || in ap_sta_disconnect_common()
1268 if (hapd->conf->mld_ap) in ap_sta_bind_vlan()
H A Dwnm_ap.c53 if (hapd->conf->mld_ap && (!sta || ap_sta_is_mld(hapd, sta))) in wnm_ap_get_own_addr()
H A Dieee802_11_eht.c1007 if (!hapd->conf->mld_ap) in hostapd_process_ml_auth()
H A Ddfs.c992 if (iface->bss[0]->conf->mld_ap) in hostapd_dfs_request_channel_switch()
H A Dieee802_1x.c101 link_id = hapd->conf->mld_ap ? hapd->mld_link_id : -1; in ieee802_1x_send()
/freebsd/contrib/wpa/hostapd/
H A Dmain.c171 if (conf->mld_ap) in hostapd_driver_init()
233 if (hapd->conf->mld_ap) { in hostapd_driver_init()
273 if (hapd->conf->mld_ap) { in hostapd_driver_init()
325 if (hapd->conf->mld_ap) { in hostapd_driver_init()
H A Dctrl_iface.c1946 if (hapd->conf->mld_ap) in hostapd_ctrl_iface_data_test_config()
2667 if (iface->num_bss && iface->bss[0]->conf->mld_ap) in hostapd_ctrl_iface_chan_switch()
3599 if (!iface || !iface->bss[0]->conf->mld_ap) { in hostapd_ctrl_iface_enable_mld()
3634 if (!iface || !iface->bss[0]->conf->mld_ap) { in hostapd_ctrl_iface_disable_mld()
H A Dconfig_file.c5085 bss->mld_ap = !!atoi(pos); in hostapd_config_fill()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h1830 bool mld_ap; member
H A Ddriver_nl80211.c5063 if (params->mld_ap) { in wpa_driver_nl80211_set_ap()
5111 if (params->mld_ap) { in wpa_driver_nl80211_set_ap()
5420 params->mld_ap ? params->mld_link_id : in wpa_driver_nl80211_set_ap()
5436 params->mld_ap ? params->mld_link_id : in wpa_driver_nl80211_set_ap()