Lines Matching full:wireless
2 * This file define a set of standard wireless extensions
17 * Basically, the wireless extensions are for now a set of standard ioctl
18 * call + /proc/net/wireless
20 * The entry /proc/net/wireless give statistics and information on the
36 * /proc/net/wireless is a copy of /proc/net/dev.
37 * We have a structure for data passed from the driver to /proc/net/wireless
49 * Note as well that /proc/net/wireless implementation has now moved in :
50 * # net/core/wireless.c
52 * Wireless Events (2002 -> onward) :
55 * # net/core/wireless.c
61 * wireless specific.
63 * These wireless extensions are not magic : each driver has to provide
78 * This constant is used to know the availability of the wireless
79 * extensions and to know which version of wireless extensions it is
139 * - Add SIOCSIWSTATS to get /proc/net/wireless programatically
152 * - Wireless Events support : define struct iw_event
181 * - Wireless Event capability in struct iw_range
196 * - Add wireless events: IWEVGENIE, IWEVMICHAELMICFAILURE,
217 /* Wireless Identification */
219 #define SIOCGIWNAME 0x8B01 /* get name == wireless protocol */
220 /* SIOCGIWNAME is used to verify the presence of Wireless Extensions.
240 #define SIOCGIWSTATS 0x8B0F /* Get /proc/net/wireless stats */
290 * are required to report the used IE as a wireless event, e.g., when
311 /* These 32 ioctl are wireless device private, for 16 commands.
342 /* ----------------------- WIRELESS EVENTS ----------------------- */
438 #define IW_MODE_REPEAT 4 /* Wireless Repeater (forwarder) */
679 * Packet discarded in the wireless adapter due to
680 * "wireless" specific problems...
695 * Packet/Time period missed in the wireless adapter due to
696 * "wireless" specific problems...
840 /* ------------------------ WIRELESS STATS ------------------------ */
842 * Wireless statistics (used for /proc/net/wireless)
870 /* Name : used to verify the presence of wireless extensions.
944 /* Wireless event capability bitmasks */
1000 /* Wireless Extension version info */
1035 /* ----------------------- WIRELESS EVENTS ----------------------- */
1037 * Wireless events are carried through the rtnetlink socket to user
1043 * A Wireless Event. Contains basically the same data as the ioctl...
1048 __u16 cmd; /* Wireless IOCTL */