Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/intersil/hostap/
Dhostap_main.c116 else if (dev == iface->local->stadev) in hostap_remove_interface()
117 iface->local->stadev = NULL; in hostap_remove_interface()
912 if (local->stadev) in hostap_enable_hostapd_sta()
917 local->stadev = hostap_add_interface(local, HOSTAP_INTERFACE_STA, in hostap_enable_hostapd_sta()
920 if (local->stadev == NULL) in hostap_enable_hostapd_sta()
933 hostap_remove_interface(local->stadev, rtnl_locked, 1); in hostap_disable_hostapd_sta()
934 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.h766 struct net_device *stadev; member
/linux-6.1.9/drivers/net/wireless/intel/ipw2x00/
Dlibipw_rx.c522 IEEE80211_FCTL_FROMDS && ieee->stadev && in libipw_rx()
525 skb->dev = dev = ieee->stadev; in libipw_rx()
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c1079 ieee->stadev && in ieee80211_rx()
1082 skb->dev = dev = ieee->stadev; in ieee80211_rx()