Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/wpa/wpa_supplicant/
HDrobust_av.c673 const u8 *mscs_desc_ie) in wpas_parse_mscs_resp() argument
679 if (!mscs_desc_ie) in wpas_parse_mscs_resp()
682 if (mscs_desc_ie[1] < MSCS_DESCRIPTOR_FIXED_LEN) { in wpas_parse_mscs_resp()
685 mscs_desc_ie[1]); in wpas_parse_mscs_resp()
692 pos = &mscs_desc_ie[3]; in wpas_parse_mscs_resp()
736 const u8 *mscs_desc_ie; in wpas_handle_robust_av_recv_action() local
762 mscs_desc_ie = get_ie_ext(buf, len, WLAN_EID_EXT_MSCS_DESCRIPTOR); in wpas_handle_robust_av_recv_action()
763 wpas_parse_mscs_resp(wpa_s, status_code, src, mscs_desc_ie); in wpas_handle_robust_av_recv_action()
770 const u8 *mscs_desc_ie, *mscs_status; in wpas_handle_assoc_resp_mscs() local
778 mscs_desc_ie = get_ie_ext(ies, ies_len, WLAN_EID_EXT_MSCS_DESCRIPTOR); in wpas_handle_assoc_resp_mscs()
[all …]