Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dpreauth_auth.c97 sta->preauth_iface = piface; in rsn_preauth_receive()
127 piface->next = hapd->preauth_iface; in rsn_preauth_iface_add()
128 hapd->preauth_iface = piface; in rsn_preauth_iface_add()
143 piface = hapd->preauth_iface; in rsn_preauth_iface_deinit()
144 hapd->preauth_iface = NULL; in rsn_preauth_iface_deinit()
243 piface = hapd->preauth_iface; in rsn_preauth_send()
245 if (piface == sta->preauth_iface) in rsn_preauth_send()
Dsta_info.h89 struct rsn_preauth_interface *preauth_iface; member
Dhostapd.h100 struct rsn_preauth_interface *preauth_iface; member