Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dif_arp.h88 #define ARPHRD_IEEE80211_RADIOTAP 803 /* IEEE 802.11 + radiotap header */ macro
/linux-4.4.14/drivers/staging/wilc1000/
Dlinux_mon.c339 wilc_wfi_mon->type = ARPHRD_IEEE80211_RADIOTAP; in WILC_WFI_init_mon_interface()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dtxrx.c445 if (ndev->type == ARPHRD_IEEE80211_RADIOTAP) in wil_vring_reap_rx()
533 int headroom = ndev->type == ARPHRD_IEEE80211_RADIOTAP ? in wil_rx_refill()
Dmain.c904 ndev->type = ARPHRD_IEEE80211_RADIOTAP; in __wil_up()
Dwmi.c1124 cpu_to_le32(ndev->type == ARPHRD_IEEE80211_RADIOTAP); in wmi_rx_chain_add()
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_80211_rx.c83 } else if (dev->type == ARPHRD_IEEE80211_RADIOTAP) { in prism2_rx_80211()
Dhostap_ioctl.c878 dev->type = ARPHRD_IEEE80211_RADIOTAP; in hostap_monitor_set_type()
/linux-4.4.14/drivers/net/wireless/libertas/
Dcmd.c607 priv->dev->type = enable ? ARPHRD_IEEE80211_RADIOTAP : in lbs_set_monitor_mode()
/linux-4.4.14/net/mac80211/
Diface.c1430 sdata->dev->type = ARPHRD_IEEE80211_RADIOTAP; in ieee80211_setup_sdata()
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2200.c8539 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP; in ipw_sw_reset()
8793 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP; in ipw_wx_set_mode()
9830 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP; in ipw_wx_set_monitor()
11587 priv->prom_net_dev->type = ARPHRD_IEEE80211_RADIOTAP; in ipw_prom_alloc()
Dipw2100.c4036 priv->net_dev->type = ARPHRD_IEEE80211_RADIOTAP; in ipw2100_switch_mode()
/linux-4.4.14/drivers/net/wireless/
Dmac80211_hwsim.c2680 dev->type = ARPHRD_IEEE80211_RADIOTAP; in hwsim_mon_setup()
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c2607 mon_ndev->type = ARPHRD_IEEE80211_RADIOTAP; in rtw_cfg80211_add_monitor_if()
/linux-4.4.14/net/core/
Ddev.c288 ARPHRD_IEEE80211_RADIOTAP, ARPHRD_PHONET, ARPHRD_PHONET_PIPE,