Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.2/
DREADME-NAN.md142 * NanTxType txType = <b>NanTxType.BROADCAST</b>
/hardware/interfaces/wifi/1.0/
DREADME-NAN.md134 * NanTxType txType = <b>NanTxType.BROADCAST</b>
Dtypes.hal684 enum NanTxType : uint32_t {
1120 NanTxType txType;
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_nan.h183 } NanTxType; typedef
1056 NanTxType tx_type; /* 0 = broadcast, 1= unicast if solicited publish */
/hardware/interfaces/wifi/1.3/default/
Dhidl_struct_util.cpp991 legacy_hal::NanTxType convertHidlNanTxTypeToLegacy(NanTxType type) { in convertHidlNanTxTypeToLegacy()
993 case NanTxType::BROADCAST: in convertHidlNanTxTypeToLegacy()
995 case NanTxType::UNICAST: in convertHidlNanTxTypeToLegacy()