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.cpp606 const u8 *pInValue, in getNanReceivePostConnectivityCapabilityVal() argument
609 if (pInValue && pRxCapab) { in getNanReceivePostConnectivityCapabilityVal()
610 pRxCapab->is_mesh_supported = (pInValue[0] & (0x01 << 5)); in getNanReceivePostConnectivityCapabilityVal()
611 pRxCapab->is_ibss_supported = (pInValue[0] & (0x01 << 4)); in getNanReceivePostConnectivityCapabilityVal()
612 pRxCapab->wlan_infra_field = (pInValue[0] & (0x01 << 3)); in getNanReceivePostConnectivityCapabilityVal()
613 pRxCapab->is_tdls_supported = (pInValue[0] & (0x01 << 2)); in getNanReceivePostConnectivityCapabilityVal()
614 pRxCapab->is_wfds_supported = (pInValue[0] & (0x01 << 1)); in getNanReceivePostConnectivityCapabilityVal()
615 pRxCapab->is_wfd_supported = pInValue[0] & 0x01; in getNanReceivePostConnectivityCapabilityVal()
619 int NanCommand::getNanReceivePostDiscoveryVal(const u8 *pInValue, in getNanReceivePostDiscoveryVal() argument
625 if (length <= 8 || pInValue == NULL) { in getNanReceivePostDiscoveryVal()
[all …]
Dnancommand.h79 const u8* pInValue,
81 int getNanReceivePostDiscoveryVal(const u8 *pInValue,
84 int getNanFurtherAvailabilityMap(const u8 *pInValue,