Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dtdls.cpp253 memset(&mTDLSgetCaps, 0, sizeof(wifiTdlsCapabilities)); in handleResponse()
263 mTDLSgetCaps.maxConcurrentTdlsSessionNum = get_u32(tb_vendor[ in handleResponse()
273 mTDLSgetCaps.tdlsSupportedFeatures = get_u32(tb_vendor[ in handleResponse()
321 mTDLSgetCaps.maxConcurrentTdlsSessionNum; in getCapsRspParams()
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.h83 wifiTdlsCapabilities mTDLSgetCaps; variable