Searched refs:ie_data (Results 1 - 5 of 5) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcommon.h220 u8 ie_data[1]; // IE data to follow member in struct:wifi_gscan_full_result
H A Dgscan.cpp769 if ((ie_len + offsetof(wifi_gscan_full_result_t, ie_data)) > len) {
771 ie_len, offsetof(wifi_gscan_full_result_t, ie_data));
774 full_scan_result = (wifi_scan_result *) malloc((ie_len + offsetof(wifi_scan_result, ie_data)));
781 memcpy(full_scan_result->ie_data, drv_res->ie_data, ie_len);
1848 byte *anqp = (byte *)drv_res + offsetof(wifi_gscan_full_result_t, ie_data) + drv_res->ie_length;
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dgscan.h89 unsigned int ie_length; // size of the ie_data blob
90 char ie_data[1]; // blob of all the information elements found in the member in struct:__anon1910
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dgscan_event_handler.cpp802 memcpy(&(mPasspointNetworkFoundResult->ie_data[0]),
823 ALOGV("%s: ie_data: ", __FUNCTION__);
824 hexdump(mPasspointNetworkFoundResult->ie_data,
1273 memcpy(&(result->ie_data[0]),
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h4661 tlv_t ie_data; /* IE data */ member in struct:__anon163

Completed in 323 milliseconds