Lines Matching full:wireless

3  * This file define the new driver API for Wireless Extensions
23 * to handle wireless statistics.
40 * each handling a specific Wireless Extension. The driver just export
76 * # net/core/wireless.c
101 * applications that use Wireless Extensions should not need
123 * more scalable, adding new Wireless Extensions doesn't add new code.
126 * Wireless Extensions with a single function, and the API allow you to
156 * define a registry (a struct containing all the Wireless Extensions)
162 * 3) The code to translate from Wireless Extension to native format is
164 * 4) The current approach only selectively translate Wireless Extensions
168 * 5) For many Wireless Extensions, the GET operation return the current
179 * The Wireless Extensions are designed to be 64 bit clean, by using only
201 #include <linux/wireless.h> /* IOCTL user space API */
218 * - Move event definition in <linux/wireless.h>
219 * - Add Wireless Event support :
287 /* ----------------------- WIRELESS HANDLER ----------------------- */
289 * A wireless handler is just a standard function, that looks like the
291 * We also define there how a handler list look like... As the Wireless
305 __u16 cmd; /* Wireless Extension command */
312 * This is how a function handling a Wireless Extension should look
388 * Now, the driver can delegate this task to Wireless Extensions.
407 /* --------------------- DEVICE WIRELESS DATA --------------------- */
409 * This is all the wireless data specific to a device instance that
410 * is managed by the core of Wireless Extensions or the 802.11 layer.
429 * Functions part of the Wireless Extensions (defined in net/core/wireless.c).
435 /* Handle /proc/net/wireless, called in net/code/dev.c */
507 * Wrapper to add an Wireless Event to a stream of events.
525 * Wrapper to add an short Wireless Event containing a pointer to a
544 * Wrapper to add a value to a Wireless Event in a stream of events.