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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/brcm-boards/bcm947xx/
H A Dwps_led.c36 extern int wps_led_state;
111 wps_led_state = 1;
118 wps_led_state = 2;
126 /* wps_led_state will change to 0 automatically after
129 if (wps_led_state != 2)
131 wps_led_state = 0;
144 wps_led_state = 3;
147 wps_led_state = 4;
H A Dtime.c63 int wps_led_state = 0; variable
145 wps_led_state = 0;
340 if ( wps_led_state == 0 )
354 if (wps_led_state == 1)
359 if (wps_led_state == 2)
364 if (wps_led_state == 3)
369 if (wps_led_state == 4)
374 wps_led_state_old = wps_led_state;

Completed in 97 milliseconds