Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:pin

170 	char *pin;
173 pin = os_strchr(cmd, ' ');
174 if (pin)
175 *pin++ = '\0';
185 if (pin) {
186 ret = wpas_wps_start_pin(wpa_s, _bssid, pin);
189 ret = os_snprintf(buf, buflen, "%s", pin);
199 /* Return the generated PIN */
211 char *pin;
213 pin = os_strchr(cmd, ' ');
214 if (pin == NULL)
216 *pin++ = '\0';
226 return wpas_wps_start_reg(wpa_s, _bssid, pin);
283 } else if (os_strcmp(rsp, "PIN") == 0) {
284 os_free(eap->pin);
285 eap->pin = os_strdup(pos);
748 txt = "[WPS-PIN]";