Home
last modified time | relevance | path

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

/drivers/net/wireless/hostap/
Dhostap_main.c120 else if (dev == iface->local->stadev) in hostap_remove_interface()
121 iface->local->stadev = NULL; in hostap_remove_interface()
927 if (local->stadev) in hostap_enable_hostapd_sta()
932 local->stadev = hostap_add_interface(local, HOSTAP_INTERFACE_STA, in hostap_enable_hostapd_sta()
935 if (local->stadev == NULL) in hostap_enable_hostapd_sta()
948 hostap_remove_interface(local->stadev, rtnl_locked, 1); in hostap_disable_hostapd_sta()
949 local->stadev = NULL; in hostap_disable_hostapd_sta()
Dhostap_80211_rx.c872 local->stadev && in hostap_80211_rx()
875 skb->dev = dev = local->stadev; in hostap_80211_rx()
Dhostap_80211_tx.c89 if (dev == local->stadev) { in hostap_data_start_xmit()
Dhostap_wlan.h761 struct net_device *stadev; member
/drivers/net/wireless/ipw2x00/
Dlibipw_rx.c526 IEEE80211_FCTL_FROMDS && ieee->stadev && in libipw_rx()
529 skb->dev = dev = ieee->stadev; in libipw_rx()
/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c1110 ieee->stadev && in ieee80211_rx()
1113 skb->dev = dev = ieee->stadev; in ieee80211_rx()