Searched refs:ie_data (Results 1 – 6 of 6) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | common.h | 237 u8 ie_data[1]; // IE data to follow member
|
D | gscan.cpp | 787 if ((ie_len + offsetof(wifi_gscan_full_result_t, ie_data)) > len) { in wifi_handle_full_scan_event() 789 ie_len, offsetof(wifi_gscan_full_result_t, ie_data)); in wifi_handle_full_scan_event() 792 full_scan_result = (wifi_scan_result *) malloc((ie_len + offsetof(wifi_scan_result, ie_data))); in wifi_handle_full_scan_event() 799 memcpy(full_scan_result->ie_data, drv_res->ie_data, ie_len); in wifi_handle_full_scan_event() 1811 … byte *anqp = (byte *)drv_res + offsetof(wifi_gscan_full_result_t, ie_data) + drv_res->ie_length; in handleEvent()
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | gscan.h | 99 char ie_data[1]; // blob of all the information elements found in the member
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | gscan_event_handler.cpp | 729 &(mPasspointNetworkFoundResult->ie_data[0]), in gscan_parse_passpoint_network_result() 750 hexdump(mPasspointNetworkFoundResult->ie_data, in gscan_parse_passpoint_network_result() 1182 memcpy(&(result->ie_data[0]), in handleEvent()
|
/hardware/interfaces/wifi/1.3/default/ |
D | hidl_struct_util.cpp | 598 reinterpret_cast<const uint8_t*>(legacy_scan_result.ie_data), in convertLegacyGscanResultToHidl()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | wlioctl.h | 4661 tlv_t ie_data; /* IE data */
|