Home
last modified time | relevance | path

Searched refs:mscs_desc_ie (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
535 mscs_desc_ie = get_ie_ext(ies, ies_len, WLAN_EID_EXT_MSCS_DESCRIPTOR); in wpas_handle_assoc_resp_mscs()
536 if (!mscs_desc_ie || mscs_desc_ie[1] <= 8) in wpas_handle_assoc_resp_mscs()
542 mscs_status = get_ie(&mscs_desc_ie[10], mscs_desc_ie[1] - 8, in wpas_handle_assoc_resp_mscs()