Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_glue.c683 struct eth_p_oui_ctx *oui_ctx; in hostapd_oui_deliver_later() local
687 oui_ctx = hostapd_wpa_get_oui(hapd, data->oui_suffix); in hostapd_oui_deliver_later()
688 if (hapd->wpa_auth && oui_ctx) { in hostapd_oui_deliver_later()
689 eth_p_oui_deliver(oui_ctx, data->src_addr, in hostapd_oui_deliver_later()
762 struct eth_p_oui_ctx *oui_ctx; in hostapd_wpa_auth_send_oui() local
783 oui_ctx = hostapd_wpa_get_oui(hapd, oui_suffix); in hostapd_wpa_auth_send_oui()
784 if (!oui_ctx) in hostapd_wpa_auth_send_oui()
787 return eth_p_oui_send(oui_ctx, hapd->own_addr, dst, data, data_len); in hostapd_wpa_auth_send_oui()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_glue.c789 struct eth_p_oui_ctx *oui_ctx; in hostapd_oui_deliver_later() local
793 oui_ctx = hostapd_wpa_get_oui(hapd, data->oui_suffix); in hostapd_oui_deliver_later()
800 if (hapd->wpa_auth && oui_ctx) { in hostapd_oui_deliver_later()
801 eth_p_oui_deliver(oui_ctx, data->src_addr, in hostapd_oui_deliver_later()
894 struct eth_p_oui_ctx *oui_ctx; in hostapd_wpa_auth_send_oui() local
919 oui_ctx = hostapd_wpa_get_oui(hapd, oui_suffix); in hostapd_wpa_auth_send_oui()
920 if (!oui_ctx) in hostapd_wpa_auth_send_oui()
923 return eth_p_oui_send(oui_ctx, hapd->own_addr, dst, data, data_len); in hostapd_wpa_auth_send_oui()

Completed in 4 milliseconds