Home
last modified time | relevance | path

Searched refs:strcmp (Results 1 – 18 of 18) sorted by relevance

/hostap-latest/wpa_supplicant/wpa_gui-qt4/
Duserdatarequest.cpp60 if (strcmp(tmp, "PASSWORD") == 0) { in setParams()
63 } else if (strcmp(tmp, "NEW_PASSWORD") == 0) { in setParams()
66 } else if (strcmp(tmp, "IDENTITY") == 0) in setParams()
68 else if (strcmp(tmp, "PASSPHRASE") == 0) { in setParams()
Dwpagui.cpp306 if (strcmp(dent->d_name, ".") == 0 || in openCtrlConnection()
307 strcmp(dent->d_name, "..") == 0) in openCtrlConnection()
427 if (strcmp(pos, ctrl_iface) != 0) in openCtrlConnection()
471 if (!strcmp(state, "DISCONNECTED")) in wpaStateTranslate()
473 else if (!strcmp(state, "INACTIVE")) in wpaStateTranslate()
475 else if (!strcmp(state, "SCANNING")) in wpaStateTranslate()
477 else if (!strcmp(state, "AUTHENTICATING")) in wpaStateTranslate()
479 else if (!strcmp(state, "ASSOCIATING")) in wpaStateTranslate()
481 else if (!strcmp(state, "ASSOCIATED")) in wpaStateTranslate()
483 else if (!strcmp(state, "4WAY_HANDSHAKE")) in wpaStateTranslate()
[all …]
Dnetworkconfig.cpp295 strcmp(pskEdit->text().toLocal8Bit().constData(), in addNetwork()
304 if (strcmp(eap, "SIM") == 0 || strcmp(eap, "AKA") == 0) in addNetwork()
363 strcmp(passwordEdit->text().toLocal8Bit().constData(), in addNetwork()
473 if (strcmp(txt, WPA_GUI_KEY_DATA) == 0) in writeWepKey()
621 if (strcmp(reply, "PEAP") == 0) in paramsFromConfig()
623 else if (strcmp(reply, "TTLS") == 0) in paramsFromConfig()
625 else if (strcmp(reply, "FAST") == 0) in paramsFromConfig()
668 if (strcmp(reply + 6, "GTC auth=MSCHAPV2") == 0) { in paramsFromConfig()
735 if (strcmp(reply, "SHARED") == 0) in paramsFromConfig()
Dpeers.cpp704 if (bssid && strcmp(bssid, "any") == 0) in add_persistent()
/hostap-latest/hs20/client/
Dosu_client.c863 strcmp(pos, "includeSubdomains") != 0, priority, country); in set_pps_cred_policy_prp()
3316 if (strcmp(argv[optind], "to_tnds") == 0) { in main()
3324 } else if (strcmp(argv[optind], "to_tnds2") == 0) { in main()
3332 } else if (strcmp(argv[optind], "from_tnds") == 0) { in main()
3338 } else if (strcmp(argv[optind], "sub_rem") == 0) { in main()
3346 } else if (strcmp(argv[optind], "pol_upd") == 0) { in main()
3351 } else if (strcmp(argv[optind], "prov") == 0) { in main()
3359 } else if (strcmp(argv[optind], "sim_prov") == 0) { in main()
3366 } else if (strcmp(argv[optind], "dl_osu_ca") == 0) { in main()
3372 } else if (strcmp(argv[optind], "dl_polupd_ca") == 0) { in main()
[all …]
Dspp_client.c56 if (strcmp(expected_name, name) != 0) { in hs20_spp_validate()
/hostap-latest/src/utils/
Dos.h629 #define os_strcmp(s1, s2) strcmp((s1), (s2))
746 #undef strcmp
747 #define strcmp OS_DO_NOT_USE_strcmp macro
Dxml-utils.c399 if (strcmp(name, "Node") == 0) { in tnds_to_mo_iter()
Dwpa_debug.c156 if (fstype && strcmp(fstype, "debugfs") == 0) { in wpa_debug_open_linux_tracing()
/hostap-latest/tests/
Dtest-base64.c28 if (strcmp(argv[1], "encode") == 0) in main()
Dtest-x509v3.c26 if (argc < 3 || strcmp(argv[1], "-v") != 0) { in main()
/hostap-latest/hs20/server/
Dspp_server.c1124 if (free_account && strcmp(free_account, user) == 0) { in hs20_subscription_remediation()
1131 if (type && strcmp(type, "free") != 0) { in hs20_subscription_remediation()
1143 if (type && strcmp(type, "user") == 0) in hs20_subscription_remediation()
1146 else if (type && strcmp(type, "free") == 0) in hs20_subscription_remediation()
1149 else if (type && strcmp(type, "policy") == 0) in hs20_subscription_remediation()
1151 else if (type && strcmp(type, "machine") == 0) in hs20_subscription_remediation()
1153 else if (type && strcmp(type, "reenroll") == 0) in hs20_subscription_remediation()
1306 if (strcmp(name, "moContainer") != 0) in spp_get_mo()
1656 if (type && strcmp(type, "cert") == 0) in hs20_user_input_registration()
2419 if (type && strcmp(type, "cert") == 0) in add_subscription()
[all …]
/hostap-latest/hostapd/
Dhlr_auc_gw.c367 if (strcmp(g->imsi, imsi) == 0) { in get_gsm_triplet()
376 if (strcmp(g->imsi, imsi) == 0) { in get_gsm_triplet()
575 if (strcmp(m->imsi, imsi) == 0) in get_milenage()
635 if (strcmp(g->imsi, imsi) != 0) in sim_req_auth()
Dhostapd_cli.c974 if (strcmp(dent->d_name, ".") == 0 || in hostapd_cli_get_interfaces()
975 strcmp(dent->d_name, "..") == 0) in hostapd_cli_get_interfaces()
997 if (strcmp(dent->d_name, ".") == 0 || in hostapd_cli_list_interfaces()
998 strcmp(dent->d_name, "..") == 0) in hostapd_cli_list_interfaces()
Dhostapd_cli_cmds.c31 if (strcmp(argv[i], "interactive") == 0) { in hostapd_cli_cmd()
/hostap-latest/src/drivers/
Ddriver_hostap.c612 if (strcmp(line, "rx_packets") == 0) in hostap_read_sta_data()
614 else if (strcmp(line, "tx_packets") == 0) in hostap_read_sta_data()
616 else if (strcmp(line, "rx_bytes") == 0) in hostap_read_sta_data()
618 else if (strcmp(line, "tx_bytes") == 0) in hostap_read_sta_data()
Ddriver_wext.c875 if (strcmp(ifname, ".") == 0 || strcmp(ifname, "..") == 0) in wext_hostap_ifname()
/hostap-latest/wpa_supplicant/
Dwpa_cli_cmds.c47 if (strcmp(argv[i], "interactive") == 0) { in wpa_cli_cmd()