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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/utils/
H A DMakefile26 WIFI_OBJS := $(SERVER_OBJS:%.o=wifi/%.o)
106 wifi/%.o: %.c
107 @mkdir -p wifi
113 rm -rf socket wifi
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Dwistron_btns.c487 * wifi event as a normal key, then userspace can really change the wifi state.
488 * TODO we need to export led state to userspace (wifi and mail) */
1107 u16 wifi = bios_get_default_setting(WIFI); local
1108 if (wifi & 1)
1109 wifi_enabled = (wifi & 2) ? 1 : 0;

Completed in 109 milliseconds