Searched refs:ag_type (Results 1 – 2 of 2) sorted by relevance
181 if (ag_type != auth_type::UNKNOWN && ag_type != type) { in set_type()187 ag_type = type; in set_type()195 assert(ag_type == auth_type::UNKNOWN); in set_type()197 ag_type = type; in set_type()231 if (ag_type == auth_type::UNKNOWN) in add_chap()232 ag_type = auth_type::CHAP; in add_chap()233 if (ag_type != auth_type::CHAP) { in add_chap()255 if (ag_type == auth_type::UNKNOWN) in add_chap_mutual()256 ag_type = auth_type::CHAP_MUTUAL; in add_chap_mutual()257 if (ag_type != auth_type::CHAP_MUTUAL) { in add_chap_mutual()
102 auth_type type() const { return ag_type; } in type()130 auth_type ag_type = auth_type::UNKNOWN; member