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

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dtdls.cpp253 memset(&mTDLSgetCaps, 0, sizeof(wifiTdlsCapabilities));
263 mTDLSgetCaps.maxConcurrentTdlsSessionNum = get_u32(tb_vendor[
273 mTDLSgetCaps.tdlsSupportedFeatures = get_u32(tb_vendor[
321 mTDLSgetCaps.maxConcurrentTdlsSessionNum;
323 !!(mTDLSgetCaps.tdlsSupportedFeatures & IS_GLOBAL_TDLS_SUPPORTED);
325 !!(mTDLSgetCaps.tdlsSupportedFeatures & IS_PER_MAC_TDLS_SUPPORTED);
327 !!(mTDLSgetCaps.tdlsSupportedFeatures & IS_OFF_CHANNEL_TDLS_SUPPORTED);
H A DtdlsCommand.h83 wifiTdlsCapabilities mTDLSgetCaps; member in class:TdlsCommand

Completed in 425 milliseconds