Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:wps_method

3696 	enum p2p_wps_method wps_method;
3759 wps_method = WPS_PIN_DISPLAY;
3761 wps_method = WPS_PBC;
3765 wps_method = WPS_PIN_KEYPAD;
3769 wps_method = WPS_PIN_DISPLAY;
3777 new_pin = wpas_p2p_connect(wpa_s, addr, pin, wps_method,
3791 if (wps_method == WPS_PIN_DISPLAY && pin == NULL) {