OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ETH_P_80211_RAW
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/drivers/
driver_atheros.c
43
#ifndef
ETH_P_80211_RAW
44
#define
ETH_P_80211_RAW
0x0019
779
drv->sock_raw = l2_packet_init(drv->iface, NULL,
ETH_P_80211_RAW
,
[
all
...]
driver_madwifi.c
51
#ifndef
ETH_P_80211_RAW
52
#define
ETH_P_80211_RAW
0x0019
760
drv->sock_raw = l2_packet_init(drv->iface, NULL,
ETH_P_80211_RAW
,
[
all
...]
Completed in 18 milliseconds