Home
last modified time | relevance | path

Searched refs:OEM_DATA_RSP_SIZE (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_oemdata.h42 #ifndef OEM_DATA_RSP_SIZE
43 #define OEM_DATA_RSP_SIZE 1724 macro
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/inc/
H A Dwifi_pos_utils_i.h67 #ifndef OEM_DATA_RSP_SIZE
68 #define OEM_DATA_RSP_SIZE 1724 macro
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_if.h471 #ifndef OEM_DATA_RSP_SIZE
472 #define OEM_DATA_RSP_SIZE 1724 macro
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/
H A Dwifi_pos_main.c1251 if (oem_rsp->rsp_len_1 > OEM_DATA_RSP_SIZE || in wifi_pos_oem_rsp_handler()
1252 oem_rsp->rsp_len_2 > OEM_DATA_RSP_SIZE) { in wifi_pos_oem_rsp_handler()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_oemdata.c320 if (oem_data_rsp->rsp_len > OEM_DATA_RSP_SIZE) { in hdd_send_oem_data_rsp_msg()
325 skb = alloc_skb(NLMSG_SPACE(sizeof(tAniMsgHdr) + OEM_DATA_RSP_SIZE), in hdd_send_oem_data_rsp_msg()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_features.c1729 if (datalen > OEM_DATA_RSP_SIZE) { in wma_oem_data_response_handler()
1731 datalen, OEM_DATA_RSP_SIZE); in wma_oem_data_response_handler()