Home | History | Annotate | Download | only in common

Lines Matching refs:role2

4467 static int dpp_compatible_netrole(const char *role1, const char *role2)
4469 return (os_strcmp(role1, "sta") == 0 && os_strcmp(role2, "ap") == 0) ||
4470 (os_strcmp(role1, "ap") == 0 && os_strcmp(role2, "sta") == 0);