Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/action_oui/core/src/
H A Dwlan_action_oui_parse.c938 if (!attr->ie_data || !attr->ie_length) in action_oui_get_oui_ptr()
944 attr->ie_length); in action_oui_get_oui_ptr()
978 if (!attr->ie_data || !attr->ie_length || !oui) in validate_vendor_oui_data()
982 left = attr->ie_length; in validate_vendor_oui_data()
/wlan-driver/qcacld-3.0/components/action_oui/dispatcher/inc/
H A Dwlan_action_oui_public_struct.h251 uint32_t ie_length; member
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_scan_roam.c1717 dest_ap->ieLength = src_hotlist->ie_length; in wma_extscan_hotlist_match_event_handler()
1899 ap->ieLength = src_hotlist->ie_length; in wma_group_num_bss_to_scan_id()
1994 if (src_hotlist[i].ie_length > in wma_extscan_cached_results_event_handler()
1999 total_len += src_hotlist[i].ie_length; in wma_extscan_cached_results_event_handler()
2261 if (event->ie_length > (WMI_SVC_MSG_MAX_SIZE)) { in wma_passpoint_match_event_handler()
2265 buf_len = event->ie_length; in wma_passpoint_match_event_handler()
2279 (event->ie_length + event->anqp_length) > param_buf->num_bufp) { in wma_passpoint_match_event_handler()
2281 event->ie_length, event->anqp_length, in wma_passpoint_match_event_handler()
2310 dest_ap->ieLength = event->ie_length; in wma_passpoint_match_event_handler()
/wlan-driver/qcacld-3.0/components/cmn_services/interface_mgr/src/
H A Dwlan_if_mgr_roam.c813 attr.ie_length = util_scan_entry_ie_len(scan_entry); in if_mgr_update_candidate()
816 attr.ie_data, attr.ie_length) || in if_mgr_update_candidate()
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
H A Dwlan_scan_utils_api.c1939 uint16_t tmplen, ie_length; in util_scan_add_hidden_ssid() local
1974 ie_length = (uint16_t)(frame_len - sizeof(*hdr) - in util_scan_add_hidden_ssid()
1977 while (ie_length >= sizeof(struct ie_header)) { in util_scan_add_hidden_ssid()
1978 ie_length -= sizeof(struct ie_header); in util_scan_add_hidden_ssid()
1982 if (ie_length < ie->ie_len) { in util_scan_add_hidden_ssid()
2017 ie_length -= ie->ie_len; in util_scan_add_hidden_ssid()
3006 attr.ie_length = ie_len; in util_copy_reporting_ap_vendor_ies()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
H A Dwlan_mlme_api.h2715 uint32_t ie_length);
2733 uint32_t ie_length) in mlme_get_bss_11be_allowed() argument
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_api.c4865 uint32_t ie_length) in mlme_get_bss_11be_allowed() argument
4874 search_attr.ie_length = ie_length; in mlme_get_bss_11be_allowed()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_sme_req_messages.c1820 vendor_ap_search_attr.ie_length = ie_len; in lim_check_oui_and_update_session()
3162 vendor_ap_search_attr.ie_length = ie_len; in lim_enable_cts_to_self_for_exempted_iot_ap()
3196 vendor_ap_search_attr.ie_length = ie_len; in lim_disable_bformee_for_iot_ap()
H A Dlim_assoc_utils.c3699 vendor_ap_search_attr.ie_length = ie_len; in lim_limit_bw_for_iot_ap()
H A Dlim_utils.c7141 vendor_ap_search_attr.ie_length = ie_len; in lim_is_vendor_htc_he_ap()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_hostapd.c1927 attr.ie_length = sta_info->assoc_req_ies.len; in hdd_hostapd_update_beacon_country_ie()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h25423 A_UINT32 ie_length; /* size of the ie_data blob */ member
30534 A_UINT32 ie_length; /* length of IE data */ member