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 36 (SIZEOF_TLV_HDR + sizeof(u8) /* Random Time */ + \
37 SIZEOF_TLV_HDR + sizeof(u8) /* Full Scan Int */);
41 pReq->config_2dot4g_support ? (SIZEOF_TLV_HDR + \
45 pReq->config_2dot4g_beacons ? (SIZEOF_TLV_HDR + \
49 pReq->config_2dot4g_discovery ? (SIZEOF_TLV_HDR + \
53 pReq->config_5g_beacons ? (SIZEOF_TLV_HDR + \
57 pReq->config_5g_discovery ? (SIZEOF_TLV_HDR + \
61 pReq->config_5g_rssi_close ? (SIZEOF_TLV_HDR + \
65 pReq->config_5g_rssi_middle ? (SIZEOF_TLV_HDR + \
69 pReq->config_5g_rssi_close_proximity ? (SIZEOF_TLV_HDR +
    [all...]
nan_i.h 196 #define SIZEOF_TLV_HDR (sizeof(NanTlv::type) + sizeof(NanTlv::length))
601 SIZEOF_TLV_HDR + sizeof(u8) /* SID Beacon */ + \
602 SIZEOF_TLV_HDR + sizeof(u8) /* Random Time */ + \
603 SIZEOF_TLV_HDR + sizeof(u8) /* Master Pref */ \
622 SIZEOF_TLV_HDR + sizeof(u8) /* 5G */ + \
623 SIZEOF_TLV_HDR + sizeof(u16) /* Cluster Low */ + \
624 SIZEOF_TLV_HDR + sizeof(u16) /* Cluster High */ + \
625 SIZEOF_TLV_HDR + sizeof(u8) /* SID Beacon */ + \
626 SIZEOF_TLV_HDR + sizeof(u8) /* RSSI Close */ + \
627 SIZEOF_TLV_HDR + sizeof(u8) /* RSSI Medium */ +
    [all...]

Completed in 35 milliseconds