Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dnet_tstamp.h45 int tx_type; member
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi_nan.h1064 NanTxType tx_type; /* 0 = broadcast, 1= unicast if solicited publish */ member
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dnan_req.cpp721 pFwReq->publishServiceReqParams.txType = pReq->tx_type; in putNanPublish()
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dnan.cpp687 result = request.put_u8(NAN_ATTRIBUTE_TX_TYPE, mParams->tx_type); in createPublishRequest()
3912 ALOGI("tx_type=%u\n", msg->tx_type); in dump_NanPublishRequest()
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dhidl_struct_util.cpp1713 legacy_request->tx_type = convertHidlNanTxTypeToLegacy(hidl_request.txType); in convertHidlNanPublishRequestToLegacy()