Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c818 struct eth_p_oui_ctx *oui_ctx; in hostapd_oui_deliver_later() local
822 oui_ctx = hostapd_wpa_get_oui(hapd, data->oui_suffix); in hostapd_oui_deliver_later()
829 if (hapd->wpa_auth && oui_ctx) { in hostapd_oui_deliver_later()
830 eth_p_oui_deliver(oui_ctx, data->src_addr, in hostapd_oui_deliver_later()
923 struct eth_p_oui_ctx *oui_ctx; in hostapd_wpa_auth_send_oui() local
948 oui_ctx = hostapd_wpa_get_oui(hapd, oui_suffix); in hostapd_wpa_auth_send_oui()
949 if (!oui_ctx) in hostapd_wpa_auth_send_oui()
952 return eth_p_oui_send(oui_ctx, hapd->own_addr, dst, data, data_len); in hostapd_wpa_auth_send_oui()