Lines Matching full:wifi
30 #define WIFI 0x35 macro
481 /* Wifi subsystem only activates the led. Therefore we need to pass
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 */
1049 bios_set_state(WIFI, (value != LED_OFF) ? 1 : 0); in wistron_wifi_led_set()
1058 .name = "wistron:red:wifi",
1065 u16 wifi = bios_get_default_setting(WIFI); in wistron_led_init() local
1066 if (wifi & 1) { in wistron_led_init()
1067 wistron_wifi_led.brightness = (wifi & 2) ? LED_FULL : LED_OFF; in wistron_led_init()
1071 bios_set_state(WIFI, wistron_wifi_led.brightness); in wistron_led_init()
1124 bios_set_state(WIFI, wifi_enabled); in handle_key()
1185 /* if wifi or bluetooth are not available, create normal keys */ in wistron_setup_keymap()
1257 u16 wifi = bios_get_default_setting(WIFI); in wistron_probe() local
1258 if (wifi & 1) in wistron_probe()
1259 wifi_enabled = wifi & 2; in wistron_probe()
1264 bios_set_state(WIFI, wifi_enabled); in wistron_probe()
1302 bios_set_state(WIFI, 0); in wistron_suspend()
1315 bios_set_state(WIFI, wifi_enabled); in wistron_resume()