Searched refs:tx_bss (Results 1 – 3 of 3) sorted by relevance
/hostap-latest/src/ap/ |
D | wpa_auth_glue.c | 1711 struct hostapd_data *tx_bss; in hostapd_setup_wpa() local 1715 tx_bss = hostapd_mbssid_get_tx_bss(hapd); in hostapd_setup_wpa() 1716 if (tx_bss != hapd) in hostapd_setup_wpa() 1717 _conf.tx_bss_auth = tx_bss->wpa_auth; in hostapd_setup_wpa()
|
D | beacon.c | 550 struct hostapd_data *tx_bss; in ieee802_11_build_ap_params_mbssid() local 570 tx_bss = hostapd_mbssid_get_tx_bss(hapd); in ieee802_11_build_ap_params_mbssid() 571 len = hostapd_eid_mbssid_len(tx_bss, WLAN_FC_STYPE_BEACON, &elem_count, in ieee802_11_build_ap_params_mbssid() 595 end = hostapd_eid_mbssid(tx_bss, elem, elem + len, WLAN_FC_STYPE_BEACON, in ieee802_11_build_ap_params_mbssid() 599 params->mbssid_tx_iface = tx_bss->conf->iface; in ieee802_11_build_ap_params_mbssid()
|
D | ieee802_11.c | 7942 struct hostapd_data *tx_bss, u8 *buf) in hostapd_mbssid_ext_capa() argument 7947 ext_capa_tx_end = hostapd_eid_ext_capab(tx_bss, ext_capa_tx, in hostapd_mbssid_ext_capa() 7967 struct hostapd_data *tx_bss = hostapd_mbssid_get_tx_bss(hapd); in hostapd_eid_mbssid_elem_len() local 8016 nontx_profile_len += hostapd_mbssid_ext_capa(bss, tx_bss, in hostapd_eid_mbssid_elem_len() 8019 if (!rsn && hostapd_wpa_ie(tx_bss, WLAN_EID_RSN)) in hostapd_eid_mbssid_elem_len() 8021 if (!rsnx && hostapd_wpa_ie(tx_bss, WLAN_EID_RSNX)) in hostapd_eid_mbssid_elem_len() 8101 struct hostapd_data *tx_bss = hostapd_mbssid_get_tx_bss(hapd); in hostapd_eid_mbssid_elem() local 8174 eid += hostapd_mbssid_ext_capa(bss, tx_bss, eid); in hostapd_eid_mbssid_elem() 8177 if (!rsn && hostapd_wpa_ie(tx_bss, WLAN_EID_RSN)) in hostapd_eid_mbssid_elem() 8182 if (!rsnx && hostapd_wpa_ie(tx_bss, WLAN_EID_RSNX)) in hostapd_eid_mbssid_elem()
|