Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_eht.c1023 if (!elems.basic_mle || !elems.basic_mle_len) in hostapd_process_ml_auth()
1026 return get_basic_mle_mld_addr(elems.basic_mle, elems.basic_mle_len); in hostapd_process_ml_auth()
1072 const u8 *basic_mle, size_t basic_mle_len, in hostapd_process_ml_assoc_req_addr() argument
1075 struct wpabuf *mlbuf = ieee802_11_defrag(basic_mle, basic_mle_len, in hostapd_process_ml_assoc_req_addr()
1164 mlbuf = ieee802_11_defrag(elems->basic_mle, elems->basic_mle_len, true); in hostapd_process_ml_assoc_req()
H A Dieee802_11.h108 const u8 *basic_mle, size_t basic_mle_len,
H A Ddrv_callbacks.c165 mlebuf = ieee802_11_defrag(elems.basic_mle, elems.basic_mle_len, true); in hostapd_update_sta_links_status()
374 if (!elems.basic_mle || in hostapd_notif_assoc()
H A Dieee802_11.c4537 mlbuf = ieee802_11_defrag(elems.basic_mle, elems.basic_mle_len, true); in ieee80211_ml_process_link()
5308 if (hostapd_process_ml_assoc_req_addr(hapd, elems.basic_mle, in handle_mlo_translate()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.h112 const u8 *basic_mle; member
H A Dieee802_11_common.c210 elems->basic_mle = pos; in ieee802_11_parse_mle()
937 elems->basic_mle = NULL; in ieee802_11_elems_clear_ext_ids()
H A Dwpa_common.c1353 if (reassoc_resp && elems.basic_mle) { in wpa_ft_parse_ies()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dsme.c492 if (!elems.basic_mle || !elems.basic_mle_len) { in wpas_sme_ml_auth()
504 mld_addr = get_basic_mle_mld_addr(elems.basic_mle, elems.basic_mle_len); in wpas_sme_ml_auth()
1629 if (!elems.basic_mle || !elems.basic_mle_len) { in sme_external_ml_auth()
1641 mld_addr = get_basic_mle_mld_addr(elems.basic_mle, elems.basic_mle_len); in sme_external_ml_auth()
H A Dbss.c1650 mlbuf = ieee802_11_defrag(elems.basic_mle, elems.basic_mle_len, true); in wpa_bss_parse_basic_ml_element()
H A Devents.c3796 if (!wpa_s->valid_links || !elems->basic_mle || !elems->basic_mle_len) in wpas_ml_parse_assoc()
3799 mlbuf = ieee802_11_defrag(elems->basic_mle, elems->basic_mle_len, true); in wpas_ml_parse_assoc()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c660 mle = ieee802_11_defrag(req_elems.basic_mle, req_elems.basic_mle_len, in nl80211_update_rejected_links_info()
672 mle = ieee802_11_defrag(resp_elems.basic_mle, resp_elems.basic_mle_len, in nl80211_update_rejected_links_info()