Searched refs:preauth_iface (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dsta_info.h156 struct rsn_preauth_interface *preauth_iface; member in struct:sta_info
H A Dhostapd.h190 struct rsn_preauth_interface *preauth_iface; member in struct:hostapd_data
H A Dpreauth_auth.c91 sta->preauth_iface = piface;
121 piface->next = hapd->preauth_iface;
122 hapd->preauth_iface = piface;
137 piface = hapd->preauth_iface;
138 hapd->preauth_iface = NULL;
237 piface = hapd->preauth_iface;
239 if (piface == sta->preauth_iface)

Completed in 204 milliseconds