Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Deth_p_oui.c120 iface->l2 = l2_packet_init(ifname, NULL, ETH_P_OUI, eth_p_rx, in eth_p_oui_register()
179 ethhdr->h_proto = host_to_be16(ETH_P_OUI); in eth_p_oui_send()
/external/wpa_supplicant_8/src/utils/
Dcommon.h344 #ifndef ETH_P_OUI
345 #define ETH_P_OUI 0x88B7 macro