HomeSort by relevance Sort by last modified time
    Searched refs:SIZEOF_TLV_HDR (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/wlan/qcwcn/wifi_hal/
nan_req.cpp 35 pReq->config_support_5g ? (SIZEOF_TLV_HDR + \
39 pReq->config_sid_beacon ? (SIZEOF_TLV_HDR + \
43 pReq->config_2dot4g_rssi_close ? (SIZEOF_TLV_HDR + \
47 pReq->config_2dot4g_rssi_middle ? (SIZEOF_TLV_HDR + \
51 pReq->config_hop_count_limit ? (SIZEOF_TLV_HDR + \
55 pReq->config_2dot4g_support ? (SIZEOF_TLV_HDR + \
59 pReq->config_2dot4g_beacons ? (SIZEOF_TLV_HDR + \
63 pReq->config_2dot4g_sdf ? (SIZEOF_TLV_HDR + \
67 pReq->config_5g_beacons ? (SIZEOF_TLV_HDR + \
71 pReq->config_5g_sdf ? (SIZEOF_TLV_HDR +
    [all...]
nan_i.h 282 #define SIZEOF_TLV_HDR (sizeof(NanTlv::type) + sizeof(NanTlv::length))
629 SIZEOF_TLV_HDR + sizeof(u8) /* SID Beacon */ + \
630 SIZEOF_TLV_HDR + sizeof(u8) /* Random Time */ + \
631 SIZEOF_TLV_HDR + sizeof(u8) /* Master Pref */ \
650 SIZEOF_TLV_HDR + sizeof(u16) /* Cluster Low */ + \
651 SIZEOF_TLV_HDR + sizeof(u16) /* Cluster High */ + \
652 SIZEOF_TLV_HDR + sizeof(u8) /* Master Pref */ \
747 SIZEOF_TLV_HDR + sizeof(u16) /* Cluster Size */ \
    [all...]

Completed in 169 milliseconds