Searched refs:ie_length (Results 1 – 11 of 11) sorted by relevance
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | gscan_event_handler.cpp | 653 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/ |
D | gscan_event_handler.cpp | 653 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/ |
D | gscan.h | 98 unsigned int ie_length; // size of the ie_data blob member
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | gscan.cpp | 770 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()
|
D | common.h | 428 u32 ie_length; // byte length of Information Elements member
|
/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | common.h | 369 u32 ie_length; // byte length of Information Elements member
|
D | gscan.cpp | 765 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/ |
D | wifi_legacy_hal.cpp | 1791 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()
|
D | aidl_struct_util.cpp | 675 legacy_scan_result.ie_length, &ies)) { in convertLegacyGscanResultToAidl()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | wlioctl.h | 133 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/ |
D | halutil.cpp | 1097 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()
|