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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dauth.c145 static enum script_state auth_state = s_down; variable in typeref:enum:script_state
413 auth_state = s_down;
515 auth_state = s_up;
1914 if (auth_state == s_down) {
1920 if (auth_state == s_up) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c220 static enum script_state auth_state = s_down; variable in typeref:enum:script_state
689 if (auth_state != s_down) {
691 auth_state = s_down;
823 auth_state = s_up;
2543 if (auth_state == s_down) {
2549 if (auth_state == s_up) {

Completed in 29 milliseconds