Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dif_arp.h90 #define ARPHRD_IEEE80211_RADIOTAP 803 /* IEEE 802.11 + radiotap header */ macro
/Linux-v5.4/drivers/staging/wilc1000/
Dwilc_mon.c231 wl->monitor_dev->type = ARPHRD_IEEE80211_RADIOTAP; in wilc_wfi_init_mon_interface()
/Linux-v5.4/drivers/net/wireless/intersil/hostap/
Dhostap_80211_rx.c84 } else if (dev->type == ARPHRD_IEEE80211_RADIOTAP) { in prism2_rx_80211()
Dhostap_ioctl.c879 dev->type = ARPHRD_IEEE80211_RADIOTAP; in hostap_monitor_set_type()
/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dtxrx.c538 if (ndev->type == ARPHRD_IEEE80211_RADIOTAP) in wil_vring_reap_rx()
625 int headroom = ndev->type == ARPHRD_IEEE80211_RADIOTAP ? in wil_rx_refill()
Dmain.c1864 ndev->type = ARPHRD_IEEE80211_RADIOTAP; in __wil_up()
/Linux-v5.4/drivers/net/wireless/marvell/libertas/
Dcmd.c577 priv->dev->type = enable ? ARPHRD_IEEE80211_RADIOTAP : in lbs_set_monitor_mode()
/Linux-v5.4/net/mac80211/
Diface.c1457 sdata->dev->type = ARPHRD_IEEE80211_RADIOTAP; in ieee80211_setup_sdata()
/Linux-v5.4/drivers/net/wireless/intel/ipw2x00/
Dipw2200.c8513 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP; in ipw_sw_reset()
8767 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP; in ipw_wx_set_mode()
9804 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP; in ipw_wx_set_monitor()
11558 priv->prom_net_dev->type = ARPHRD_IEEE80211_RADIOTAP; in ipw_prom_alloc()
Dipw2100.c4030 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP; in ipw2100_switch_mode()
/Linux-v5.4/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c2615 mon_ndev->type = ARPHRD_IEEE80211_RADIOTAP; in rtw_cfg80211_add_monitor_if()
/Linux-v5.4/drivers/net/wireless/
Dmac80211_hwsim.c3207 dev->type = ARPHRD_IEEE80211_RADIOTAP; in hwsim_mon_setup()