Searched defs:net80211_device (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
H A Dnet80211.h37 net_device, with a link in its `priv' field to a net80211_device
290 struct net80211_device;
305 int ( * open ) ( struct net80211_device *dev );
315 void ( * close ) ( struct net80211_device *dev );
341 int ( * transmit ) ( struct net80211_device *dev,
357 void ( * poll ) ( struct net80211_device *dev );
364 void ( * irq ) ( struct net80211_device *dev, int enable );
374 * net80211_device, in the areas indicated by bits set in
381 int ( * config ) ( struct net80211_device *dev, int changed );
557 * net80211_device argumen
786 struct net80211_device struct
[all...]

Completed in 84 milliseconds