Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:wps

765 		wpa_bss_get_vendor_ie(bss, WPS_IE_VENDOR_TYPE) ? " wps" : "",
828 "(WPS)");
838 * advertises active WPS operation that matches
1468 wpa_dbg(wpa_s, MSG_DEBUG, "Use shorter wait during WPS processing");
1740 struct wpabuf *wps;
1741 wps = ieee802_11_vendor_ie_concat(p, l, WPS_IE_VENDOR_TYPE);
1742 if (wps == NULL) {
1743 wpa_msg(wpa_s, MSG_INFO, "WPS-STRICT: AP did not "
1744 "include WPS IE in (Re)Association Response");
1748 if (wps_validate_assoc_resp(wps) < 0) {
1749 wpabuf_free(wps);
1754 wpabuf_free(wps);
2168 "reconnect (wps=%d wpa_state=%d)",