Home | History | Annotate | Download | only in wps

Lines Matching refs:WPS_AUTH_WPAPSK

1592 	else if (wps->auth_type & WPS_AUTH_WPAPSK)
1593 wps->auth_type = WPS_AUTH_WPAPSK;
1606 wps->auth_type == WPS_AUTH_WPAPSK) {
1663 } else if (wps->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) {
2714 else if (wps->cred.auth_type & WPS_AUTH_WPAPSK)
2715 wps->cred.auth_type = WPS_AUTH_WPAPSK;
3156 cred.auth_type = WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK;
3472 if ((cred->auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) ==
3473 WPS_AUTH_WPAPSK) {