Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Drobust_av.c131 const u8 *mscs_desc_ie, *mscs_status; in wpas_handle_assoc_resp_mscs() local
146 mscs_status = get_ie(&mscs_desc_ie[10], mscs_desc_ie[1] - 8, in wpas_handle_assoc_resp_mscs()
148 if (!mscs_status || mscs_status[1] < 2) in wpas_handle_assoc_resp_mscs()
151 status = WPA_GET_LE16(mscs_status + 2); in wpas_handle_assoc_resp_mscs()