Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.c9494 static bool hostapd_mbssid_mld_match(struct hostapd_data *tx_hapd, in hostapd_mbssid_mld_match() argument
9503 if (!tx_hapd->iconf->mbssid || tx_hapd->iface->num_bss <= 1) { in hostapd_mbssid_mld_match()
9504 if (hostapd_is_ml_partner(tx_hapd, ml_hapd)) { in hostapd_mbssid_mld_match()
9513 for (bss_idx = 0; bss_idx < tx_hapd->iface->num_bss; bss_idx++) { in hostapd_mbssid_mld_match()
9514 struct hostapd_data *bss = tx_hapd->iface->bss[bss_idx]; in hostapd_mbssid_mld_match()