authtype
cmd.authtype = ret;
u8 authtype;
enum authtype auth_type = WILC_FW_AUTH_ANY;
enum authtype auth_type;
unsigned char *authtype)
if (strstr("CHAP", authtype))
if (strstr("None", authtype))
else if (strstr("CHAP", authtype))
authtype = cifs_select_sectype(swnreg->tcon->ses->server, swnreg->tcon->ses->sectype);
switch (authtype) {
cifs_dbg(VFS, "%s: secType %d not supported!\n", __func__, authtype);
enum securityEnum authtype;