Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_glue.c640 return hapd->oui_sreq; in hostapd_wpa_get_oui()
901 hapd->oui_sreq = eth_p_oui_register(hapd, ft_iface, in hostapd_wpa_register_ft_oui()
904 if (!hapd->oui_sreq) in hostapd_wpa_register_ft_oui()
925 eth_p_oui_unregister(hapd->oui_sreq); in hostapd_wpa_unregister_ft_oui()
926 hapd->oui_sreq = NULL; in hostapd_wpa_unregister_ft_oui()
Dhostapd.h198 struct eth_p_oui_ctx *oui_sreq; member