Home
last modified time | relevance | path

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

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_ind.cpp876 if (outputTlv.length > sizeof(pRxDisc->mesh_id)) { in getNanReceivePostDiscoveryVal()
877 outputTlv.length = sizeof(pRxDisc->mesh_id); in getNanReceivePostDiscoveryVal()
879 memcpy(pRxDisc->mesh_id, outputTlv.value, outputTlv.length); in getNanReceivePostDiscoveryVal()
Dnan_req.cpp1850 (const u8*)&pTxDisc->mesh_id[0], in fillNanTransmitPostDiscoveryVal()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_ind.cpp826 if (outputTlv.length > sizeof(pRxDisc->mesh_id)) { in getNanReceivePostDiscoveryVal()
827 outputTlv.length = sizeof(pRxDisc->mesh_id); in getNanReceivePostDiscoveryVal()
829 memcpy(pRxDisc->mesh_id, outputTlv.value, outputTlv.length); in getNanReceivePostDiscoveryVal()
Dnan_req.cpp1813 (const u8*)&pTxDisc->mesh_id[0], in fillNanTransmitPostDiscoveryVal()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h810 u8 mesh_id[NAN_MAX_MESH_DATA_LEN]; member
864 u8 mesh_id[NAN_MAX_MESH_DATA_LEN]; member