Lines Matching defs:led
953 /* make the link LED blink while we're scanning */
982 /* link LED blinks while monitoring */
1036 /* link LED always on while associated */
2508 struct wpi_cmd_led led;
2510 led.which = which;
2511 led.unit = htole32(100000); /* on/off in unit of 100ms */
2512 led.off = off;
2513 led.on = on;
2515 (void)wpi_cmd(sc, WPI_CMD_SET_LED, &led, sizeof led, 1);