Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Deth_p_oui.h12 struct eth_p_oui_ctx;
16 struct eth_p_oui_ctx *
22 void eth_p_oui_unregister(struct eth_p_oui_ctx *eth_p_oui);
23 int eth_p_oui_send(struct eth_p_oui_ctx *ctx, const u8 *src_addr,
25 void eth_p_oui_deliver(struct eth_p_oui_ctx *ctx, const u8 *src_addr,
Deth_p_oui.c31 struct eth_p_oui_ctx { struct
43 void eth_p_oui_deliver(struct eth_p_oui_ctx *ctx, const u8 *src_addr, in eth_p_oui_deliver() argument
54 struct eth_p_oui_ctx *receiver; in eth_p_rx()
74 struct eth_p_oui_ctx, list) { in eth_p_rx()
84 struct eth_p_oui_ctx *
92 struct eth_p_oui_ctx *receiver; in eth_p_oui_register()
141 void eth_p_oui_unregister(struct eth_p_oui_ctx *ctx) in eth_p_oui_unregister()
161 int eth_p_oui_send(struct eth_p_oui_ctx *ctx, const u8 *src_addr, in eth_p_oui_send()
Dhostapd.h214 struct eth_p_oui_ctx *oui_pull;
215 struct eth_p_oui_ctx *oui_resp;
216 struct eth_p_oui_ctx *oui_push;
217 struct eth_p_oui_ctx *oui_sreq;
218 struct eth_p_oui_ctx *oui_sresp;
Dwpa_auth_glue.c641 static struct eth_p_oui_ctx * hostapd_wpa_get_oui(struct hostapd_data *hapd, in hostapd_wpa_get_oui()
679 struct eth_p_oui_ctx *oui_ctx; in hostapd_oui_deliver_later()
758 struct eth_p_oui_ctx *oui_ctx; in hostapd_wpa_auth_send_oui()