Searched refs:wifi (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/utils/
H A DMakefile28 WIFI_OBJS := $(SERVER_OBJS:%.o=wifi/%.o)
116 wifi/%.o: %.c
117 @mkdir -p wifi
123 rm -rf socket wifi
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dwistron_btns.c485 * wifi event as a normal key, then userspace can really change the wifi state.
486 * TODO we need to export led state to userspace (wifi and mail) */
1038 /* same as setting up wifi card, but for laptops on which the led is managed */
1051 .name = "wistron:red:wifi",
1058 u16 wifi = bios_get_default_setting(WIFI); local
1059 if (wifi & 1) {
1060 wistron_wifi_led.brightness = (wifi & 2) ? LED_FULL : LED_OFF;
1176 /* if wifi or bluetooth are not available, create normal keys */
1248 u16 wifi local
[all...]

Completed in 157 milliseconds