Home
last modified time | relevance | path

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

/drivers/net/wireless/hostap/
Dhostap_main.c124 else if (dev == iface->local->apdev) in hostap_remove_interface()
125 iface->local->apdev = NULL; in hostap_remove_interface()
888 if (local->apdev) in hostap_enable_hostapd()
893 local->apdev = hostap_add_interface(local, HOSTAP_INTERFACE_AP, in hostap_enable_hostapd()
896 if (local->apdev == NULL) in hostap_enable_hostapd()
909 hostap_remove_interface(local->apdev, rtnl_locked, 1); in hostap_disable_hostapd()
910 local->apdev = NULL; in hostap_disable_hostapd()
Dhostap_80211_rx.c495 if (local->apdev == NULL) in hostap_rx_frame_mgmt()
497 prism2_rx_80211(local->apdev, skb, rx_stats, PRISM2_RX_MGMT); in hostap_rx_frame_mgmt()
1023 if (local->hostapd && local->apdev) { in hostap_80211_rx()
1026 prism2_rx_80211(local->apdev, skb, rx_stats, in hostap_80211_rx()
Dhostap_ap.c594 if (!ap->local->hostapd || !ap->local->apdev) { in hostap_ap_tx_cb()
609 skb->dev = ap->local->apdev; in hostap_ap_tx_cb()
2961 prism2_rx_80211(local->apdev, skb, rx_stats, in hostap_handle_sta_rx()
2992 prism2_rx_80211(local->apdev, skb, rx_stats, in hostap_handle_sta_rx()
3041 prism2_rx_80211(local->apdev, skb, rx_stats, in hostap_handle_sta_rx()
Dhostap_80211_tx.c87 } else if (dev == local->apdev) { in hostap_data_start_xmit()
Dhostap_wlan.h758 struct net_device *apdev; member
/drivers/net/wireless/ipw2x00/
Dlibipw_rx.c197 prism2_rx_80211(ieee->apdev, skb, rx_stats, PRISM2_RX_MGMT); in ieee80211_rx_frame_mgmt()
721 if (ieee->hostapd && ieee->apdev) { in ieee80211_rx()
724 prism2_rx_80211(ieee->apdev, skb, rx_stats, in ieee80211_rx()
/drivers/staging/rtl8187se/ieee80211/
Dieee80211_rx.c285 prism2_rx_80211(ieee->apdev, skb, rx_stats, PRISM2_RX_MGMT); in ieee80211_rx_frame_mgmt()
980 if (ieee->hostapd && ieee->apdev) { in ieee80211_rx()
983 prism2_rx_80211(ieee->apdev, skb, rx_stats, in ieee80211_rx()