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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dpreauth_auth.c26 #ifndef ETH_P_PREAUTH
27 #define ETH_P_PREAUTH 0x88C7 /* IEEE 802.11i pre-authentication */ macro
28 #endif /* ETH_P_PREAUTH */
113 piface->l2 = l2_packet_init(piface->ifname, NULL, ETH_P_PREAUTH,
117 "to ETH_P_PREAUTH");
256 ethhdr->h_proto = host_to_be16(ETH_P_PREAUTH);
259 if (l2_packet_send(piface->l2, sta->addr, ETH_P_PREAUTH, (u8 *) ethhdr,

Completed in 80 milliseconds