Home | History | Annotate | Download | only in wpa_gui-qt4

Lines Matching refs:group_cipher

517 	char *pairwise_cipher = NULL, *group_cipher = NULL;
553 } else if (strcmp(start, "group_cipher") == 0) {
554 group_cipher = pos;
567 if (pairwise_cipher || group_cipher) {
569 if (pairwise_cipher && group_cipher &&
570 strcmp(pairwise_cipher, group_cipher) != 0) {
573 encr.append(group_cipher);
577 encr.append(group_cipher);
1391 else if ((*it).startsWith("group_cipher="))