HomeSort by relevance Sort by last modified time
    Searched refs:ie_data (Results 1 - 7 of 7) sorted by null

  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h 220 u8 ie_data[1]; // IE data to follow member in struct:wifi_gscan_full_result
gscan.cpp 770 if ((ie_len + offsetof(wifi_gscan_full_result_t, ie_data)) > len) {
772 ie_len, offsetof(wifi_gscan_full_result_t, ie_data));
775 full_scan_result = (wifi_scan_result *) malloc((ie_len + offsetof(wifi_scan_result, ie_data)));
782 memcpy(full_scan_result->ie_data, drv_res->ie_data, ie_len);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c     [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
gscan.h 88 unsigned int ie_length; // size of the ie_data blob
89 char ie_data[1]; // blob of all the information elements found in the member in struct:__anon41449
  /hardware/qcom/wlan/qcwcn/wifi_hal/
gscan_event_handler.cpp 802 memcpy(&(mPasspointNetworkFoundResult->ie_data[0]),
823 ALOGV("%s: ie_data: ", __FUNCTION__);
824 hexdump(mPasspointNetworkFoundResult->ie_data,
    [all...]
  /hardware/interfaces/wifi/1.0/default/
hidl_struct_util.cpp 463 reinterpret_cast<const uint8_t*>(legacy_scan_result.ie_data),
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 4661 tlv_t ie_data; \/* IE data *\/ member in struct:__anon40080
    [all...]

Completed in 254 milliseconds