Searched refs:get_ie (Results 1 - 25 of 29) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/ap/
H A Drrm.c106 while ((ie = get_ie(pos, end - pos, WLAN_EID_MEASURE_REPORT))) {
148 subelem = get_ie(buf + 4, len - 4, LCI_REQ_SUBELEM_MAX_AGE);
300 ie = get_ie(pos, len, WLAN_EID_SSID);
309 while ((ie = get_ie(pos, len, WLAN_EID_MEASURE_REQUEST))) {
H A Dmbo_ap.c96 attr = get_ie(pos, len, MBO_ATTR_ID_CELL_DATA_CAPA);
/external/wpa_supplicant_8/src/ap/
H A Drrm.c106 while ((ie = get_ie(pos, end - pos, WLAN_EID_MEASURE_REPORT))) {
148 subelem = get_ie(buf + 4, len - 4, LCI_REQ_SUBELEM_MAX_AGE);
300 ie = get_ie(pos, len, WLAN_EID_SSID);
309 while ((ie = get_ie(pos, len, WLAN_EID_MEASURE_REQUEST))) {
H A Dmbo_ap.c96 attr = get_ie(pos, len, MBO_ATTR_ID_CELL_DATA_CAPA);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Drrm.c106 while ((ie = get_ie(pos, end - pos, WLAN_EID_MEASURE_REPORT))) {
148 subelem = get_ie(buf + 4, len - 4, LCI_REQ_SUBELEM_MAX_AGE);
300 ie = get_ie(pos, len, WLAN_EID_SSID);
309 while ((ie = get_ie(pos, len, WLAN_EID_MEASURE_REQUEST))) {
H A Dmbo_ap.c96 attr = get_ie(pos, len, MBO_ATTR_ID_CELL_DATA_CAPA);
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.h176 const u8 * get_ie(const u8 *ies, size_t len, u8 eid);
H A Dieee802_11_common.c1398 * get_ie - Fetch a specified information element from IEs buffer
1407 const u8 * get_ie(const u8 *ies, size_t len, u8 eid) function
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.h176 const u8 * get_ie(const u8 *ies, size_t len, u8 eid);
H A Dieee802_11_common.c1398 * get_ie - Fetch a specified information element from IEs buffer
1407 const u8 * get_ie(const u8 *ies, size_t len, u8 eid) function
/external/wpa_supplicant_8/wpa_supplicant/
H A Drrm.c333 subelem = get_ie(request, len, LCI_REQ_SUBELEM_MAX_AGE);
533 ap_chan_elem = get_ie(subelems, end - subelems,
645 ie = get_ie(ies, ies_len, WLAN_EID_HT_OPERATION);
659 ie = get_ie(ies, ies_len, WLAN_EID_VHT_OPERATION);
H A Dmbo.c55 return get_ie(mbo, end - mbo, attr);
H A Dbss.c1103 return get_ie((const u8 *) (bss + 1), bss->ie_len, ie);
H A Dwnm_sta.c1215 vendor = get_ie(pos, end - pos, WLAN_EID_VENDOR_SPECIFIC);
H A Dscan.c1674 return get_ie((const u8 *) (res + 1), ie_len, ie);
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.h176 const u8 * get_ie(const u8 *ies, size_t len, u8 eid);
H A Dieee802_11_common.c1398 * get_ie - Fetch a specified information element from IEs buffer
1407 const u8 * get_ie(const u8 *ies, size_t len, u8 eid) function
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211_scan.c658 ssid = get_ie(ie, ie_len, WLAN_EID_SSID);
H A Ddriver_ndis.c784 return get_ie((const u8 *) (res + 1), res->ie_len, ie);
H A Ddriver_nl80211_event.c375 ssid = get_ie(event.assoc_info.req_ies,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211_scan.c658 ssid = get_ie(ie, ie_len, WLAN_EID_SSID);
H A Ddriver_ndis.c784 return get_ie((const u8 *) (res + 1), res->ie_len, ie);
H A Ddriver_nl80211_event.c375 ssid = get_ie(event.assoc_info.req_ies,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_scan.c658 ssid = get_ie(ie, ie_len, WLAN_EID_SSID);
H A Ddriver_ndis.c784 return get_ie((const u8 *) (res + 1), res->ie_len, ie);

Completed in 827 milliseconds

12