Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Drobust_av.c527 const u8 *mscs_desc_ie, *mscs_status; in wpas_handle_assoc_resp_mscs() local
542 mscs_status = get_ie(&mscs_desc_ie[10], mscs_desc_ie[1] - 8, in wpas_handle_assoc_resp_mscs()
544 if (!mscs_status || mscs_status[1] < 2) in wpas_handle_assoc_resp_mscs()
547 status = WPA_GET_LE16(mscs_status + 2); in wpas_handle_assoc_resp_mscs()