Home
last modified time | relevance | path

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

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dgscan_event_handler.cpp653 mPasspointNetworkFoundResult->ie_length = nla_get_u32( in gscan_parse_passpoint_network_result()
731 mPasspointNetworkFoundResult->ie_length); in gscan_parse_passpoint_network_result()
748 mPasspointNetworkFoundResult->ie_length); in gscan_parse_passpoint_network_result()
751 mPasspointNetworkFoundResult->ie_length); in gscan_parse_passpoint_network_result()
1034 result->ie_length = lengthOfInfoElements; in handleEvent()
1214 result->ie_length); in handleEvent()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dgscan_event_handler.cpp653 mPasspointNetworkFoundResult->ie_length = nla_get_u32( in gscan_parse_passpoint_network_result()
731 mPasspointNetworkFoundResult->ie_length); in gscan_parse_passpoint_network_result()
748 mPasspointNetworkFoundResult->ie_length); in gscan_parse_passpoint_network_result()
751 mPasspointNetworkFoundResult->ie_length); in gscan_parse_passpoint_network_result()
1034 result->ie_length = lengthOfInfoElements; in handleEvent()
1214 result->ie_length); in handleEvent()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dgscan.h98 unsigned int ie_length; // size of the ie_data blob member
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp770 int ie_len = min(MAX_PROBE_RESP_IE_LEN, drv_res->ie_length); in wifi_handle_full_scan_event()
785 full_scan_result->ie_length = ie_len; in wifi_handle_full_scan_event()
793 fixed->rtt, fixed->rtt_sd, drv_res->scan_ch_bucket, drv_res->ie_length); in wifi_handle_full_scan_event()
952 mScanResults[i].ie_length = 0; in handleResponse()
1967 int ie_len = min(MAX_PROBE_RESP_IE_LEN, drv_res->ie_length); in handleEvent()
1977 … byte *anqp = (byte *)drv_res + offsetof(wifi_gscan_full_result_t, ie_data) + drv_res->ie_length; in handleEvent()
Dcommon.h428 u32 ie_length; // byte length of Information Elements member
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dcommon.h369 u32 ie_length; // byte length of Information Elements member
Dgscan.cpp765 int ie_len = min(MAX_PROBE_RESP_IE_LEN, drv_res->ie_length); in wifi_handle_full_scan_event()
780 full_scan_result->ie_length = ie_len; in wifi_handle_full_scan_event()
788 fixed->rtt, fixed->rtt_sd, drv_res->scan_ch_bucket, drv_res->ie_length); in wifi_handle_full_scan_event()
947 mScanResults[i].ie_length = 0; in handleResponse()
1963 … byte *anqp = (byte *)drv_res + offsetof(wifi_gscan_full_result_t, ie_data) + drv_res->ie_length; in handleEvent()
/hardware/interfaces/wifi/aidl/default/
Dwifi_legacy_hal.cpp1791 if (scan_result.ie_length > 0) { in getGscanCachedResults()
1792 LOG(DEBUG) << "Cached scan result has non-zero IE length " << scan_result.ie_length; in getGscanCachedResults()
1793 scan_result.ie_length = 0; in getGscanCachedResults()
Daidl_struct_util.cpp675 legacy_scan_result.ie_length, &ies)) { in convertLegacyGscanResultToAidl()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dwlioctl.h133 uint32 ie_length; /* byte length of Information Elements */ member
176 uint32 ie_length; /* byte length of Information Elements */ member
221 uint32 ie_length; /* byte length of Information Elements */ member
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp1097 int alloc_len = offsetof(wifi_scan_result, ie_data) + r->ie_length; in on_full_scan_result()
1587 if(is11mcAP(&scan_param->ie_data[0], scan_param->ie_length)) { in testRTT()
1597 scan_param->ie_length); in testRTT()