sta = ap_get_sta(hapd, addr);
#ifdef CONFIG_IEEE80211BE
- if (hostapd_is_mld_ap(hapd)) {
+ if (hostapd_is_multiple_link_mld(hapd)) {
struct hostapd_data *assoc_hapd;
unsigned int i;
}
-bool hostapd_is_mld_ap(struct hostapd_data *hapd)
+bool hostapd_is_multiple_link_mld(struct hostapd_data *hapd)
{
struct hostapd_data *bss;
#ifdef CONFIG_IEEE80211BE
unsigned int i;
- if (!hostapd_is_mld_ap(hapd))
+ if (!hostapd_is_multiple_link_mld(hapd))
return 0;
for (i = 0; i < MAX_NUM_MLD_LINKS; i++) {
struct sta_info *assoc_sta;
struct sta_info *tmp_sta;
- if (!hostapd_is_mld_ap(hapd))
+ if (!hostapd_is_multiple_link_mld(hapd))
return false;
/*
#ifdef CONFIG_IEEE80211BE
struct hostapd_data *tmp_hapd;
- if (!hostapd_is_mld_ap(hapd))
+ if (!hostapd_is_multiple_link_mld(hapd))
return;
for_each_mld_link(tmp_hapd, hapd) {
u8 **elem_offset,
const u8 *known_bss, size_t known_bss_len, u8 *rnr_eid,
u8 *rnr_count, u8 **rnr_offset, size_t rnr_len);
-bool hostapd_is_mld_ap(struct hostapd_data *hapd);
+bool hostapd_is_multiple_link_mld(struct hostapd_data *hapd);
const char * sae_get_password(struct hostapd_data *hapd,
struct sta_info *sta, const char *rx_id,
struct sae_password_entry **pw_entry,
#ifdef CONFIG_IEEE80211BE
unsigned int i;
- if (!hostapd_is_mld_ap(hapd))
+ if (!hostapd_is_multiple_link_mld(hapd))
return;
/*
unsigned int i, link_id;
struct hapd_interfaces *interfaces;
- if (!hostapd_is_mld_ap(hapd))
+ if (!hostapd_is_multiple_link_mld(hapd))
return false;
/*