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.c1158 if (!elems.basic_mle || !elems.basic_mle_len) in hostapd_process_ml_auth()
1161 return get_basic_mle_mld_addr(elems.basic_mle, elems.basic_mle_len); in hostapd_process_ml_auth()
1207 const u8 *basic_mle, size_t basic_mle_len, in hostapd_process_ml_assoc_req_addr() argument
1210 struct wpabuf *mlbuf = ieee802_11_defrag(basic_mle, basic_mle_len, in hostapd_process_ml_assoc_req_addr()
1279 mlbuf = ieee802_11_defrag(elems->basic_mle, elems->basic_mle_len, true); in hostapd_process_ml_assoc_req()
H A Dieee802_11.h146 const u8 *basic_mle, size_t basic_mle_len,
H A Ddrv_callbacks.c170 mlebuf = ieee802_11_defrag(elems.basic_mle, elems.basic_mle_len, true); in hostapd_update_sta_links_status()
448 if (!elems.basic_mle || in hostapd_notif_assoc()
H A Dieee802_11.c6274 mlbuf = ieee802_11_defrag(elems.basic_mle, elems.basic_mle_len, in ieee80211_ml_process_link()
7174 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.h118 const u8 *basic_mle; member
H A Dieee802_11_common.c245 elems->basic_mle = pos; in ieee802_11_parse_mle()
1009 elems->basic_mle = NULL; in ieee802_11_elems_clear_ext_ids()
H A Dwpa_common.c1485 if (reassoc_resp && elems.basic_mle) { in wpa_ft_parse_ies()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dsme.c869 if (!elems.basic_mle || !elems.basic_mle_len) { in wpas_sme_ml_auth()
2721 if (!elems.basic_mle || !elems.basic_mle_len) { in sme_external_ml_auth()
3214 if (!elems->basic_mle || !elems->basic_mle_len) { in sme_validate_basic_mle()
3219 mld_addr = get_basic_mle_mld_addr(elems->basic_mle, in sme_validate_basic_mle()
H A Devents.c3628 req_mlbuf = ieee802_11_defrag(req_elems.basic_mle, in wpas_parse_connection_info()
3630 resp_mlbuf = ieee802_11_defrag(resp_elems.basic_mle, in wpas_parse_connection_info()
4303 if (!wpa_s->valid_links || !elems->basic_mle || !elems->basic_mle_len) in wpas_ml_parse_assoc()
4306 mlbuf = ieee802_11_defrag(elems->basic_mle, elems->basic_mle_len, true); in wpas_ml_parse_assoc()
H A Dbss.c2011 mlbuf = ieee802_11_defrag(elems.basic_mle, elems.basic_mle_len, true); in wpa_bss_parse_basic_ml_element()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c697 mle = ieee802_11_defrag(req_elems.basic_mle, req_elems.basic_mle_len, in nl80211_update_rejected_links_info()
708 mle = ieee802_11_defrag(resp_elems.basic_mle, resp_elems.basic_mle_len, in nl80211_update_rejected_links_info()