Home | History | Annotate | Download | only in dbus

Lines Matching defs:wps_method

435 	enum p2p_wps_method wps_method = WPS_NOT_READY;
474 } else if (!os_strcmp(entry.key, "wps_method") &&
477 wps_method = WPS_PBC;
479 wps_method = WPS_PIN_DISPLAY;
481 wps_method = WPS_PIN_DISPLAY;
483 wps_method = WPS_PIN_KEYPAD;
495 if (!peer_object_path || (wps_method == WPS_NOT_READY) ||
501 * Validate the wps_method specified and the pin value.
503 if ((!pin || !pin[0]) && (wps_method == WPS_PIN_KEYPAD))
506 new_pin = wpas_p2p_connect(wpa_s, addr, pin, wps_method,