OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ETH_P_PAE
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/kernel/common/linux/
if_ether.h
57
#define
ETH_P_PAE
0x888E
/external/iproute2/include/linux/
if_ether.h
78
#define
ETH_P_PAE
0x888E /* Port Access Entity (IEEE 802.1X) */
/external/kernel-headers/original/linux/
if_ether.h
78
#define
ETH_P_PAE
0x888E /* Port Access Entity (IEEE 802.1X) */
/external/wpa_supplicant_8/src/utils/
common.h
326
#ifndef
ETH_P_PAE
327
#define
ETH_P_PAE
0x888E /* Port Access Entity (IEEE 802.1X) */
328
#endif /*
ETH_P_PAE
*/
330
#define ETH_P_EAPOL
ETH_P_PAE
/external/wpa_supplicant_8/src/drivers/
driver_wired.c
138
case
ETH_P_PAE
:
215
drv->sock = socket(PF_PACKET, SOCK_RAW, htons(
ETH_P_PAE
));
336
hdr->ethertype = htons(
ETH_P_PAE
);
driver_hostap.c
115
case
ETH_P_PAE
:
321
*((u16 *) pos) = htons(
ETH_P_PAE
);
[
all
...]
driver_nl80211.c
[
all
...]
/external/wpa_supplicant_8/src/ap/
ieee802_1x.c
[
all
...]
Completed in 467 milliseconds