Lines Matching full:wireless
3 * This file implement the Wireless Extensions proc API.
10 * The /proc/net/wireless file is a human readable user-space interface
11 * exporting various wireless specific statistics from the wireless devices.
12 * This is the most popular part of the Wireless Extensions ;-)
21 #include <linux/wireless.h>
35 /* show device if it's wireless regardless of current stats */
72 * Print info for /proc/net/wireless (print all entries)
130 /* Create /proc/net/wireless entry */
131 if (!proc_create_net("wireless", 0444, net->proc_net,
140 remove_proc_entry("wireless", net->proc_net);