Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dtdls.cpp262 memset(&mTDLSgetCaps, 0, sizeof(wifiTdlsCapabilities)); in handleResponse()
272 mTDLSgetCaps.maxConcurrentTdlsSessionNum = get_u32(tb_vendor[ in handleResponse()
282 mTDLSgetCaps.tdlsSupportedFeatures = get_u32(tb_vendor[ in handleResponse()
329 mTDLSgetCaps.maxConcurrentTdlsSessionNum; in getCapsRspParams()
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.h85 wifiTdlsCapabilities mTDLSgetCaps; variable