Searched refs:ieLength (Results 1 – 4 of 4) sorted by relevance
274 nla_put_u16(skb, PARAM_IE_LENGTH, ap->ieLength)) { in hdd_extscan_nl_fill_bss()279 if (ap->ieLength) in hdd_extscan_nl_fill_bss()280 if (nla_put(skb, PARAM_IE_DATA, ap->ieLength, ap->ieData)) { in hdd_extscan_nl_fill_bss()365 (sizeof(ap->ieLength) + NLA_HDRLEN)) in wlan_hdd_cfg80211_extscan_cached_results_ind()367 (ap->ieLength + NLA_HDRLEN) in wlan_hdd_cfg80211_extscan_cached_results_ind()385 if (ap->ieLength) in wlan_hdd_cfg80211_extscan_cached_results_ind()425 ap->ieLength); in wlan_hdd_cfg80211_extscan_cached_results_ind()799 if ((sizeof(*data) + data->ap.ieLength) >= EXTSCAN_EVENT_BUF_SIZE) { in wlan_hdd_cfg80211_extscan_full_scan_result_event()830 data->ap.capability, data->ap.ieLength); in wlan_hdd_cfg80211_extscan_full_scan_result_event()865 data->ap.ieLength) || in wlan_hdd_cfg80211_extscan_full_scan_result_event()[all …]
1717 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()2310 dest_ap->ieLength = event->ie_length; in wma_passpoint_match_event_handler()2316 WMI_TLV_HDR_SIZE, dest_ap->ieLength); in wma_passpoint_match_event_handler()2318 WMI_TLV_HDR_SIZE + dest_ap->ieLength, in wma_passpoint_match_event_handler()
625 result->ap[i].ieLength = ie_len; in __lim_pno_match_fwd_bcn_probepsp()678 result->ap.ieLength = ie_len; in __lim_ext_scan_forward_bcn_probe_rsp()
2602 uint16_t ieLength; member