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

  /external/wpa_supplicant_8/src/ap/
eth_p_oui.c 15 #include "eth_p_oui.h"
106 dl_list_for_each(iface, &interfaces->eth_p_oui, struct eth_p_oui_iface,
120 iface->l2 = l2_packet_init(ifname, NULL, ETH_P_OUI, eth_p_rx,
128 dl_list_add_tail(&interfaces->eth_p_oui, &iface->list);
179 ethhdr->h_proto = host_to_be16(ETH_P_OUI);
  /external/wpa_supplicant_8/src/utils/
common.h 343 #ifndef ETH_P_OUI
344 #define ETH_P_OUI 0x88B7
345 #endif /* ETH_P_OUI */

Completed in 66 milliseconds