Home | History | Annotate | Download | only in dbus

Lines Matching refs:encr_type

730 	char *encr_type[3]; /* we have three possible encryption types */
760 if (cred->encr_type & WPS_ENCR_NONE)
761 encr_type[et_num++] = "none";
762 if (cred->encr_type & WPS_ENCR_TKIP)
763 encr_type[et_num++] = "tkip";
764 if (cred->encr_type & WPS_ENCR_AES)
765 encr_type[et_num++] = "aes";
778 (const char **) encr_type,