Home
last modified time | relevance | path

Searched refs:os_strcmp (Results 1 – 25 of 77) sorted by relevance

1234

/external/wpa_supplicant_8/hostapd/
Dconfig_file.c357 if (os_strcmp(start, "TTLS-PAP") == 0) { in hostapd_config_read_eap_user()
361 if (os_strcmp(start, "TTLS-CHAP") == 0) { in hostapd_config_read_eap_user()
365 if (os_strcmp(start, "TTLS-MSCHAP") == 0) { in hostapd_config_read_eap_user()
370 if (os_strcmp(start, "TTLS-MSCHAPV2") == 0) { in hostapd_config_read_eap_user()
375 if (os_strcmp(start, "MACACL") == 0) { in hostapd_config_read_eap_user()
679 if (os_strcmp(start, "WPA-PSK") == 0) in hostapd_config_parse_key_mgmt()
681 else if (os_strcmp(start, "WPA-EAP") == 0) in hostapd_config_parse_key_mgmt()
684 else if (os_strcmp(start, "FT-PSK") == 0) in hostapd_config_parse_key_mgmt()
686 else if (os_strcmp(start, "FT-EAP") == 0) in hostapd_config_parse_key_mgmt()
690 else if (os_strcmp(start, "WPA-PSK-SHA256") == 0) in hostapd_config_parse_key_mgmt()
[all …]
Dctrl_iface.c301 if (os_strcmp(cmd, "WPS") == 0) in hostapd_ctrl_iface_wps_nfc_config_token()
303 else if (os_strcmp(cmd, "NDEF") == 0) in hostapd_ctrl_iface_wps_nfc_config_token()
349 if (os_strcmp(cmd, "WPS") == 0) in hostapd_ctrl_iface_wps_nfc_token()
353 if (os_strcmp(cmd, "NDEF") == 0) in hostapd_ctrl_iface_wps_nfc_token()
357 if (os_strcmp(cmd, "enable") == 0) in hostapd_ctrl_iface_wps_nfc_token()
360 if (os_strcmp(cmd, "disable") == 0) { in hostapd_ctrl_iface_wps_nfc_token()
383 if (os_strcmp(cmd, "WPS") == 0) in hostapd_ctrl_iface_nfc_get_handover_sel()
385 else if (os_strcmp(cmd, "NDEF") == 0) in hostapd_ctrl_iface_nfc_get_handover_sel()
390 if (os_strcmp(pos, "WPS-CR") == 0) in hostapd_ctrl_iface_nfc_get_handover_sel()
464 if (os_strcmp(role, "RESP") == 0 && os_strcmp(type, "WPS") == 0) { in hostapd_ctrl_iface_nfc_report_handover()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c92 if (os_strcmp(entry.key, "Timeout") == 0 && in wpas_dbus_handler_p2p_find()
95 } else if (os_strcmp(entry.key, "RequestedDeviceTypes") == 0) { in wpas_dbus_handler_p2p_find()
115 } else if (os_strcmp(entry.key, "DiscoveryType") == 0 && in wpas_dbus_handler_p2p_find()
117 if (os_strcmp(entry.str_value, "start_with_full") == 0) in wpas_dbus_handler_p2p_find()
119 else if (os_strcmp(entry.str_value, "social") == 0) in wpas_dbus_handler_p2p_find()
121 else if (os_strcmp(entry.str_value, "progressive") == 0) in wpas_dbus_handler_p2p_find()
216 if (os_strcmp(entry.key, "period") == 0 && in wpas_dbus_handler_p2p_extendedlisten()
219 else if (os_strcmp(entry.key, "interval") == 0 && in wpas_dbus_handler_p2p_extendedlisten()
260 if (os_strcmp(entry.key, "duration1") == 0 && in wpas_dbus_handler_p2p_presence_request()
263 else if (os_strcmp(entry.key, "interval1") == 0 && in wpas_dbus_handler_p2p_presence_request()
[all …]
Ddbus_new_handlers_wps.c51 if (os_strcmp(val, "enrollee") == 0) in wpas_dbus_handler_wps_role()
53 else if (os_strcmp(val, "registrar") == 0) in wpas_dbus_handler_wps_role()
81 if (os_strcmp(val, "pin") == 0) in wpas_dbus_handler_wps_type()
83 else if (os_strcmp(val, "pbc") == 0) in wpas_dbus_handler_wps_type()
186 if (os_strcmp(key, "Role") == 0) in wpas_dbus_handler_wps_start_entry()
189 else if (os_strcmp(key, "Type") == 0) in wpas_dbus_handler_wps_start_entry()
192 else if (os_strcmp(key, "Bssid") == 0) in wpas_dbus_handler_wps_start_entry()
195 else if (os_strcmp(key, "Pin") == 0) in wpas_dbus_handler_wps_start_entry()
199 else if (os_strcmp(key, "P2PDeviceAddress") == 0) in wpas_dbus_handler_wps_start_entry()
Ddbus_old_handlers_wps.c39 if (os_strcmp(arg_bssid, "any") == 0) in wpas_dbus_iface_wps_pbc()
81 if (os_strcmp(arg_bssid, "any") == 0) in wpas_dbus_iface_wps_pin()
Ddbus_new_helpers.c149 if (os_strcmp(dbus_message_get_signature(message), "s") != 0) in properties_get_all()
165 if (os_strcmp(dbus_message_get_signature(message), "ss")) { in properties_get()
199 if (os_strcmp(dbus_message_get_signature(message), "ssv")) { in properties_set()
552 if (os_strcmp(error.name, DBUS_ERROR_OBJECT_PATH_IN_USE) == 0) { in wpa_dbus_register_object_per_iface()
616 if (os_strcmp(dsc->dbus_interface, interface) != 0) in put_changed_properties()
863 if (os_strcmp(property, dsc->dbus_property) == 0 && in wpa_dbus_mark_property_changed()
864 os_strcmp(interface, dsc->dbus_interface) == 0) { in wpa_dbus_mark_property_changed()
Ddbus_new_handlers.c141 if (os_strcmp(key, dont_quote[i]) == 0) in should_quote_opt()
161 os_strcmp(wpa_s->dbus_new_path, path) == 0) in get_iface_by_dbus_path()
258 if (os_strcmp(entry.key, "bssid") != 0 && in set_network_properties()
259 os_strcmp(entry.key, "priority") != 0) in set_network_properties()
271 if ((os_strcmp(entry.key, "psk") == 0 && in set_network_properties()
273 (os_strcmp(entry.key, "ssid") == 0 && ssid->passphrase)) in set_network_properties()
275 else if (os_strcmp(entry.key, "priority") == 0) in set_network_properties()
548 if (os_strcmp(entry.key, "Driver") == 0 && in wpas_dbus_handler_create_interface()
555 } else if (os_strcmp(entry.key, "Ifname") == 0 && in wpas_dbus_handler_create_interface()
562 } else if (os_strcmp(entry.key, "ConfigFile") == 0 && in wpas_dbus_handler_create_interface()
[all …]
Ddbus_old.c185 if (os_strcmp(dbus_message_get_member(message), "properties") == 0) in wpas_dispatch_bssid_method()
283 else if (os_strcmp(method, "wpsPbc") == 0) in wpas_iface_message_handler()
285 else if (os_strcmp(method, "wpsPin") == 0) in wpas_iface_message_handler()
287 else if (os_strcmp(method, "wpsReg") == 0) in wpas_iface_message_handler()
290 else if (os_strcmp(method, "flush") == 0) in wpas_iface_message_handler()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.c64 if (os_strcmp(value, "NULL") == 0) { in wpa_config_parse_str()
335 if (value[0] == '\0' || os_strcmp(value, "\"\"") == 0 || in wpa_config_parse_bssid()
336 os_strcmp(value, "any") == 0) { in wpa_config_parse_bssid()
546 if (os_strcmp(start, "WPA") == 0) in wpa_config_parse_proto()
548 else if (os_strcmp(start, "RSN") == 0 || in wpa_config_parse_proto()
549 os_strcmp(start, "WPA2") == 0) in wpa_config_parse_proto()
551 else if (os_strcmp(start, "OSEN") == 0) in wpa_config_parse_proto()
645 if (os_strcmp(start, "WPA-PSK") == 0) in wpa_config_parse_key_mgmt()
647 else if (os_strcmp(start, "WPA-EAP") == 0) in wpa_config_parse_key_mgmt()
649 else if (os_strcmp(start, "IEEE8021X") == 0) in wpa_config_parse_key_mgmt()
[all …]
Dctrl_iface.c378 if (os_strcmp(value, "disable") == 0) in wpa_supplicant_ctrl_iface_set()
446 } else if (os_strcmp(cmd, "blob") == 0) { in wpa_supplicant_ctrl_iface_set()
450 if (os_strcmp(value, "AUTO") == 0) in wpa_supplicant_ctrl_iface_set()
452 else if (os_strcmp(value, "5G") == 0) in wpa_supplicant_ctrl_iface_set()
454 else if (os_strcmp(value, "2G") == 0) in wpa_supplicant_ctrl_iface_set()
476 if (os_strcmp(cmd, "version") == 0) { in wpa_supplicant_ctrl_iface_get()
494 } else if (os_strcmp(cmd, "gtk") == 0) { in wpa_supplicant_ctrl_iface_get()
501 } else if (os_strcmp(cmd, "tls_library") == 0) { in wpa_supplicant_ctrl_iface_get()
619 if (os_strcmp(addr, "*") == 0) { in wpa_supplicant_ctrl_iface_tdls_teardown()
882 if (cmd == NULL || os_strcmp(cmd, "any") == 0) { in wpa_supplicant_ctrl_iface_wps_pbc()
[all …]
Dwpas_glue.c726 if (os_strcmp(field, "IDENTITY") == 0) in wpa_supplicant_ctrl_req_from_string()
728 else if (os_strcmp(field, "PASSWORD") == 0) in wpa_supplicant_ctrl_req_from_string()
730 else if (os_strcmp(field, "NEW_PASSWORD") == 0) in wpa_supplicant_ctrl_req_from_string()
732 else if (os_strcmp(field, "PIN") == 0) in wpa_supplicant_ctrl_req_from_string()
734 else if (os_strcmp(field, "OTP") == 0) in wpa_supplicant_ctrl_req_from_string()
736 else if (os_strcmp(field, "PASSPHRASE") == 0) in wpa_supplicant_ctrl_req_from_string()
738 else if (os_strcmp(field, "SIM") == 0) in wpa_supplicant_ctrl_req_from_string()
740 else if (os_strcmp(field, "PSK_PASSPHRASE") == 0) in wpa_supplicant_ctrl_req_from_string()
Dctrl_iface_udp.c229 if (os_strcmp(addr, "::1")) {
250 if (os_strcmp(buf, "GET_COOKIE") == 0) {
284 if (os_strcmp(pos, "ATTACH") == 0) {
291 } else if (os_strcmp(pos, "DETACH") == 0) {
579 if (os_strcmp(buf, "GET_COOKIE") == 0) {
Dmain_winsvc.c423 if (os_strcmp(argv[1], "reg") == 0) { in main()
445 } else if (os_strcmp(argv[1], "unreg") == 0) { in main()
447 } else if (os_strcmp(argv[1], "app") == 0) { in main()
/external/wpa_supplicant_8/src/ap/
Deap_user_db.c44 if (os_strcmp(start, "TTLS-PAP") == 0) { in set_user_methods()
48 if (os_strcmp(start, "TTLS-CHAP") == 0) { in set_user_methods()
52 if (os_strcmp(start, "TTLS-MSCHAP") == 0) { in set_user_methods()
56 if (os_strcmp(start, "TTLS-MSCHAPV2") == 0) { in set_user_methods()
85 if (os_strcmp(col[i], "password") == 0 && argv[i]) { in get_user_cb()
90 } else if (os_strcmp(col[i], "methods") == 0 && argv[i]) { in get_user_cb()
92 } else if (os_strcmp(col[i], "remediation") == 0 && argv[i]) { in get_user_cb()
108 if (os_strcmp(col[i], "identity") == 0 && argv[i]) in get_wildcard_cb()
110 else if (os_strcmp(col[i], "methods") == 0 && argv[i]) in get_wildcard_cb()
/external/wpa_supplicant_8/src/utils/
Dtrace.c278 os_strcmp(data.function, __func__) != 0)) { in wpa_trace_calling_func()
314 (os_strcmp(func, "wpa_trace_add_ref_func") == 0 || in wpa_trace_dump_func()
315 os_strcmp(func, "wpa_trace_check_ref") == 0 || in wpa_trace_dump_func()
316 os_strcmp(func, "wpa_trace_show") == 0)) in wpa_trace_dump_func()
329 os_strcmp(func, "main") == 0) in wpa_trace_dump_func()
Dos_unix.c491 if (i < res && os_strcmp(func[i], __func__) == 0) in testing_fail_alloc()
493 if (i < res && os_strcmp(func[i], "os_malloc") == 0) in testing_fail_alloc()
495 if (i < res && os_strcmp(func[i], "os_zalloc") == 0) in testing_fail_alloc()
497 if (i < res && os_strcmp(func[i], "os_calloc") == 0) in testing_fail_alloc()
499 if (i < res && os_strcmp(func[i], "os_realloc") == 0) in testing_fail_alloc()
501 if (i < res && os_strcmp(func[i], "os_realloc_array") == 0) in testing_fail_alloc()
503 if (i < res && os_strcmp(func[i], "os_strdup") == 0) in testing_fail_alloc()
Dos_none.c177 return os_strcmp(s1, s2); in os_strcasecmp()
203 int os_strcmp(const char *s1, const char *s2) in os_strcmp() function
Dos.h432 int os_strcmp(const char *s1, const char *s2);
535 #ifndef os_strcmp
536 #define os_strcmp(s1, s2) strcmp((s1), (s2)) macro
/external/wpa_supplicant_8/src/eap_server/
Deap_sim_db.c208 if (os_strcmp(col[i], "permanent") == 0 && argv[i]) { in get_pseudonym_cb()
309 if (os_strcmp(col[i], "permanent") == 0 && argv[i]) { in get_reauth_cb()
313 } else if (os_strcmp(col[i], "counter") == 0 && argv[i]) { in get_reauth_cb()
315 } else if (os_strcmp(col[i], "mk") == 0 && argv[i]) { in get_reauth_cb()
317 } else if (os_strcmp(col[i], "k_encr") == 0 && argv[i]) { in get_reauth_cb()
320 } else if (os_strcmp(col[i], "k_aut") == 0 && argv[i]) { in get_reauth_cb()
323 } else if (os_strcmp(col[i], "k_re") == 0 && argv[i]) { in get_reauth_cb()
378 if (entry->aka == aka && os_strcmp(entry->imsi, imsi) == 0) { in eap_sim_db_get_pending()
606 if (os_strcmp(cmd, "SIM-RESP-AUTH") == 0) in eap_sim_db_receive()
608 else if (os_strcmp(cmd, "AKA-RESP-AUTH") == 0) in eap_sim_db_receive()
[all …]
Deap_server_methods.c49 if (os_strcmp(m->name, name) == 0) { in eap_server_get_type()
116 os_strcmp(m->name, method->name) == 0) in eap_server_method_register()
/external/wpa_supplicant_8/src/eap_peer/
Deap_fast_pac.c432 if (os_strcmp(pac_file_hdr, rc.buf) != 0) in eap_fast_load_pac()
436 if (os_strcmp(rc.buf, "START") == 0) in eap_fast_load_pac()
438 else if (os_strcmp(rc.buf, "END") == 0) { in eap_fast_load_pac()
443 else if (os_strcmp(rc.buf, "PAC-Type") == 0) in eap_fast_load_pac()
445 else if (os_strcmp(rc.buf, "PAC-Key") == 0) in eap_fast_load_pac()
447 else if (os_strcmp(rc.buf, "PAC-Opaque") == 0) in eap_fast_load_pac()
449 else if (os_strcmp(rc.buf, "A-ID") == 0) in eap_fast_load_pac()
451 else if (os_strcmp(rc.buf, "I-ID") == 0) in eap_fast_load_pac()
453 else if (os_strcmp(rc.buf, "A-ID-Info") == 0) in eap_fast_load_pac()
Dtncc.c240 if (os_strcmp(functionName, "TNC_TNCC_ReportMessageTypes") == 0) in TNC_TNCC_BindFunction()
242 else if (os_strcmp(functionName, "TNC_TNCC_SendMessage") == 0) in TNC_TNCC_BindFunction()
244 else if (os_strcmp(functionName, "TNC_TNCC_RequestHandshakeRetry") == in TNC_TNCC_BindFunction()
247 else if (os_strcmp(functionName, "TNC_9048_LogMessage") == 0) in TNC_TNCC_BindFunction()
249 else if (os_strcmp(functionName, "TNC_9048_UserMessage") == 0) in TNC_TNCC_BindFunction()
674 if (os_strcmp(pos, "allow") == 0) in tncc_get_recommendation()
676 else if (os_strcmp(pos, "none") == 0) in tncc_get_recommendation()
678 else if (os_strcmp(pos, "isolate") == 0) in tncc_get_recommendation()
/external/wpa_supplicant_8/hs20/client/
Dest.c232 if (os_strcmp(txt, "1.2.840.113549.1.9.7") == 0) { in add_csrattrs_oid()
234 } else if (os_strcmp(txt, "1.2.840.113549.1.1.11") == 0) { in add_csrattrs_oid()
257 if (os_strcmp(txt, "1.3.6.1.1.1.1.22") == 0) { in add_csrattrs_ext_req()
259 } else if (os_strcmp(txt, "1.3.6.1.4.1.40808.1.1.3") == 0) { in add_csrattrs_ext_req()
261 } else if (os_strcmp(txt, "1.3.6.1.4.1.40808.1.1.4") == 0) { in add_csrattrs_ext_req()
263 } else if (os_strcmp(txt, "1.3.6.1.4.1.40808.1.1.5") == 0) { in add_csrattrs_ext_req()
286 if (os_strcmp(txt, "1.2.840.113549.1.9.14") == 0) { in add_csrattrs_attr()
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.c498 if (os_strcmp(pos, "aifs") == 0) { in hostapd_config_wmm_ac()
505 } else if (os_strcmp(pos, "cwmin") == 0) { in hostapd_config_wmm_ac()
512 } else if (os_strcmp(pos, "cwmax") == 0) { in hostapd_config_wmm_ac()
519 } else if (os_strcmp(pos, "txop_limit") == 0) { in hostapd_config_wmm_ac()
526 } else if (os_strcmp(pos, "acm") == 0) { in hostapd_config_wmm_ac()
Dwpa_common.c1549 if (os_strcmp(start, "CCMP-256") == 0) in wpa_parse_cipher()
1551 else if (os_strcmp(start, "GCMP-256") == 0) in wpa_parse_cipher()
1553 else if (os_strcmp(start, "CCMP") == 0) in wpa_parse_cipher()
1555 else if (os_strcmp(start, "GCMP") == 0) in wpa_parse_cipher()
1557 else if (os_strcmp(start, "TKIP") == 0) in wpa_parse_cipher()
1559 else if (os_strcmp(start, "WEP104") == 0) in wpa_parse_cipher()
1561 else if (os_strcmp(start, "WEP40") == 0) in wpa_parse_cipher()
1563 else if (os_strcmp(start, "NONE") == 0) in wpa_parse_cipher()
1565 else if (os_strcmp(start, "GTK_NOT_USED") == 0) in wpa_parse_cipher()

1234