Home
last modified time | relevance | path

Searched refs:mTDLSgetStatusRspParams (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dtdls.cpp52 memset(&mTDLSgetStatusRspParams, 0, sizeof(wifi_tdls_status)); in TdlsCommand()
203 memset(&mTDLSgetStatusRspParams, 0, sizeof(wifi_tdls_status)); in handleResponse()
211 mTDLSgetStatusRspParams.state = (wifi_tdls_state)get_u32( in handleResponse()
213 ALOGV("TDLS: State : %u ", mTDLSgetStatusRspParams.state); in handleResponse()
221 mTDLSgetStatusRspParams.reason = (wifi_tdls_reason)get_s32( in handleResponse()
223 ALOGV("TDLS: Reason : %d ", mTDLSgetStatusRspParams.reason); in handleResponse()
231 mTDLSgetStatusRspParams.channel = get_u32(tb_vendor[ in handleResponse()
233 ALOGV("TDLS: channel : %d ", mTDLSgetStatusRspParams.channel); in handleResponse()
243 mTDLSgetStatusRspParams.global_operating_class = in handleResponse()
247 mTDLSgetStatusRspParams.global_operating_class); in handleResponse()
[all …]
DtdlsCommand.h80 wifi_tdls_status mTDLSgetStatusRspParams; variable
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dtdls.cpp47 memset(&mTDLSgetStatusRspParams, 0, sizeof(wifi_tdls_status)); in TdlsCommand()
198 memset(&mTDLSgetStatusRspParams, 0, sizeof(wifi_tdls_status)); in handleResponse()
206 mTDLSgetStatusRspParams.state = (wifi_tdls_state)get_u32( in handleResponse()
208 ALOGV("TDLS: State : %u ", mTDLSgetStatusRspParams.state); in handleResponse()
216 mTDLSgetStatusRspParams.reason = (wifi_tdls_reason)get_s32( in handleResponse()
218 ALOGV("TDLS: Reason : %d ", mTDLSgetStatusRspParams.reason); in handleResponse()
226 mTDLSgetStatusRspParams.channel = get_u32(tb_vendor[ in handleResponse()
228 ALOGV("TDLS: channel : %d ", mTDLSgetStatusRspParams.channel); in handleResponse()
238 mTDLSgetStatusRspParams.global_operating_class = in handleResponse()
242 mTDLSgetStatusRspParams.global_operating_class); in handleResponse()
[all …]
DtdlsCommand.h80 wifi_tdls_status mTDLSgetStatusRspParams; variable