Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_nan.h1056 NanTxType tx_type; /* 0 = broadcast, 1= unicast if solicited publish */ member
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan_req.cpp721 pFwReq->publishServiceReqParams.txType = pReq->tx_type; in putNanPublish()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp695 result = request.put_u8(NAN_ATTRIBUTE_TX_TYPE, mParams->tx_type); in createPublishRequest()
3914 ALOGI("tx_type=%u\n", msg->tx_type); in dump_NanPublishRequest()
/hardware/interfaces/wifi/1.4/default/
Dhidl_struct_util.cpp1450 legacy_request->tx_type = convertHidlNanTxTypeToLegacy(hidl_request.txType); in convertHidlNanPublishRequestToLegacy()