Home
last modified time | relevance | path

Searched refs:tx_bss (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c1663 struct hostapd_data *tx_bss; in hostapd_setup_wpa() local
1667 tx_bss = hostapd_mbssid_get_tx_bss(hapd); in hostapd_setup_wpa()
1668 if (tx_bss != hapd) in hostapd_setup_wpa()
1669 _conf.tx_bss_auth = tx_bss->wpa_auth; in hostapd_setup_wpa()
H A Dbeacon.c475 struct hostapd_data *tx_bss; in ieee802_11_build_ap_params_mbssid() local
495 tx_bss = hostapd_mbssid_get_tx_bss(hapd); in ieee802_11_build_ap_params_mbssid()
496 len = hostapd_eid_mbssid_len(tx_bss, WLAN_FC_STYPE_BEACON, &elem_count, in ieee802_11_build_ap_params_mbssid()
520 end = hostapd_eid_mbssid(tx_bss, elem, elem + len, WLAN_FC_STYPE_BEACON, in ieee802_11_build_ap_params_mbssid()
524 params->mbssid_tx_iface = tx_bss->conf->iface; in ieee802_11_build_ap_params_mbssid()
H A Dieee802_11.c7933 struct hostapd_data *tx_bss, u8 *buf) in hostapd_mbssid_ext_capa() argument
7938 ext_capa_tx_end = hostapd_eid_ext_capab(tx_bss, ext_capa_tx, in hostapd_mbssid_ext_capa()
7958 struct hostapd_data *tx_bss = hostapd_mbssid_get_tx_bss(hapd); in hostapd_eid_mbssid_elem_len() local
8007 nontx_profile_len += hostapd_mbssid_ext_capa(bss, tx_bss, in hostapd_eid_mbssid_elem_len()
8010 if (!rsn && hostapd_wpa_ie(tx_bss, WLAN_EID_RSN)) in hostapd_eid_mbssid_elem_len()
8012 if (!rsnx && hostapd_wpa_ie(tx_bss, WLAN_EID_RSNX)) in hostapd_eid_mbssid_elem_len()
8092 struct hostapd_data *tx_bss = hostapd_mbssid_get_tx_bss(hapd); in hostapd_eid_mbssid_elem() local
8165 eid += hostapd_mbssid_ext_capa(bss, tx_bss, eid); in hostapd_eid_mbssid_elem()
8168 if (!rsn && hostapd_wpa_ie(tx_bss, WLAN_EID_RSN)) in hostapd_eid_mbssid_elem()
8173 if (!rsnx && hostapd_wpa_ie(tx_bss, WLAN_EID_RSNX)) in hostapd_eid_mbssid_elem()