Searched refs:apdev (Results 1 – 11 of 11) sorted by relevance
/drivers/staging/vt6655/ |
D | hostap.c | 79 pDevice->apdev = alloc_etherdev(sizeof(*apdev_priv)); in hostap_enable_hostapd() 80 if (pDevice->apdev == NULL) in hostap_enable_hostapd() 83 apdev_priv = netdev_priv(pDevice->apdev); in hostap_enable_hostapd() 85 eth_hw_addr_inherit(pDevice->apdev, dev); in hostap_enable_hostapd() 87 pDevice->apdev->netdev_ops = &apdev_netdev_ops; in hostap_enable_hostapd() 89 pDevice->apdev->type = ARPHRD_IEEE80211; in hostap_enable_hostapd() 91 pDevice->apdev->base_addr = dev->base_addr; in hostap_enable_hostapd() 92 pDevice->apdev->irq = dev->irq; in hostap_enable_hostapd() 93 pDevice->apdev->mem_start = dev->mem_start; in hostap_enable_hostapd() 94 pDevice->apdev->mem_end = dev->mem_end; in hostap_enable_hostapd() [all …]
|
D | device.h | 712 struct net_device *apdev; member
|
D | dpc.c | 534 skb->dev = pDevice->apdev; in device_receive_frame() 644 skb->dev = pDevice->apdev; in device_receive_frame()
|
D | device_main.c | 1462 skb->dev = pDevice->apdev; in device_tx_srv()
|
/drivers/net/wireless/hostap/ |
D | hostap_main.c | 118 else if (dev == iface->local->apdev) in hostap_remove_interface() 119 iface->local->apdev = NULL; in hostap_remove_interface() 893 if (local->apdev) in hostap_enable_hostapd() 898 local->apdev = hostap_add_interface(local, HOSTAP_INTERFACE_AP, in hostap_enable_hostapd() 901 if (local->apdev == NULL) in hostap_enable_hostapd() 914 hostap_remove_interface(local->apdev, rtnl_locked, 1); in hostap_disable_hostapd() 915 local->apdev = NULL; in hostap_disable_hostapd()
|
D | hostap_80211_rx.c | 494 if (local->apdev == NULL) in hostap_rx_frame_mgmt() 496 prism2_rx_80211(local->apdev, skb, rx_stats, PRISM2_RX_MGMT); in hostap_rx_frame_mgmt() 1017 if (local->hostapd && local->apdev) { in hostap_80211_rx() 1020 prism2_rx_80211(local->apdev, skb, rx_stats, in hostap_80211_rx()
|
D | hostap_ap.c | 656 if (!ap->local->hostapd || !ap->local->apdev) { in hostap_ap_tx_cb() 668 skb->dev = ap->local->apdev; in hostap_ap_tx_cb() 3019 prism2_rx_80211(local->apdev, skb, rx_stats, in hostap_handle_sta_rx() 3050 prism2_rx_80211(local->apdev, skb, rx_stats, in hostap_handle_sta_rx() 3099 prism2_rx_80211(local->apdev, skb, rx_stats, in hostap_handle_sta_rx()
|
D | hostap_80211_tx.c | 93 } else if (dev == local->apdev) { in hostap_data_start_xmit()
|
D | hostap_wlan.h | 757 struct net_device *apdev; member
|
/drivers/net/wireless/ipw2x00/ |
D | libipw_rx.c | 198 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()
|
/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_rx.c | 263 prism2_rx_80211(ieee->apdev, skb, rx_stats, PRISM2_RX_MGMT); in ieee80211_rx_frame_mgmt()
|