Home
last modified time | relevance | path

Searched refs:ARPHRD_IEEE80211_RADIOTAP (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/include/linux/
Dif_arp.h88 #define ARPHRD_IEEE80211_RADIOTAP 803 /* IEEE 802.11 + radiotap header */ macro
/linux-3.4.99/drivers/net/wireless/hostap/
Dhostap_80211_rx.c83 } else if (dev->type == ARPHRD_IEEE80211_RADIOTAP) { in prism2_rx_80211()
Dhostap_ioctl.c877 dev->type = ARPHRD_IEEE80211_RADIOTAP; in hostap_monitor_set_type()
/linux-3.4.99/net/mac80211/
Diface.c905 sdata->dev->type = ARPHRD_IEEE80211_RADIOTAP; in ieee80211_setup_sdata()
/linux-3.4.99/drivers/net/wireless/libertas/
Dcmd.c607 priv->dev->type = enable ? ARPHRD_IEEE80211_RADIOTAP : in lbs_set_monitor_mode()
/linux-3.4.99/drivers/net/wireless/
Dmac80211_hwsim.c1290 dev->type = ARPHRD_IEEE80211_RADIOTAP; in hwsim_mon_setup()
/linux-3.4.99/drivers/net/wireless/ipw2x00/
Dipw2200.c8632 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP; in ipw_sw_reset()
8886 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP; in ipw_wx_set_mode()
9932 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP; in ipw_wx_set_monitor()
11699 priv->prom_net_dev->type = ARPHRD_IEEE80211_RADIOTAP; in ipw_prom_alloc()
Dipw2100.c4056 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP; in ipw2100_switch_mode()
/linux-3.4.99/net/core/
Ddev.c303 ARPHRD_IEEE80211_PRISM, ARPHRD_IEEE80211_RADIOTAP, ARPHRD_PHONET,