Home
last modified time | relevance | path

Searched refs:WLAN_CLD80211_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/utils/nlink/src/
Dwlan_nlink_srv.c39 #define WLAN_CLD80211_MAX_SIZE (SKB_WITH_OVERHEAD(8192UL) - NLMSG_HDRLEN) macro
296 msg = nlmsg_new(WLAN_CLD80211_MAX_SIZE, *flags); in cld80211_oem_rsp_alloc_skb()
431 if (len > WLAN_CLD80211_MAX_SIZE) { in send_msg_to_cld80211()
434 len, (int) WLAN_CLD80211_MAX_SIZE); in send_msg_to_cld80211()
437 msg = nlmsg_new(WLAN_CLD80211_MAX_SIZE, flags); in send_msg_to_cld80211()
/wlan-driver/qca-wifi-host-cmn/os_if/linux/wifi_pos/src/
Dos_if_wifi_pos.c48 #define WLAN_CLD80211_MAX_SIZE SKB_WITH_OVERHEAD(8192UL) macro
347 chan_info_msg_len = WLAN_CLD80211_MAX_SIZE; in os_if_get_max_chan_nl_resp()
525 WLAN_CLD80211_MAX_SIZE) { in os_if_send_oem_data_nl_resp()
528 chnk_len = WLAN_CLD80211_MAX_SIZE - (attr_len + in os_if_send_oem_data_nl_resp()