Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/ap/
HDwpa_auth_glue.c655 return hapd->oui_push; in hostapd_wpa_get_oui()
1224 hapd->oui_push = eth_p_oui_register(hapd, ft_iface, in hostapd_wpa_register_ft_oui()
1227 if (!hapd->oui_push) in hostapd_wpa_register_ft_oui()
1252 eth_p_oui_unregister(hapd->oui_push); in hostapd_wpa_unregister_ft_oui()
1253 hapd->oui_push = NULL; in hostapd_wpa_unregister_ft_oui()
HDhostapd.h220 struct eth_p_oui_ctx *oui_push; member