HomeSort by relevance Sort by last modified time
    Searched refs:eth_p_oui_ctx (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/ap/
eth_p_oui.h 12 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,
eth_p_oui.c 31 struct eth_p_oui_ctx { struct
43 void eth_p_oui_deliver(struct eth_p_oui_ctx *ctx, const u8 *src_addr,
54 struct eth_p_oui_ctx *receiver;
74 struct eth_p_oui_ctx, list) {
84 struct eth_p_oui_ctx *
92 struct eth_p_oui_ctx *receiver;
141 void eth_p_oui_unregister(struct eth_p_oui_ctx *ctx)
161 int eth_p_oui_send(struct eth_p_oui_ctx *ctx, const u8 *src_addr,
hostapd.h 195 struct eth_p_oui_ctx *oui_pull;
196 struct eth_p_oui_ctx *oui_resp;
197 struct eth_p_oui_ctx *oui_push;
198 struct eth_p_oui_ctx *oui_sreq;
199 struct eth_p_oui_ctx *oui_sresp;
wpa_auth_glue.c 628 static struct eth_p_oui_ctx * hostapd_wpa_get_oui(struct hostapd_data *hapd,
666 struct eth_p_oui_ctx *oui_ctx;
745 struct eth_p_oui_ctx *oui_ctx;

Completed in 197 milliseconds