Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/wpa/dist/src/ap/
Dsta_info.h74 struct mld_info { struct
332 struct mld_info mld_info; member
428 return hapd->conf->mld_ap && sta && sta->mld_info.mld_sta; in ap_sta_is_mld()
438 sta->mld_info.mld_sta = mld; in ap_sta_set_mld()
442 void ap_sta_free_sta_profile(struct mld_info *info);
Dieee802_11_eht.c443 u8 *eid, struct mld_info *mld_info, in hostapd_eid_eht_basic_ml_common() argument
531 if (!mld_info) in hostapd_eid_eht_basic_ml_common()
536 struct mld_link_info *link = &mld_info->links[link_id]; in hostapd_eid_eht_basic_ml_common()
743 static size_t hostapd_eid_eht_ml_len(struct mld_info *info, in hostapd_eid_eht_ml_len()
785 struct mld_info *info, in hostapd_eid_eht_ml_beacon()
800 eid = hostapd_eid_eht_basic_ml_common(hapd, eid, &info->mld_info, in hostapd_eid_eht_ml_assoc()
802 ap_sta_free_sta_profile(&info->mld_info); in hostapd_eid_eht_ml_assoc()
808 struct mld_info *info, in hostapd_eid_eht_ml_beacon_len()
1034 struct mld_info *info = &sta->mld_info; in hostapd_mld_validate_assoc_info()
1159 struct mld_info *info = &sta->mld_info; in hostapd_process_ml_assoc_req()
Dieee802_11.h26 struct mld_info;
93 struct mld_info *mld_info,
98 struct mld_info *info,
Dbeacon.c606 struct mld_info *mld_info; member
626 ap_sta_free_sta_profile(params->mld_info); in hostapd_free_probe_resp_params()
627 os_free(params->mld_info); in hostapd_free_probe_resp_params()
628 params->mld_info = NULL; in hostapd_free_probe_resp_params()
675 ml_elem_ap, params->mld_info, !!params->mld_ap); in hostapd_probe_resp_elems_len()
838 ml_elem_ap, params->mld_info, in hostapd_probe_resp_fill_elems()
964 params->mld_info = os_zalloc(sizeof(*params->mld_info)); in hostapd_fill_probe_resp_ml_params()
965 if (!params->mld_info) in hostapd_fill_probe_resp_ml_params()
996 link_info = &params->mld_info->links[mld_link_id]; in hostapd_fill_probe_resp_ml_params()
1002 sta_info_params.mld_info = NULL; in hostapd_fill_probe_resp_ml_params()
[all …]
Ddrv_callbacks.c145 struct mld_info *info = &sta->mld_info; in hostapd_update_sta_links_status()
362 struct mld_info *info = &sta->mld_info; in hostapd_notif_assoc()
522 &sta->mld_info); in hostapd_notif_assoc()
936 if (!sta->mld_info.links[link_id].valid) in hostapd_notif_disassoc_mld()
1002 if (!sta->mld_info.mld_sta) { in hostapd_notif_disassoc()
1009 } else if (!sta->mld_info.mld_sta) { in hostapd_notif_disassoc()
2336 struct mld_info *info = &sta->mld_info; in hostapd_notif_update_dh_ie()
Dieee802_11.c917 sta->mld_info.links[sta->mld_assoc_link_id].peer_addr; in sae_sme_send_external_auth_status()
3158 ap_sta_free_sta_profile(&sta->mld_info); in handle_auth()
3159 os_memset(&sta->mld_info, 0, sizeof(sta->mld_info)); in handle_auth()
3171 os_memcpy(sta->mld_info.common_info.mld_addr, sa, in handle_auth()
3173 os_memcpy(sta->mld_info.links[link_id].peer_addr, in handle_auth()
3175 os_memcpy(sta->mld_info.links[link_id].local_addr, in handle_auth()
3364 if (hapd->conf->mld_ap && sta->mld_info.mld_sta) { in hostapd_get_aid_word()
3370 if (!sta->mld_info.links[j].valid) in hostapd_get_aid_word()
3833 sta->mld_assoc_link_id, &sta->mld_info); in owe_process_rsn_ie()
4096 struct mld_info *info = &sta->mld_info; in __check_assoc_ies()
[all …]
Dwpa_auth.h18 struct mld_info;
644 u8 mld_assoc_link_id, struct mld_info *info);
Dsta_info.c469 ap_sta_free_sta_profile(&sta->mld_info); in ap_free_sta()
1047 if (!assoc_sta->mld_info.links[link_id].valid) in ap_sta_ml_disconnect()
1843 mld_link_addr = sta->mld_info.links[mld_link_id].peer_addr; in ap_sta_re_add()
1876 void ap_sta_free_sta_profile(struct mld_info *info) in ap_sta_free_sta_profile()
Dctrl_iface_ap.c477 if (sta->mld_info.mld_sta) { in hostapd_ctrl_iface_sta_mib()
479 if (!sta->mld_info.links[i].valid) in hostapd_ctrl_iface_sta_mib()
484 i, MAC2STR(sta->mld_info.links[i].peer_addr)); in hostapd_ctrl_iface_sta_mib()
Dwnm_ap.c1038 if (sta->mld_info.links[i].valid) in wnm_send_bss_tm_req()
1046 MAC2STR(sta->mld_info.common_info.mld_addr)); in wnm_send_bss_tm_req()
Dieee802_1x.c165 struct mld_link_info *link = &sta->mld_info.links[link_id]; in ieee802_1x_ml_set_sta_authorized()
Dwpa_auth.c7195 u8 mld_assoc_link_id, struct mld_info *info)