Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_eht.c673 struct hostapd_data *other_hapd; in hostapd_eid_eht_reconf_ml() local
682 other_hapd = hapd->iface->interfaces->iface[i]->bss[0]; in hostapd_eid_eht_reconf_ml()
685 other_hapd->eht_mld_link_removal_count); in hostapd_eid_eht_reconf_ml()
687 if (other_hapd->eht_mld_link_removal_count) in hostapd_eid_eht_reconf_ml()
712 other_hapd = hapd->iface->interfaces->iface[i]->bss[0]; in hostapd_eid_eht_reconf_ml()
713 if (!other_hapd->eht_mld_link_removal_count) in hostapd_eid_eht_reconf_ml()
720 control = other_hapd->mld_link_id | in hostapd_eid_eht_reconf_ml()
729 WPA_PUT_LE16(pos, other_hapd->eht_mld_link_removal_count); in hostapd_eid_eht_reconf_ml()
1051 struct hostapd_data *other_hapd; in hostapd_mld_validate_assoc_info() local
1056 other_hapd = hostapd_mld_get_link_bss(hapd, link_id); in hostapd_mld_validate_assoc_info()
[all …]
H A Dieee802_11_shared.c1185 struct hostapd_data *other_hapd = NULL; in hostapd_ml_get_assoc_sta() local
1197 other_hapd = hostapd_mld_get_link_bss(hapd, sta->mld_assoc_link_id); in hostapd_ml_get_assoc_sta()
1198 if (!other_hapd) { in hostapd_ml_get_assoc_sta()
1208 for (tmp_sta = other_hapd->sta_list; tmp_sta; tmp_sta = tmp_sta->next) { in hostapd_ml_get_assoc_sta()
1211 *assoc_hapd = other_hapd; in hostapd_ml_get_assoc_sta()