Home | History | Annotate | Download | only in ap

Lines Matching refs:wps_ie

1540 	if (hapd->conf->wps_state && elems.wps_ie) {
1544 wpabuf_free(sta->wps_ie);
1545 sta->wps_ie = ieee802_11_vendor_ie_concat(ies, ies_len,
1547 if (sta->wps_ie && wps_is_20(sta->wps_ie)) {
1553 if (sta->wps_ie && wps_validate_assoc_req(sta->wps_ie) < 0) {