Home
last modified time | relevance | path

Searched refs:stadev (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/net/wireless/intersil/hostap/
Dhostap_main.c120 else if (dev == iface->local->stadev) in hostap_remove_interface()
121 iface->local->stadev = NULL; in hostap_remove_interface()
913 if (local->stadev) in hostap_enable_hostapd_sta()
918 local->stadev = hostap_add_interface(local, HOSTAP_INTERFACE_STA, in hostap_enable_hostapd_sta()
921 if (local->stadev == NULL) in hostap_enable_hostapd_sta()
934 hostap_remove_interface(local->stadev, rtnl_locked, 1); in hostap_disable_hostapd_sta()
935 local->stadev = NULL; in hostap_disable_hostapd_sta()
Dhostap_80211_rx.c871 local->stadev && in hostap_80211_rx()
874 skb->dev = dev = local->stadev; in hostap_80211_rx()
Dhostap_80211_tx.c91 if (dev == local->stadev) { in hostap_data_start_xmit()
Dhostap_wlan.h764 struct net_device *stadev; member
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dlibipw_rx.c526 IEEE80211_FCTL_FROMDS && ieee->stadev && in libipw_rx()
529 skb->dev = dev = ieee->stadev; in libipw_rx()
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c1095 ieee->stadev && in ieee80211_rx()
1098 skb->dev = dev = ieee->stadev; in ieee80211_rx()