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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbroadcom.c2551 static int wps_method; variable
2719 if ((value = websGetVar(wp, "wps_method", NULL))) {
2721 wps_method = WPS_UI_METHOD_PIN;
2723 wps_method = WPS_UI_METHOD_PBC;
2725 snprintf(tmp, sizeof(tmp), "%d", wps_method);
2726 nvram_set("wps_method", tmp);
2890 websWrite(wp, "<select name=\"wps_method\">");
2893 (wps_method == WPS_UI_METHOD_PBC)? " selected":"");
2896 (wps_method == WPS_UI_METHOD_PIN)? " selected":"");
2900 (wps_method
[all...]

Completed in 113 milliseconds