Home | History | Annotate | Download | only in ap

Lines Matching refs:wps_ie

964 	if (hapd->conf->wps_state && elems.wps_ie) {
968 wpabuf_free(sta->wps_ie);
969 sta->wps_ie = ieee802_11_vendor_ie_concat(ies, ies_len,
971 if (sta->wps_ie && wps_is_20(sta->wps_ie)) {
977 if (sta->wps_ie && wps_validate_assoc_req(sta->wps_ie) < 0) {