Home
last modified time | relevance | path

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

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_ind.cpp883 if (outputTlv.length > sizeof(pRxDisc->infrastructure_ssid_val)) { in getNanReceivePostDiscoveryVal()
884 outputTlv.length = sizeof(pRxDisc->infrastructure_ssid_val); in getNanReceivePostDiscoveryVal()
886 memcpy(pRxDisc->infrastructure_ssid_val, outputTlv.value, in getNanReceivePostDiscoveryVal()
Dnan_req.cpp1856 (const u8*)&pTxDisc->infrastructure_ssid_val[0], in fillNanTransmitPostDiscoveryVal()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_ind.cpp833 if (outputTlv.length > sizeof(pRxDisc->infrastructure_ssid_val)) { in getNanReceivePostDiscoveryVal()
834 outputTlv.length = sizeof(pRxDisc->infrastructure_ssid_val); in getNanReceivePostDiscoveryVal()
836 memcpy(pRxDisc->infrastructure_ssid_val, outputTlv.value, in getNanReceivePostDiscoveryVal()
Dnan_req.cpp1819 (const u8*)&pTxDisc->infrastructure_ssid_val[0], in fillNanTransmitPostDiscoveryVal()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h816 u8 infrastructure_ssid_val[NAN_MAX_INFRA_DATA_LEN]; member
870 u8 infrastructure_ssid_val[NAN_MAX_INFRA_DATA_LEN]; member