Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Drrm.c106 while ((ie = get_ie(pos, end - pos, WLAN_EID_MEASURE_REPORT))) { in hostapd_handle_radio_msmt_report()
148 subelem = get_ie(buf + 4, len - 4, LCI_REQ_SUBELEM_MAX_AGE); in hostapd_parse_location_lci_req_age()
300 ie = get_ie(pos, len, WLAN_EID_SSID); in hostapd_handle_nei_report_req()
309 while ((ie = get_ie(pos, len, WLAN_EID_MEASURE_REQUEST))) { in hostapd_handle_nei_report_req()
H A Dmbo_ap.c96 attr = get_ie(pos, len, MBO_ATTR_ID_CELL_DATA_CAPA); in mbo_ap_check_sta_assoc()
H A Dwpa_auth.c1657 !get_ie(key_data, key_data_length, WLAN_EID_RSN)) ||
4158 elem = get_ie(buf, *len, eid);
4459 ie = get_ie(wpa_auth->wpa_ie, wpa_auth->wpa_ie_len,
4463 ie = get_ie(wpa_auth->wpa_ie, wpa_auth->wpa_ie_len,
4498 rsne = get_ie(wpa_auth->wpa_ie, wpa_auth->wpa_ie_len,
4502 rsnxe = get_ie(wpa_auth->wpa_ie, wpa_auth->wpa_ie_len,
H A Dieee802_11.c5581 omit_rsnxe = !get_ie(pos, left, WLAN_EID_RSNX); in handle_assoc()
7998 rsn = get_ie(auth, auth_len, WLAN_EID_RSN); in hostapd_eid_mbssid_elem_len()
8002 rsnx = get_ie(auth, auth_len, WLAN_EID_RSNX); in hostapd_eid_mbssid_elem_len()
8152 rsn = get_ie(auth, auth_len, WLAN_EID_RSN); in hostapd_eid_mbssid_elem()
8158 rsnx = get_ie(auth, auth_len, WLAN_EID_RSNX); in hostapd_eid_mbssid_elem()
H A Dbeacon.c317 return get_ie(ies, ies_len, eid); in hostapd_wpa_ie()
/freebsd/contrib/wpa/wpa_supplicant/
H A Drrm.c340 subelem = get_ie(request, len, LCI_REQ_SUBELEM_MAX_AGE); in wpas_rrm_build_lci_report()
607 ap_chan_elem = get_ie(subelems, end - subelems, in wpas_channel_report_freqs()
721 ie = get_ie(ies, ies_len, WLAN_EID_HT_OPERATION); in wpas_get_op_chan_phy()
735 ie = get_ie(ies, ies_len, WLAN_EID_VHT_OPERATION); in wpas_get_op_chan_phy()
H A Dmbo.c51 return get_ie(mbo, 2 + ie_len - MBO_IE_HEADER, attr); in mbo_attr_from_mbo_ie()
86 return get_ie(mbo, end - mbo, attr); in wpas_mbo_get_bss_attr()
H A Dscan.c2097 return get_ie((const u8 *) (res + 1), ie_len, ie); in wpa_scan_get_ie()
2955 ie = get_ie(ies, ies_len, WLAN_EID_HT_CAP); in wpas_get_est_tpt()
2964 ie = get_ie(ies, ies_len, WLAN_EID_HT_OPERATION); in wpas_get_est_tpt()
2984 ie = get_ie(ies, ies_len, WLAN_EID_VHT_OPERATION); in wpas_get_est_tpt()
3003 ie = get_ie(ies, ies_len, WLAN_EID_VHT_CAP); in wpas_get_est_tpt()
H A Dbss.c1224 return get_ie(wpa_bss_ie_ptr(bss), bss->ie_len, ie); in wpa_bss_get_ie()
1249 return get_ie(ies, bss->beacon_ie_len, ie); in wpa_bss_get_ie_beacon()
H A Dsme.c2211 pos = (u8 *) get_ie(buf, *len, eid); in remove_ie()
2502 get_ie(wpa_s->sme.ft_ies, wpa_s->sme.ft_ies_len, in sme_associate()
2530 rm_en = get_ie(wpa_s->sme.assoc_req_ie, in sme_associate()
H A Drobust_av.c783 mscs_status = get_ie(&mscs_desc_ie[2 + MSCS_DESCRIPTOR_FIXED_LEN], in wpas_handle_assoc_resp_mscs()
H A Dwnm_sta.c1512 vendor = get_ie(pos, end - pos, WLAN_EID_VENDOR_SPECIFIC); in ieee802_11_rx_bss_trans_mgmt_req()
H A Devents.c3402 get_ie(data->assoc_info.resp_ies, in wpa_supplicant_event_associnfo()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.h272 const u8 * get_ie(const u8 *ies, size_t len, u8 eid);
H A Dieee802_11_common.c2502 const u8 * get_ie(const u8 *ies, size_t len, u8 eid) in get_ie() function
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_scan.c709 ssid = get_ie(ie, ie_len, WLAN_EID_SSID); in nl80211_scan_filtered()
H A Ddriver_bsd.c1339 rsn_ie = get_ie(params->wpa_ie, params->wpa_ie_len, in wpa_driver_bsd_associate()
H A Ddriver_ndis.c784 return get_ie((const u8 *) (res + 1), res->ie_len, ie); in wpa_scan_get_ie()
H A Ddriver_nl80211_event.c1023 ssid = get_ie(event.assoc_info.req_ies, in mlme_event_connect()
H A Ddriver_nl80211.c1628 ssid = get_ie(ie, ie_len, WLAN_EID_SSID); in nl80211_get_assoc_freq_handler()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c119 if (!get_ie(ies, ies_len, WLAN_EID_MOBILITY_DOMAIN)) { in wpa_sm_set_ft_params()