Home
last modified time | relevance | path

Searched refs:pInValue (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan_ind.cpp686 const u8 *pInValue, in getNanReceivePostConnectivityCapabilityVal() argument
689 if (pInValue && pRxCapab) { in getNanReceivePostConnectivityCapabilityVal()
690 pRxCapab->is_mesh_supported = (pInValue[0] & (0x01 << 5)); in getNanReceivePostConnectivityCapabilityVal()
691 pRxCapab->is_ibss_supported = (pInValue[0] & (0x01 << 4)); in getNanReceivePostConnectivityCapabilityVal()
692 pRxCapab->wlan_infra_field = (pInValue[0] & (0x01 << 3)); in getNanReceivePostConnectivityCapabilityVal()
693 pRxCapab->is_tdls_supported = (pInValue[0] & (0x01 << 2)); in getNanReceivePostConnectivityCapabilityVal()
694 pRxCapab->is_wfds_supported = (pInValue[0] & (0x01 << 1)); in getNanReceivePostConnectivityCapabilityVal()
695 pRxCapab->is_wfd_supported = pInValue[0] & 0x01; in getNanReceivePostConnectivityCapabilityVal()
699 void NanCommand::getNanReceiveSdeaCtrlParams(const u8* pInValue, in getNanReceiveSdeaCtrlParams() argument
702 if (pInValue && pPeerSdeaParams) { in getNanReceiveSdeaCtrlParams()
[all …]
Dnancommand.h81 const u8* pInValue,
83 void getNanReceiveSdeaCtrlParams(const u8* pInValue,
85 int getNanReceivePostDiscoveryVal(const u8 *pInValue,
88 int getNanFurtherAvailabilityMap(const u8 *pInValue,