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

Lines Matching refs:encr

568 		QString encr;
571 encr.append(pairwise_cipher);
572 encr.append(" + ");
573 encr.append(group_cipher);
575 encr.append(pairwise_cipher);
577 encr.append(group_cipher);
578 encr.append(" [group key only]");
580 textEncryption->setText(encr);