Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dsta_info.h75 bool mld_sta; 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()
H A Ddrv_callbacks.c1002 if (!sta->mld_info.mld_sta) { in hostapd_notif_disassoc()
1009 } else if (!sta->mld_info.mld_sta) { in hostapd_notif_disassoc()
H A Dieee802_11.c2886 bool mld_sta = false; in handle_auth() local
2914 mld_sta = true; in handle_auth()
3006 if (mld_sta && in handle_auth()
3161 if (mld_sta) { in handle_auth()
3364 if (hapd->conf->mld_ap && sta->mld_info.mld_sta) { in hostapd_get_aid_word()
H A Dctrl_iface_ap.c477 if (sta->mld_info.mld_sta) { in hostapd_ctrl_iface_sta_mib()