Home
last modified time | relevance | path

Searched refs:txType (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/
DNanPublishRequest.aidl39 android.hardware.wifi.NanTxType txType;
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/
DNanPublishRequest.aidl39 android.hardware.wifi.NanTxType txType;
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/
DNanPublishRequest.aidl39 android.hardware.wifi.NanTxType txType;
/hardware/interfaces/wifi/aidl/android/hardware/wifi/
DNanPublishRequest.aidl43 NanTxType txType;
/hardware/interfaces/wifi/1.0/
DREADME-NAN.md134 * NanTxType txType = <b>NanTxType.BROADCAST</b>
Dtypes.hal1120 NanTxType txType;
/hardware/interfaces/wifi/1.2/
DREADME-NAN.md142 * NanTxType txType = <b>NanTxType.BROADCAST</b>
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_i.h357 u32 txType:1; member
Dnan_req.cpp800 pFwReq->publishServiceReqParams.txType = pReq->tx_type; in putNanPublish()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_i.h395 u32 txType:1; member
Dnan_req.cpp834 pFwReq->publishServiceReqParams.txType = pReq->tx_type; in putNanPublish()
/hardware/interfaces/wifi/1.6/vts/functional/
Dwifi_nan_iface_hidl_test.cpp672 nanPublishRequest.txType = NanTxType::BROADCAST; in TEST_P()
/hardware/interfaces/wifi/aidl/vts/functional/
Dwifi_nan_iface_aidl_test.cpp649 nanPublishRequest.txType = NanTxType::BROADCAST; in TEST_P()
/hardware/interfaces/wifi/1.6/
Dtypes.hal1064 NanTxType txType;
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp1862 legacy_request->tx_type = convertAidlNanTxTypeToLegacy(aidl_request.txType); in convertAidlNanPublishRequestToLegacy()