/hostap-3.6.0/wpa_supplicant/wpa_gui-qt4/ |
D | userdatarequest.cpp | 60 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()
|
D | wpagui.cpp | 306 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 …]
|
D | networkconfig.cpp | 295 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()
|
D | peers.cpp | 704 if (bssid && strcmp(bssid, "any") == 0) in add_persistent()
|
/hostap-3.6.0/hs20/client/ |
D | osu_client.c | 863 strcmp(pos, "includeSubdomains") != 0, priority, country); in set_pps_cred_policy_prp() 3272 if (strcmp(argv[optind], "to_tnds") == 0) { in main() 3280 } else if (strcmp(argv[optind], "to_tnds2") == 0) { in main() 3288 } else if (strcmp(argv[optind], "from_tnds") == 0) { in main() 3294 } else if (strcmp(argv[optind], "sub_rem") == 0) { in main() 3302 } else if (strcmp(argv[optind], "pol_upd") == 0) { in main() 3307 } else if (strcmp(argv[optind], "prov") == 0) { in main() 3315 } else if (strcmp(argv[optind], "sim_prov") == 0) { in main() 3322 } else if (strcmp(argv[optind], "dl_osu_ca") == 0) { in main() 3328 } else if (strcmp(argv[optind], "dl_polupd_ca") == 0) { in main() [all …]
|
D | spp_client.c | 56 if (strcmp(expected_name, name) != 0) { in hs20_spp_validate()
|
/hostap-3.6.0/src/utils/ |
D | os.h | 540 #define os_strcmp(s1, s2) strcmp((s1), (s2)) 658 #undef strcmp 659 #define strcmp OS_DO_NOT_USE_strcmp macro
|
D | xml-utils.c | 399 if (strcmp(name, "Node") == 0) { in tnds_to_mo_iter()
|
D | wpa_debug.c | 156 if (fstype && strcmp(fstype, "debugfs") == 0) { in wpa_debug_open_linux_tracing()
|
/hostap-3.6.0/tests/ |
D | test-base64.c | 28 if (strcmp(argv[1], "encode") == 0) in main()
|
D | test-x509v3.c | 26 if (argc < 3 || strcmp(argv[1], "-v") != 0) { in main()
|
/hostap-3.6.0/hs20/server/ |
D | spp_server.c | 1124 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() 1653 if (type && strcmp(type, "cert") == 0) in hs20_user_input_registration() 2416 if (type && strcmp(type, "cert") == 0) in add_subscription() [all …]
|
/hostap-3.6.0/hostapd/ |
D | hlr_auc_gw.c | 367 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()
|
D | hostapd_cli.c | 961 if (strcmp(dent->d_name, ".") == 0 || in hostapd_cli_get_interfaces() 962 strcmp(dent->d_name, "..") == 0) in hostapd_cli_get_interfaces() 984 if (strcmp(dent->d_name, ".") == 0 || in hostapd_cli_list_interfaces() 985 strcmp(dent->d_name, "..") == 0) in hostapd_cli_list_interfaces()
|
/hostap-3.6.0/src/drivers/ |
D | driver_hostap.c | 612 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()
|
D | driver_wext.c | 874 if (strcmp(ifname, ".") == 0 || strcmp(ifname, "..") == 0) in wext_hostap_ifname()
|