Searched refs:mTDLSgetStatusRspParams (Results 1 – 2 of 2) sorted by relevance
47 memset(&mTDLSgetStatusRspParams, 0, sizeof(wifi_tdls_status)); in TdlsCommand()207 memset(&mTDLSgetStatusRspParams, 0, sizeof(wifi_tdls_status)); in handleResponse()215 mTDLSgetStatusRspParams.state = (wifi_tdls_state)get_u32( in handleResponse()217 ALOGV("TDLS: State : %u ", mTDLSgetStatusRspParams.state); in handleResponse()225 mTDLSgetStatusRspParams.reason = (wifi_tdls_reason)get_s32( in handleResponse()227 ALOGV("TDLS: Reason : %d ", mTDLSgetStatusRspParams.reason); in handleResponse()235 mTDLSgetStatusRspParams.channel = get_u32(tb_vendor[ in handleResponse()237 ALOGV("TDLS: channel : %d ", mTDLSgetStatusRspParams.channel); in handleResponse()247 mTDLSgetStatusRspParams.global_operating_class = in handleResponse()251 mTDLSgetStatusRspParams.global_operating_class); in handleResponse()[all …]
82 wifi_tdls_status mTDLSgetStatusRspParams; variable