Lines Matching full:wireless
3 * This file define a set of standard wireless extensions
18 * Basically, the wireless extensions are for now a set of standard ioctl
19 * call + /proc/net/wireless
21 * The entry /proc/net/wireless give statistics and information on the
37 * /proc/net/wireless is a copy of /proc/net/dev.
38 * We have a structure for data passed from the driver to /proc/net/wireless
50 * Note as well that /proc/net/wireless implementation has now moved in :
51 * # net/core/wireless.c
53 * Wireless Events (2002 -> onward) :
56 * # net/core/wireless.c
62 * wireless specific.
64 * These wireless extensions are not magic : each driver has to provide
85 * This constant is used to know the availability of the wireless
86 * extensions and to know which version of wireless extensions it is
146 * - Add SIOCSIWSTATS to get /proc/net/wireless programatically
159 * - Wireless Events support : define struct iw_event
188 * - Wireless Event capability in struct iw_range
203 * - Add wireless events: IWEVGENIE, IWEVMICHAELMICFAILURE,
236 /* Wireless Identification */
238 #define SIOCGIWNAME 0x8B01 /* get name == wireless protocol */
239 /* SIOCGIWNAME is used to verify the presence of Wireless Extensions.
259 #define SIOCGIWSTATS 0x8B0F /* Get /proc/net/wireless stats */
309 * are required to report the used IE as a wireless event, e.g., when
330 /* These 32 ioctl are wireless device private, for 16 commands.
363 /* ----------------------- WIRELESS EVENTS ----------------------- */
459 #define IW_MODE_REPEAT 4 /* Wireless Repeater (forwarder) */
725 * Packet discarded in the wireless adapter due to
726 * "wireless" specific problems...
740 * Packet/Time period missed in the wireless adapter due to
741 * "wireless" specific problems...
877 /* ------------------------ WIRELESS STATS ------------------------ */
879 * Wireless statistics (used for /proc/net/wireless)
905 /* Name : used to verify the presence of wireless extensions.
980 /* Wireless event capability bitmasks */
1036 /* Wireless Extension version info */
1070 /* ----------------------- WIRELESS EVENTS ----------------------- */
1072 * Wireless events are carried through the rtnetlink socket to user
1078 * A Wireless Event. Contains basically the same data as the ioctl...
1082 __u16 cmd; /* Wireless IOCTL */