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

Lines Matching full:config_methods

186 		int config_methods = -1;
189 config_methods = var.toInt();
201 (config_methods == -1 || (config_methods & 0x010c))) {
210 config_methods > -1 &&
211 config_methods & 0x0080 /* PBC */ &&
212 config_methods != 0x0080)
222 if (config_methods > -1 && (config_methods & 0x0100)) {
228 if (config_methods > -1 && (config_methods & 0x000c)) {
268 config_methods >= 0 && (config_methods & 0x0080)) {
515 * config_methods=0x8c
522 int config_methods = 0;
530 else if (str.startsWith("config_methods="))
531 config_methods =
548 item->setData(config_methods, peer_role_config_methods);
900 * name='Wireless Client' config_methods=0x84 dev_capab=0x21
908 int config_methods = 0;
913 else if (str.startsWith("config_methods="))
914 config_methods =
930 item->setData(config_methods,
1171 * 02:66:a0:ee:17:27 M1=1 config_methods=0x14d dev_passwd_id=0
1181 int config_methods = -1;
1189 if (items[i].startsWith("config_methods=")) {
1190 config_methods = val.toInt(0, 0);
1219 if (config_methods >= 0)
1220 item->setData(config_methods,
1259 int config_methods = items[4].toInt(0, 0);
1287 if ((var.isValid() && config_methods != var.toInt()) ||
1304 item->setData(config_methods,
1341 int config_methods =
1373 } else if (config_methods == 0x0080 /* PBC */) {