Searched refs:basic_mle (Results 1 – 14 of 14) sorted by relevance
/hostap-latest/wlantest/ |
D | bss.c | 250 elems->basic_mle && elems->basic_mle_len >= 2 + 1 + ETH_ALEN && in bss_update() 251 elems->basic_mle[2] >= 1 + ETH_ALEN) { in bss_update() 252 os_memcpy(bss->mld_mac_addr, &elems->basic_mle[2 + 1], in bss_update() 261 elems->basic_mle && elems->basic_mle_len >= 2 + 1 + ETH_ALEN + 1 && in bss_update() 262 elems->basic_mle[2] >= 1 + ETH_ALEN + 1 && in bss_update() 263 (WPA_GET_LE16(elems->basic_mle) & in bss_update() 265 bss->link_id = elems->basic_mle[2 + 1 + ETH_ALEN] & 0x0f; in bss_update()
|
D | sta.c | 119 if (!elems->basic_mle) in sta_update_assoc_ml() 122 mld_addr = get_basic_mle_mld_addr(elems->basic_mle, in sta_update_assoc_ml()
|
D | rx_mgmt.c | 393 mlbuf = ieee802_11_defrag(elems->basic_mle, elems->basic_mle_len, true); in parse_basic_ml_elems() 533 if (m_elems.basic_mle) { in rx_mgmt_beacon() 534 merged.basic_mle = m_elems.basic_mle; in rx_mgmt_beacon() 750 if (elems.basic_mle) in process_ft_auth() 762 spa = elems.basic_mle ? sta->mld_mac_addr : sta->addr; in process_ft_auth() 763 aa = elems.basic_mle ? bss->mld_mac_addr : bss->bssid; in process_ft_auth() 1245 if (elems.basic_mle) { in rx_mgmt_assoc_req() 1483 if (!sta && elems.basic_mle) { in rx_mgmt_reassoc_req() 1487 mld_addr = get_basic_mle_mld_addr(elems.basic_mle, in rx_mgmt_reassoc_req() 1548 if (elems.basic_mle) { in rx_mgmt_reassoc_req() [all …]
|
/hostap-latest/src/ap/ |
D | ieee802_11_eht.c | 1023 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()
|
D | ieee802_11.h | 108 const u8 *basic_mle, size_t basic_mle_len,
|
D | drv_callbacks.c | 165 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()
|
D | ieee802_11.c | 4544 mlbuf = ieee802_11_defrag(elems.basic_mle, elems.basic_mle_len, true); in ieee80211_ml_process_link() 5315 if (hostapd_process_ml_assoc_req_addr(hapd, elems.basic_mle, in handle_mlo_translate()
|
/hostap-latest/src/common/ |
D | ieee802_11_common.h | 112 const u8 *basic_mle; member
|
D | ieee802_11_common.c | 231 elems->basic_mle = pos; in ieee802_11_parse_mle() 958 elems->basic_mle = NULL; in ieee802_11_elems_clear_ext_ids()
|
D | wpa_common.c | 1353 if (reassoc_resp && elems.basic_mle) { in wpa_ft_parse_ies()
|
/hostap-latest/wpa_supplicant/ |
D | sme.c | 495 if (!elems.basic_mle || !elems.basic_mle_len) { in wpas_sme_ml_auth() 507 mld_addr = get_basic_mle_mld_addr(elems.basic_mle, elems.basic_mle_len); in wpas_sme_ml_auth() 1632 if (!elems.basic_mle || !elems.basic_mle_len) { in sme_external_ml_auth() 1644 mld_addr = get_basic_mle_mld_addr(elems.basic_mle, elems.basic_mle_len); in sme_external_ml_auth()
|
D | bss.c | 1647 mlbuf = ieee802_11_defrag(elems.basic_mle, elems.basic_mle_len, true); in wpa_bss_parse_basic_ml_element()
|
D | events.c | 3868 if (!wpa_s->valid_links || !elems->basic_mle || !elems->basic_mle_len) in wpas_ml_parse_assoc() 3871 mlbuf = ieee802_11_defrag(elems->basic_mle, elems->basic_mle_len, true); in wpas_ml_parse_assoc()
|
/hostap-latest/src/drivers/ |
D | driver_nl80211_event.c | 660 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()
|