Home | History | Annotate | Download | only in dbus

Lines Matching defs:wps_method

528 	enum p2p_wps_method wps_method = WPS_NOT_READY;
567 } else if (os_strcmp(entry.key, "wps_method") == 0 &&
570 wps_method = WPS_PBC;
572 wps_method = WPS_PIN_DISPLAY;
574 wps_method = WPS_PIN_DISPLAY;
576 wps_method = WPS_PIN_KEYPAD;
588 if (wps_method == WPS_NOT_READY ||
594 * Validate the wps_method specified and the pin value.
596 if ((!pin || !pin[0]) && wps_method == WPS_PIN_KEYPAD)
601 new_pin = wpas_p2p_connect(wpa_s, addr, pin, wps_method,