Home
last modified time | relevance | path

Searched refs:apdev (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/net/wireless/intersil/hostap/
Dhostap_main.c118 else if (dev == iface->local->apdev) in hostap_remove_interface()
119 iface->local->apdev = NULL; in hostap_remove_interface()
881 if (local->apdev) in hostap_enable_hostapd()
886 local->apdev = hostap_add_interface(local, HOSTAP_INTERFACE_AP, in hostap_enable_hostapd()
889 if (local->apdev == NULL) in hostap_enable_hostapd()
902 hostap_remove_interface(local->apdev, rtnl_locked, 1); in hostap_disable_hostapd()
903 local->apdev = NULL; in hostap_disable_hostapd()
Dhostap_80211_rx.c493 if (local->apdev == NULL) in hostap_rx_frame_mgmt()
495 prism2_rx_80211(local->apdev, skb, rx_stats, PRISM2_RX_MGMT); in hostap_rx_frame_mgmt()
1016 if (local->hostapd && local->apdev) { in hostap_80211_rx()
1019 prism2_rx_80211(local->apdev, skb, rx_stats, in hostap_80211_rx()
Dhostap_80211_tx.c94 } else if (dev == local->apdev) { in hostap_data_start_xmit()
Dhostap_ap.c609 if (!ap->local->hostapd || !ap->local->apdev) { in hostap_ap_tx_cb()
621 skb->dev = ap->local->apdev; in hostap_ap_tx_cb()
2957 prism2_rx_80211(local->apdev, skb, rx_stats, in hostap_handle_sta_rx()
2988 prism2_rx_80211(local->apdev, skb, rx_stats, in hostap_handle_sta_rx()
3037 prism2_rx_80211(local->apdev, skb, rx_stats, in hostap_handle_sta_rx()
Dhostap_wlan.h760 struct net_device *apdev; member
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dlibipw_rx.c198 prism2_rx_80211(ieee->apdev, skb, rx_stats, PRISM2_RX_MGMT); in libipw_rx_frame_mgmt()
720 if (ieee->hostapd && ieee->apdev) { in libipw_rx()
723 prism2_rx_80211(ieee->apdev, skb, rx_stats, in libipw_rx()
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c262 prism2_rx_80211(ieee->apdev, skb, rx_stats, PRISM2_RX_MGMT); in ieee80211_rx_frame_mgmt()