Searched refs:CFG_AUTH_MODE (Results 1 – 3 of 3) sorted by relevance
114 CFG_AUTH_MODE, /* auth-mode (hidden) */ enumerator
7771 cfg[CFG_AUTH_MODE].current; in emlxs_auth_cfg_init()8363 if (auth_cfg->authentication_mode < cfg[CFG_AUTH_MODE].low) { in emlxs_auth_cfg_parse()8364 auth_cfg->authentication_mode = cfg[CFG_AUTH_MODE].current; in emlxs_auth_cfg_parse()8365 } else if (auth_cfg->authentication_mode > cfg[CFG_AUTH_MODE].hi) { in emlxs_auth_cfg_parse()8366 auth_cfg->authentication_mode = cfg[CFG_AUTH_MODE].current; in emlxs_auth_cfg_parse()
8099 case CFG_AUTH_MODE: in emlxs_set_parm()