Searched refs:mTDLSgetStatusRspParams (Results 1 – 2 of 2) sorted by relevance
47 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 …]
80 wifi_tdls_status mTDLSgetStatusRspParams; variable