Home
last modified time | relevance | path

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

/drivers/staging/wlan-ng/
Dp80211netdev.c117 static int p80211knetdev_init( netdevice_t *netdev);
118 static struct net_device_stats* p80211knetdev_get_stats(netdevice_t *netdev);
119 static int p80211knetdev_open( netdevice_t *netdev);
120 static int p80211knetdev_stop( netdevice_t *netdev );
121 static int p80211knetdev_hard_start_xmit( struct sk_buff *skb, netdevice_t *netdev);
122 static void p80211knetdev_set_multicast_list(netdevice_t *dev);
123 static int p80211knetdev_do_ioctl(netdevice_t *dev, struct ifreq *ifr, int cmd);
124 static int p80211knetdev_set_mac_address(netdevice_t *dev, void *addr);
125 static void p80211knetdev_tx_timeout(netdevice_t *netdev);
157 static int p80211knetdev_init( netdevice_t *netdev) in p80211knetdev_init()
[all …]
Dp80211wext.c71 static int p80211wext_giwrate(netdevice_t *dev,
74 static int p80211wext_giwessid(netdevice_t *dev,
212 struct iw_statistics* p80211wext_get_wireless_stats (netdevice_t *dev) in p80211wext_get_wireless_stats()
256 static int p80211wext_giwname(netdevice_t *dev, in p80211wext_giwname()
288 static int p80211wext_giwfreq(netdevice_t *dev, in p80211wext_giwfreq()
326 static int p80211wext_siwfreq(netdevice_t *dev, in p80211wext_siwfreq()
365 static int p80211wext_giwmode(netdevice_t *dev, in p80211wext_giwmode()
392 static int p80211wext_siwmode(netdevice_t *dev, in p80211wext_siwmode()
452 static int p80211wext_giwrange(netdevice_t *dev, in p80211wext_giwrange()
524 static int p80211wext_giwap(netdevice_t *dev, in p80211wext_giwap()
[all …]
Dp80211netdev.h152 struct iw_statistics* p80211wext_get_wireless_stats(netdevice_t *dev);
154 int p80211wext_support_ioctl(netdevice_t *dev, struct ifreq *ifr, int cmd);
201 netdevice_t *dev);
221 netdevice_t *netdev; /* ptr to linux netdevice */
Dwlan_compat.h132 #undef netdevice_t
133 typedef struct net_device netdevice_t; typedef
Dp80211conv.c298 netdevice_t *netdev = wlandev->netdev; in skb_p80211_to_ether()
Dprism2sta.c142 netdevice_t *dev);
987 static int prism2sta_setmulticast(wlandevice_t *wlandev, netdevice_t *dev) in prism2sta_setmulticast()
/drivers/staging/otus/
Dzdcompat.h35 #undef netdevice_t
36 typedef struct net_device netdevice_t; typedef