Home
last modified time | relevance | path

Searched refs:SIZEOF_TLV_HDR (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_req.cpp42 pReq->config_support_5g ? (SIZEOF_TLV_HDR + \ in putNanEnable()
46 pReq->config_sid_beacon ? (SIZEOF_TLV_HDR + \ in putNanEnable()
50 pReq->config_2dot4g_rssi_close ? (SIZEOF_TLV_HDR + \ in putNanEnable()
54 pReq->config_2dot4g_rssi_middle ? (SIZEOF_TLV_HDR + \ in putNanEnable()
58 pReq->config_hop_count_limit ? (SIZEOF_TLV_HDR + \ in putNanEnable()
62 pReq->config_2dot4g_support ? (SIZEOF_TLV_HDR + \ in putNanEnable()
66 pReq->config_2dot4g_beacons ? (SIZEOF_TLV_HDR + \ in putNanEnable()
70 pReq->config_2dot4g_sdf ? (SIZEOF_TLV_HDR + \ in putNanEnable()
74 pReq->config_5g_beacons ? (SIZEOF_TLV_HDR + \ in putNanEnable()
78 pReq->config_5g_sdf ? (SIZEOF_TLV_HDR + \ in putNanEnable()
[all …]
Dnan_i.h287 #define SIZEOF_TLV_HDR (sizeof(NanTlv::type) + sizeof(NanTlv::length)) macro
665 SIZEOF_TLV_HDR + sizeof(u8) /* SID Beacon */ + \
666 SIZEOF_TLV_HDR + sizeof(u8) /* Random Time */ + \
667 SIZEOF_TLV_HDR + sizeof(u8) /* Master Pref */ \
686 SIZEOF_TLV_HDR + sizeof(u16) /* Cluster Low */ + \
687 SIZEOF_TLV_HDR + sizeof(u16) /* Cluster High */ + \
688 SIZEOF_TLV_HDR + sizeof(u8) /* Master Pref */ \
783 SIZEOF_TLV_HDR + sizeof(u16) /* Cluster Size */ \
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_req.cpp76 pReq->config_support_5g ? (SIZEOF_TLV_HDR + \ in putNanEnable()
80 pReq->config_sid_beacon ? (SIZEOF_TLV_HDR + \ in putNanEnable()
84 pReq->config_2dot4g_rssi_close ? (SIZEOF_TLV_HDR + \ in putNanEnable()
88 pReq->config_2dot4g_rssi_middle ? (SIZEOF_TLV_HDR + \ in putNanEnable()
92 pReq->config_hop_count_limit ? (SIZEOF_TLV_HDR + \ in putNanEnable()
96 pReq->config_2dot4g_support ? (SIZEOF_TLV_HDR + \ in putNanEnable()
100 pReq->config_2dot4g_beacons ? (SIZEOF_TLV_HDR + \ in putNanEnable()
104 pReq->config_2dot4g_sdf ? (SIZEOF_TLV_HDR + \ in putNanEnable()
108 pReq->config_5g_beacons ? (SIZEOF_TLV_HDR + \ in putNanEnable()
112 pReq->config_5g_sdf ? (SIZEOF_TLV_HDR + \ in putNanEnable()
[all …]
Dnan_i.h323 #define SIZEOF_TLV_HDR (sizeof(NanTlv::type) + sizeof(NanTlv::length)) macro
703 SIZEOF_TLV_HDR + sizeof(u8) /* SID Beacon */ + \
704 SIZEOF_TLV_HDR + sizeof(u8) /* Random Time */ + \
705 SIZEOF_TLV_HDR + sizeof(u8) /* Master Pref */ \
724 SIZEOF_TLV_HDR + sizeof(u16) /* Cluster Low */ + \
725 SIZEOF_TLV_HDR + sizeof(u16) /* Cluster High */ + \
726 SIZEOF_TLV_HDR + sizeof(u8) /* Master Pref */ \
821 SIZEOF_TLV_HDR + sizeof(u16) /* Cluster Size */ \
Dwifi_hal.cpp3428 #define SIZEOF_TLV_HDR 4 macro
3443 if ((SIZEOF_TLV_HDR + sizeof(oem_hdr)) > max) { in wifi_add_oem_data_head()
3454 return (SIZEOF_TLV_HDR + sizeof(oem_hdr)); in wifi_add_oem_data_head()