Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dif_arp.h91 #define ARPHRD_IEEE80211_RADIOTAP 803 /* IEEE 802.11 + radiotap header */ macro
/linux-6.1.9/drivers/net/wireless/microchip/wilc1000/
Dmon.c231 wl->monitor_dev->type = ARPHRD_IEEE80211_RADIOTAP; in wilc_wfi_init_mon_interface()
/linux-6.1.9/drivers/net/wireless/intersil/hostap/
Dhostap_80211_rx.c84 } else if (dev->type == ARPHRD_IEEE80211_RADIOTAP) { in prism2_rx_80211()
Dhostap_ioctl.c868 dev->type = ARPHRD_IEEE80211_RADIOTAP; in hostap_monitor_set_type()
/linux-6.1.9/drivers/net/wireless/ath/wil6210/
Dtxrx.c525 if (ndev->type == ARPHRD_IEEE80211_RADIOTAP) in wil_vring_reap_rx()
611 int headroom = ndev->type == ARPHRD_IEEE80211_RADIOTAP ? in wil_rx_refill()
Dmain.c1857 ndev->type = ARPHRD_IEEE80211_RADIOTAP; in __wil_up()
/linux-6.1.9/drivers/net/wireless/marvell/libertas/
Dcmd.c576 priv->dev->type = enable ? ARPHRD_IEEE80211_RADIOTAP : in lbs_set_monitor_mode()
/linux-6.1.9/net/mac80211/
Diface.c1812 sdata->dev->type = ARPHRD_IEEE80211_RADIOTAP; in ieee80211_setup_sdata()
/linux-6.1.9/drivers/net/wireless/intel/ipw2x00/
Dipw2200.c8505 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP; in ipw_sw_reset()
8759 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP; in ipw_wx_set_mode()
9796 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP; in ipw_wx_set_monitor()
11544 priv->prom_net_dev->type = ARPHRD_IEEE80211_RADIOTAP; in ipw_prom_alloc()
Dipw2100.c4026 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP; in ipw2100_switch_mode()
/linux-6.1.9/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c2179 mon_ndev->type = ARPHRD_IEEE80211_RADIOTAP; in rtw_cfg80211_add_monitor_if()
/linux-6.1.9/drivers/net/wireless/
Dmac80211_hwsim.c4762 dev->type = ARPHRD_IEEE80211_RADIOTAP; in hwsim_mon_setup()
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c659 ndev->type = ARPHRD_IEEE80211_RADIOTAP; in brcmf_mon_add_vif()
/linux-6.1.9/net/core/
Ddev.c449 ARPHRD_IEEE80211_RADIOTAP, ARPHRD_PHONET, ARPHRD_PHONET_PIPE,