Home
last modified time | relevance | path

Searched refs:infrastructure_ssid_val (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan_ind.cpp864 if (outputTlv.length > sizeof(pRxDisc->infrastructure_ssid_val)) { in getNanReceivePostDiscoveryVal()
865 outputTlv.length = sizeof(pRxDisc->infrastructure_ssid_val); in getNanReceivePostDiscoveryVal()
867 memcpy(pRxDisc->infrastructure_ssid_val, outputTlv.value, in getNanReceivePostDiscoveryVal()
Dnan.h624 u8 infrastructure_ssid_val[NAN_MAX_MESH_DATA_LEN]; member
678 u8 infrastructure_ssid_val[NAN_MAX_MESH_DATA_LEN]; member
Dnan_req.cpp1039 (const u8*)&pTxDisc->infrastructure_ssid_val[0], in fillNanTransmitPostDiscoveryVal()