Lines Matching defs:wifi
482 * wifi event as a normal key, then userspace can really change the wifi state.
483 * TODO we need to export led state to userspace (wifi and mail) */
1045 /* same as setting up wifi card, but for laptops on which the led is managed */
1058 .name = "wistron:red:wifi",
1065 u16 wifi = bios_get_default_setting(WIFI);
1066 if (wifi & 1) {
1067 wistron_wifi_led.brightness = (wifi & 2) ? LED_FULL : LED_OFF;
1185 /* if wifi or bluetooth are not available, create normal keys */
1257 u16 wifi = bios_get_default_setting(WIFI);
1258 if (wifi & 1)
1259 wifi_enabled = wifi & 2;