Home
last modified time | relevance | path

Searched refs:nl_buf_len (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_station_info.c206 uint32_t nl_buf_len; in hdd_get_station_assoc_fail() local
211 nl_buf_len = NLMSG_HDRLEN; in hdd_get_station_assoc_fail()
212 nl_buf_len += sizeof(uint32_t); in hdd_get_station_assoc_fail()
214 nl_buf_len); in hdd_get_station_assoc_fail()
394 uint32_t nl_buf_len = nla_total_size(0); in hdd_calculate_tx_bitrate_ie_size() local
397 nl_buf_len += nla_total_size(sizeof(uint32_t)) + in hdd_calculate_tx_bitrate_ie_size()
403 return nl_buf_len; in hdd_calculate_tx_bitrate_ie_size()
482 uint32_t nl_buf_len = nla_total_size(0); in hdd_calculate_sta_info_ie_size() local
485 nl_buf_len += nla_total_size(sizeof(int8_t)) + in hdd_calculate_sta_info_ie_size()
488 return nl_buf_len; in hdd_calculate_sta_info_ie_size()
[all …]
Dwlan_hdd_apf.c118 uint32_t nl_buf_len; in hdd_post_get_apf_capabilities_rsp() local
122 nl_buf_len = NLMSG_HDRLEN; in hdd_post_get_apf_capabilities_rsp()
123 nl_buf_len += in hdd_post_get_apf_capabilities_rsp()
127 nl_buf_len); in hdd_post_get_apf_capabilities_rsp()
495 unsigned long nl_buf_len = NLMSG_HDRLEN; in hdd_apf_read_memory() local
566 nl_buf_len += sizeof(uint32_t) + NLA_HDRLEN; in hdd_apf_read_memory()
567 nl_buf_len += context->buf_len + NLA_HDRLEN; in hdd_apf_read_memory()
569 nl_buf_len); in hdd_apf_read_memory()
Dwlan_hdd_he.c151 uint32_t nl_buf_len; in __wlan_hdd_cfg80211_get_he_cap() local
165 nl_buf_len = NLMSG_HDRLEN; in __wlan_hdd_cfg80211_get_he_cap()
177 nl_buf_len += NLA_HDRLEN + sizeof(he_supported) + in __wlan_hdd_cfg80211_get_he_cap()
186 nl_buf_len += NLA_HDRLEN + sizeof(he_supported); in __wlan_hdd_cfg80211_get_he_cap()
191 reply_skb = wlan_cfg80211_vendor_cmd_alloc_reply_skb(wiphy, nl_buf_len); in __wlan_hdd_cfg80211_get_he_cap()
697 uint32_t nl_buf_len; in __wlan_hdd_cfg80211_sr_operations() local
871 nl_buf_len = hdd_get_srp_stats_len(); in __wlan_hdd_cfg80211_sr_operations()
873 nl_buf_len); in __wlan_hdd_cfg80211_sr_operations()
934 nl_buf_len = hdd_get_srp_param_len(); in __wlan_hdd_cfg80211_sr_operations()
936 nl_buf_len); in __wlan_hdd_cfg80211_sr_operations()
Dwlan_hdd_disa.c121 uint32_t nl_buf_len; in hdd_post_encrypt_decrypt_msg_rsp() local
125 nl_buf_len = resp->data_len + NLA_HDRLEN; in hdd_post_encrypt_decrypt_msg_rsp()
127 nl_buf_len); in hdd_post_encrypt_decrypt_msg_rsp()
Dwlan_hdd_ocb.c1386 uint32_t nl_buf_len; in hdd_ocb_get_tsf_timer_reply() local
1391 nl_buf_len = NLMSG_HDRLEN; in hdd_ocb_get_tsf_timer_reply()
1392 nl_buf_len += 2 * (NLA_HDRLEN + sizeof(uint32_t)); in hdd_ocb_get_tsf_timer_reply()
1393 nl_resp = wlan_cfg80211_vendor_cmd_alloc_reply_skb(wiphy, nl_buf_len); in hdd_ocb_get_tsf_timer_reply()
1618 uint32_t nl_buf_len; in hdd_dcc_get_stats_send_reply() local
1623 nl_buf_len = NLMSG_HDRLEN; in hdd_dcc_get_stats_send_reply()
1624 nl_buf_len += NLA_HDRLEN + sizeof(uint32_t); in hdd_dcc_get_stats_send_reply()
1625 nl_buf_len += NLA_HDRLEN + response->channel_stats_array_len; in hdd_dcc_get_stats_send_reply()
1626 nl_resp = wlan_cfg80211_vendor_cmd_alloc_reply_skb(wiphy, nl_buf_len); in hdd_dcc_get_stats_send_reply()
Dwlan_hdd_ext_scan.c323 uint32_t i, j, nl_buf_len; in wlan_hdd_cfg80211_extscan_cached_results_ind() local
369 nl_buf_len = NLMSG_HDRLEN; in wlan_hdd_cfg80211_extscan_cached_results_ind()
370 nl_buf_len += EXTSCAN_CACHED_NL_FIXED_TLV; in wlan_hdd_cfg80211_extscan_cached_results_ind()
372 nl_buf_len += sizeof(result->scan_id) + NLA_HDRLEN; in wlan_hdd_cfg80211_extscan_cached_results_ind()
373 nl_buf_len += EXTSCAN_CACHED_NEST_HDRLEN; in wlan_hdd_cfg80211_extscan_cached_results_ind()
376 nl_buf_len += EXTSCAN_CACHED_NEST_HDRLEN; in wlan_hdd_cfg80211_extscan_cached_results_ind()
377 nl_buf_len += EXTSCAN_CACHED_NL_SCAN_ID_TLV; in wlan_hdd_cfg80211_extscan_cached_results_ind()
378 nl_buf_len += EXTSCAN_CACHED_NEST_HDRLEN; in wlan_hdd_cfg80211_extscan_cached_results_ind()
382 nl_buf_len += EXTSCAN_CACHED_NEST_HDRLEN; in wlan_hdd_cfg80211_extscan_cached_results_ind()
383 nl_buf_len += in wlan_hdd_cfg80211_extscan_cached_results_ind()
[all …]
Dwlan_hdd_cfg80211.c13484 unsigned long nl_buf_len = NLMSG_HDRLEN; in hdd_get_configuration() local
13496 nl_buf_len += NLA_HDRLEN + in hdd_get_configuration()
13501 nl_buf_len); in hdd_get_configuration()
17533 uint32_t nl_buf_len; in __wlan_hdd_cfg80211_get_bus_size() local
17548 nl_buf_len = NLMSG_HDRLEN; in __wlan_hdd_cfg80211_get_bus_size()
17549 nl_buf_len += (sizeof(hdd_ctx->wmi_max_len) + NLA_HDRLEN); in __wlan_hdd_cfg80211_get_bus_size()
17551 nl_buf_len); in __wlan_hdd_cfg80211_get_bus_size()
/wlan-driver/qcacld-3.0/os_if/cp_stats/src/
Dwlan_cfg80211_mc_cp_stats.c187 uint32_t nl_buf_len; in wlan_cfg80211_mc_cp_stats_send_wake_lock_stats() local
192 nl_buf_len = NLMSG_HDRLEN; in wlan_cfg80211_mc_cp_stats_send_wake_lock_stats()
193 nl_buf_len += QCA_WLAN_VENDOR_GET_WAKE_STATS_MAX * in wlan_cfg80211_mc_cp_stats_send_wake_lock_stats()
196 skb = wlan_cfg80211_vendor_cmd_alloc_reply_skb(wiphy, nl_buf_len); in wlan_cfg80211_mc_cp_stats_send_wake_lock_stats()