Searched refs:hapd_probed (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/wpa/src/ap/ |
| H A D | beacon.c | 754 struct hostapd_data *hapd_probed = params->mld_ap ? params->mld_ap : in hostapd_probe_resp_elems_len() local 820 buflen += hostapd_eid_mbssid_len(hapd_probed, WLAN_FC_STYPE_PROBE_RESP, in hostapd_probe_resp_elems_len() 840 struct hostapd_data *hapd_probed = params->mld_ap ? params->mld_ap : in hostapd_probe_resp_fill_elems() local 881 pos = hostapd_eid_mbssid(hapd_probed, pos, epos, in hostapd_probe_resp_fill_elems() 1058 struct hostapd_data *hapd_probed = hapd; in hostapd_gen_probe_resp() local 1066 buflen += hostapd_probe_resp_elems_len(hapd_probed, params); in hostapd_gen_probe_resp() 1096 pos = hostapd_probe_resp_fill_elems(hapd_probed, params, in hostapd_gen_probe_resp()
|
| H A D | ieee802_11.c | 10427 size_t hostapd_eid_mbssid_len(struct hostapd_data *hapd_probed, u32 frame_type, in hostapd_eid_mbssid_len() argument 10431 struct hostapd_data *hapd = hostapd_mbssid_get_tx_bss(hapd_probed); in hostapd_eid_mbssid_len() 10467 len += hostapd_eid_mbssid_elem_len(hapd_probed, frame_type, in hostapd_eid_mbssid_len() 10629 u8 * hostapd_eid_mbssid(struct hostapd_data *hapd_probed, u8 *eid, u8 *end, in hostapd_eid_mbssid() argument 10635 struct hostapd_data *hapd = hostapd_mbssid_get_tx_bss(hapd_probed); in hostapd_eid_mbssid() 10664 hapd_probed, eid, end, frame_stype, in hostapd_eid_mbssid() 10682 eid = hostapd_eid_mbssid_elem(hapd_probed, eid, end, in hostapd_eid_mbssid()
|