Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:wps_method

5257 	enum p2p_wps_method wps_method;
5360 wps_method = WPS_PIN_DISPLAY;
5362 wps_method = WPS_PBC;
5364 wps_method = WPS_P2PS;
5368 wps_method = WPS_PIN_KEYPAD;
5372 wps_method = WPS_PIN_DISPLAY;
5380 new_pin = wpas_p2p_connect(wpa_s, addr, pin, wps_method,
5395 if (wps_method == WPS_PIN_DISPLAY && pin == NULL) {