bios_set_state
bios_set_state(MAIL_LED, (value != LED_OFF) ? 1 : 0);
bios_set_state(WIFI, (value != LED_OFF) ? 1 : 0);
bios_set_state(WIFI, wistron_wifi_led.brightness);
bios_set_state(MAIL_LED, wistron_mail_led.brightness);
bios_set_state(WIFI, wifi_enabled);
bios_set_state(BLUETOOTH, bluetooth_enabled);
bios_set_state(WIFI, wifi_enabled);
bios_set_state(BLUETOOTH, bluetooth_enabled);
bios_set_state(WIFI, 0);
bios_set_state(BLUETOOTH, 0);
bios_set_state(WIFI, wifi_enabled);
bios_set_state(BLUETOOTH, bluetooth_enabled);