Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Ddrv_callbacks.c52 int new_assoc; in hostapd_notify_assoc_fils_finish() local
77 new_assoc = (sta->flags & WLAN_STA_ASSOC) == 0; in hostapd_notify_assoc_fils_finish()
83 hostapd_new_assoc_sta(hapd, sta, !new_assoc); in hostapd_notify_assoc_fils_finish()
110 int new_assoc, res; in hostapd_notif_assoc() local
615 new_assoc = (sta->flags & WLAN_STA_ASSOC) == 0; in hostapd_notif_assoc()
632 hostapd_new_assoc_sta(hapd, sta, !new_assoc); in hostapd_notif_assoc()
H A Dieee802_11.c4790 int new_assoc = 1; in handle_assoc_cb() local
4838 new_assoc = 0; in handle_assoc_cb()
4904 hapd->new_assoc_sta_cb(hapd, sta, !new_assoc); in handle_assoc_cb()