Searched refs:apdev (Results 1 – 7 of 7) sorted by relevance
/drivers/net/wireless/hostap/ |
D | hostap_main.c | 124 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()
|
D | hostap_80211_rx.c | 495 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()
|
D | hostap_ap.c | 594 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()
|
D | hostap_80211_tx.c | 87 } else if (dev == local->apdev) { in hostap_data_start_xmit()
|
D | hostap_wlan.h | 758 struct net_device *apdev; member
|
/drivers/net/wireless/ipw2x00/ |
D | libipw_rx.c | 197 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/ |
D | ieee80211_rx.c | 285 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()
|