Lines Matching refs:tmp_hapd
933 struct hostapd_data *tmp_hapd; in hostapd_notif_disassoc_mld() local
944 tmp_hapd = interfaces->iface[i]->bss[0]; in hostapd_notif_disassoc_mld()
946 if (!tmp_hapd->conf->mld_ap || in hostapd_notif_disassoc_mld()
947 assoc_hapd == tmp_hapd || in hostapd_notif_disassoc_mld()
948 assoc_hapd->conf->mld_id != tmp_hapd->conf->mld_id) in hostapd_notif_disassoc_mld()
951 tmp_sta = ap_get_sta(tmp_hapd, addr); in hostapd_notif_disassoc_mld()
953 ap_free_sta(tmp_hapd, tmp_sta); in hostapd_notif_disassoc_mld()
1925 struct hostapd_data *orig_hapd, *tmp_hapd; in hostapd_mgmt_tx_cb() local
1931 tmp_hapd = get_hapd_bssid(hapd->iface, get_hdr_bssid(hdr, len), link_id); in hostapd_mgmt_tx_cb()
1932 if (tmp_hapd) { in hostapd_mgmt_tx_cb()
1933 hapd = tmp_hapd; in hostapd_mgmt_tx_cb()