Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:wps

836 		wpa_bss_get_vendor_ie(bss, WPS_IE_VENDOR_TYPE) ? " wps" : "",
899 "(WPS)");
909 * advertises active WPS operation that matches
1620 wpa_dbg(wpa_s, MSG_DEBUG, "Use shorter wait during WPS processing");
1906 struct wpabuf *wps;
1907 wps = ieee802_11_vendor_ie_concat(p, l, WPS_IE_VENDOR_TYPE);
1908 if (wps == NULL) {
1909 wpa_msg(wpa_s, MSG_INFO, "WPS-STRICT: AP did not "
1910 "include WPS IE in (Re)Association Response");
1914 if (wps_validate_assoc_resp(wps) < 0) {
1915 wpabuf_free(wps);
1920 wpabuf_free(wps);
2346 "reconnect (wps=%d/%d wpa_state=%d)",