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.c770 const u8 *mscs_desc_ie, *mscs_status; in wpas_handle_assoc_resp_mscs() local
783 mscs_status = get_ie(&mscs_desc_ie[2 + MSCS_DESCRIPTOR_FIXED_LEN], in wpas_handle_assoc_resp_mscs()
786 if (!mscs_status || mscs_status[1] < 2) in wpas_handle_assoc_resp_mscs()
789 status = WPA_GET_LE16(mscs_status + 2); in wpas_handle_assoc_resp_mscs()