Searched refs:SIZEOF_TLV_HDR (Results 1 – 5 of 5) sorted by relevance
42 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 …]
287 #define SIZEOF_TLV_HDR (sizeof(NanTlv::type) + sizeof(NanTlv::length)) macro665 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 */ \
76 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 …]
323 #define SIZEOF_TLV_HDR (sizeof(NanTlv::type) + sizeof(NanTlv::length)) macro703 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 */ \
3428 #define SIZEOF_TLV_HDR 4 macro3443 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()