Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dtdls.cpp273 mTDLSgetCaps.tdlsSupportedFeatures = get_u32(tb_vendor[ in handleResponse()
323 !!(mTDLSgetCaps.tdlsSupportedFeatures & IS_GLOBAL_TDLS_SUPPORTED); in getCapsRspParams()
325 !!(mTDLSgetCaps.tdlsSupportedFeatures & IS_PER_MAC_TDLS_SUPPORTED); in getCapsRspParams()
327 !!(mTDLSgetCaps.tdlsSupportedFeatures & IS_OFF_CHANNEL_TDLS_SUPPORTED); in getCapsRspParams()
DtdlsCommand.h73 u32 tdlsSupportedFeatures; member