Searched refs:AllowedAuthenticationType (Results 1 – 1 of 1) sorted by relevance
73 enum AllowedAuthenticationType { kNone = 0, kPap = 1, kChap = 2, kBoth = 3 }; enum93 AllowedAuthenticationType auth_type_;279 call.auth_type_ = DataCall::AllowedAuthenticationType(auth_type); in request_setup_data_call()