Home
last modified time | relevance | path

Searched refs:ie_length (Results 1 – 2 of 2) sorted by relevance

/device/linaro/poplar/wifi/wifi_hal/
Dcommon.h236 u32 ie_length; // byte length of Information Elements member
Dgscan.cpp782 int ie_len = min(MAX_PROBE_RESP_IE_LEN, drv_res->ie_length); in wifi_handle_full_scan_event()
797 full_scan_result->ie_length = ie_len; in wifi_handle_full_scan_event()
805 fixed->rtt, fixed->rtt_sd, drv_res->scan_ch_bucket, drv_res->ie_length); in wifi_handle_full_scan_event()
966 mScanResults[i].ie_length = 0; in handleResponse()
1806 … byte *anqp = (byte *)drv_res + offsetof(wifi_gscan_full_result_t, ie_data) + drv_res->ie_length; in handleEvent()