Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:wps

724 		wpa_bss_get_vendor_ie(bss, WPS_IE_VENDOR_TYPE) ? " wps" : "");
783 "(WPS)");
793 * advertises active WPS operation that matches
1580 struct wpabuf *wps;
1581 wps = ieee802_11_vendor_ie_concat(p, l, WPS_IE_VENDOR_TYPE);
1582 if (wps == NULL) {
1583 wpa_msg(wpa_s, MSG_INFO, "WPS-STRICT: AP did not "
1584 "include WPS IE in (Re)Association Response");
1588 if (wps_validate_assoc_resp(wps) < 0) {
1589 wpabuf_free(wps);
1594 wpabuf_free(wps);
2035 "reconnect (wps=%d wpa_state=%d)",