| /freebsd-12-stable/contrib/wpa/src/ap/ |
| D | rrm.c | 106 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()
|
| D | mbo_ap.c | 96 attr = get_ie(pos, len, MBO_ATTR_ID_CELL_DATA_CAPA); in mbo_ap_check_sta_assoc()
|
| D | beacon.c | 278 return get_ie(ies, ies_len, eid); in hostapd_wpa_ie()
|
| D | ieee802_11.c | 4051 multi_ap_subelem = get_ie(multi_ap_ie + 4, in check_multi_ap() 5670 omit_rsnxe = !get_ie(pos, left, WLAN_EID_RSNX); in handle_assoc()
|
| D | wpa_auth.c | 3355 elem = get_ie(buf, *len, eid); in replace_ie()
|
| /freebsd-12-stable/contrib/wpa/wpa_supplicant/ |
| D | rrm.c | 340 subelem = get_ie(request, len, LCI_REQ_SUBELEM_MAX_AGE); in wpas_rrm_build_lci_report() 601 ap_chan_elem = get_ie(subelems, end - subelems, in wpas_channel_report_freqs() 716 ie = get_ie(ies, ies_len, WLAN_EID_HT_OPERATION); in wpas_get_op_chan_phy() 730 ie = get_ie(ies, ies_len, WLAN_EID_VHT_OPERATION); in wpas_get_op_chan_phy()
|
| D | mbo.c | 51 return get_ie(mbo, 2 + ie_len - MBO_IE_HEADER, attr); in mbo_attr_from_mbo_ie() 82 return get_ie(mbo, end - mbo, attr); in wpas_mbo_get_bss_attr()
|
| D | scan.c | 1938 return get_ie((const u8 *) (res + 1), ie_len, ie); in wpa_scan_get_ie() 2545 ie = get_ie(ies, ies_len, WLAN_EID_HT_CAP); in wpas_get_est_tpt() 2555 ie = get_ie(ies, ies_len, WLAN_EID_HT_OPERATION); in wpas_get_est_tpt() 2566 ie = get_ie(ies, ies_len, WLAN_EID_VHT_CAP); in wpas_get_est_tpt() 2574 ie = get_ie(ies, ies_len, WLAN_EID_HT_OPERATION); in wpas_get_est_tpt() 2585 ie = get_ie(ies, ies_len, WLAN_EID_VHT_OPERATION); in wpas_get_est_tpt()
|
| D | sme.c | 1714 pos = (u8 *) get_ie(buf, *len, eid); in remove_ie() 1995 get_ie(wpa_s->sme.ft_ies, wpa_s->sme.ft_ies_len, in sme_associate() 2023 rm_en = get_ie(wpa_s->sme.assoc_req_ie, in sme_associate()
|
| D | bss.c | 1129 return get_ie(wpa_bss_ie_ptr(bss), bss->ie_len, ie); in wpa_bss_get_ie()
|
| D | robust_av.c | 542 mscs_status = get_ie(&mscs_desc_ie[10], mscs_desc_ie[1] - 8, in wpas_handle_assoc_resp_mscs()
|
| D | wnm_sta.c | 1483 vendor = get_ie(pos, end - pos, WLAN_EID_VENDOR_SPECIFIC); in ieee802_11_rx_bss_trans_mgmt_req()
|
| D | events.c | 2597 map_sub_elem = get_ie(pos, len, MULTI_AP_SUB_ELEM_TYPE); in multi_ap_process_assoc_resp() 2916 get_ie(data->assoc_info.resp_ies, in wpa_supplicant_event_associnfo()
|
| /freebsd-12-stable/contrib/wpa/src/common/ |
| D | ieee802_11_common.h | 247 const u8 * get_ie(const u8 *ies, size_t len, u8 eid);
|
| D | ieee802_11_common.c | 1980 const u8 * get_ie(const u8 *ies, size_t len, u8 eid) in get_ie() function
|
| /freebsd-12-stable/contrib/wpa/src/drivers/ |
| D | driver_nl80211_scan.c | 682 ssid = get_ie(ie, ie_len, WLAN_EID_SSID); in nl80211_scan_filtered()
|
| D | driver_bsd.c | 1290 rsn_ie = get_ie(params->wpa_ie, params->wpa_ie_len, in wpa_driver_bsd_associate()
|
| D | driver_ndis.c | 784 return get_ie((const u8 *) (res + 1), res->ie_len, ie); in wpa_scan_get_ie()
|
| D | driver_nl80211_event.c | 529 ssid = get_ie(event.assoc_info.req_ies, in mlme_event_connect()
|
| D | driver_nl80211.c | 1488 ssid = get_ie(ie, ie_len, WLAN_EID_SSID); in nl80211_get_assoc_freq_handler()
|
| /freebsd-12-stable/contrib/wpa/src/rsn_supp/ |
| D | wpa_ft.c | 100 if (!get_ie(ies, ies_len, WLAN_EID_MOBILITY_DOMAIN)) { in wpa_sm_set_ft_params()
|