Home | History | Annotate | Download | only in ap

Lines Matching refs:encr_type

344 		if (cred->encr_type & WPS_ENCR_AES) {
350 if (cred->encr_type & WPS_ENCR_TKIP)
415 wpa_printf(MSG_DEBUG, "WPS: Encryption Type 0x%x", cred->encr_type);
441 hapd->wps->encr_types = cred->encr_type;
442 hapd->wps->encr_types_rsn = cred->encr_type;
443 hapd->wps->encr_types_wpa = cred->encr_type;
445 hapd->wps->ap_encr_type = cred->encr_type;
537 if (cred->encr_type & WPS_ENCR_AES) {
545 if (cred->encr_type & WPS_ENCR_TKIP) {
1692 cred.encr_type = WPS_ENCR_NONE;
1694 cred.encr_type = WPS_ENCR_TKIP;
1696 cred.encr_type = WPS_ENCR_AES;
1700 cred.encr_type = WPS_ENCR_NONE;