Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dtdls.cpp282 mTDLSgetCaps.tdlsSupportedFeatures = get_u32(tb_vendor[ in handleResponse()
331 !!(mTDLSgetCaps.tdlsSupportedFeatures & IS_GLOBAL_TDLS_SUPPORTED); in getCapsRspParams()
333 !!(mTDLSgetCaps.tdlsSupportedFeatures & IS_PER_MAC_TDLS_SUPPORTED); in getCapsRspParams()
335 !!(mTDLSgetCaps.tdlsSupportedFeatures & IS_OFF_CHANNEL_TDLS_SUPPORTED); in getCapsRspParams()
DtdlsCommand.h75 u32 tdlsSupportedFeatures; member