Home
last modified time | relevance | path

Searched refs:os_strcasecmp (Results 1 – 23 of 23) sorted by relevance

/hostap-latest/hs20/client/
Dosu_client.c150 if (os_strcasecmp(proto, "EST") != 0) { in osu_get_certificate()
574 if (os_strcasecmp(pos, "/PerProviderSubscription") != 0) { in hs20_add_pps_mo()
656 if (os_strcasecmp(name, "PerProviderSubscription") != 0) { in hs20_add_pps_mo()
902 if (os_strcasecmp(type, "home") == 0) in set_pps_cred_policy_min_backhaul()
904 else if (os_strcasecmp(type, "roaming") == 0) in set_pps_cred_policy_min_backhaul()
1066 if (os_strcasecmp(name, "PreferredRoamingPartnerList") == 0) in set_pps_cred_policy()
1068 else if (os_strcasecmp(name, "MinBackhaulThreshold") == 0) in set_pps_cred_policy()
1070 else if (os_strcasecmp(name, "PolicyUpdate") == 0) in set_pps_cred_policy()
1072 else if (os_strcasecmp(name, "SPExclusionList") == 0) in set_pps_cred_policy()
1074 else if (os_strcasecmp(name, "RequiredProtoPortTuple") == 0) in set_pps_cred_policy()
[all …]
Doma_dm_client.c457 if (name == NULL || os_strcasecmp(name, "getCertificate") != 0) { in oma_dm_exec_get_cert()
484 if (os_strcasecmp(locuri, "./DevDetail/Ext/org.wi-fi/Wi-Fi/Ops/" in oma_dm_exec()
487 } else if (os_strcasecmp(locuri, "./DevDetail/Ext/org.wi-fi/Wi-Fi/Ops/" in oma_dm_exec()
899 if (os_strcasecmp(name, "Password") == 0) { in oma_dm_get()
1011 if (name == NULL || os_strcasecmp(name, "SyncML") != 0) { in oma_dm_process()
1027 if (os_strcasecmp(name, "RespURI") == 0) { in oma_dm_process()
1032 } else if (os_strcasecmp(name, "MsgID") == 0) { in oma_dm_process()
1061 if (os_strcasecmp(name, "Exec") == 0) { in oma_dm_process()
1071 } else if (os_strcasecmp(name, "Add") == 0) { in oma_dm_process()
1081 } else if (os_strcasecmp(name, "Replace") == 0) { in oma_dm_process()
[all …]
/hostap-latest/src/utils/
Dwpa_debug_zephyr.c404 if (os_strcasecmp(s, "EXCESSIVE") == 0) in str_to_debug_level()
406 if (os_strcasecmp(s, "MSGDUMP") == 0) in str_to_debug_level()
408 if (os_strcasecmp(s, "DEBUG") == 0) in str_to_debug_level()
410 if (os_strcasecmp(s, "INFO") == 0) in str_to_debug_level()
412 if (os_strcasecmp(s, "WARNING") == 0) in str_to_debug_level()
414 if (os_strcasecmp(s, "ERROR") == 0) in str_to_debug_level()
Dos.h371 int os_strcasecmp(const char *s1, const char *s2);
483 int os_strcasecmp(const char *s1, const char *s2);
611 #ifndef os_strcasecmp
613 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2)) macro
615 #define os_strcasecmp(s1, s2) strcasecmp((s1), (s2)) macro
Dwpa_debug.c889 if (os_strcasecmp(s, "EXCESSIVE") == 0) in str_to_debug_level()
891 if (os_strcasecmp(s, "MSGDUMP") == 0) in str_to_debug_level()
893 if (os_strcasecmp(s, "DEBUG") == 0) in str_to_debug_level()
895 if (os_strcasecmp(s, "INFO") == 0) in str_to_debug_level()
897 if (os_strcasecmp(s, "WARNING") == 0) in str_to_debug_level()
899 if (os_strcasecmp(s, "ERROR") == 0) in str_to_debug_level()
Dos_none.c177 int os_strcasecmp(const char *s1, const char *s2) in os_strcasecmp() function
Dxml-utils.c77 if (os_strcasecmp(name, path) == 0) in get_node_iter()
319 if (os_strcasecmp(lname, name) == 0) in get_first_child_node()
Dos_zephyr.c303 int os_strcasecmp(const char *s1, const char *s2) in os_strcasecmp() function
Dos_internal.c361 int os_strcasecmp(const char *s1, const char *s2) in os_strcasecmp() function
/hostap-latest/wlantest/
Dwlantest_cli.c561 if (os_strcasecmp(sta_counters[i].name, argv[0]) == 0) in cmd_get_sta_counter()
669 if (os_strcasecmp(bss_counters[i].name, argv[0]) == 0) in cmd_get_bss_counter()
774 if (os_strcasecmp(tdls_counters[i].name, argv[0]) == 0) in cmd_get_tdls_counter()
892 if (os_strcasecmp(inject_frames[i].name, argv[0]) == 0) in cmd_inject()
907 if (os_strcasecmp(argv[1], "normal") == 0) in cmd_inject()
909 else if (os_strcasecmp(argv[1], "protected") == 0) in cmd_inject()
911 else if (os_strcasecmp(argv[1], "unprotected") == 0) in cmd_inject()
913 else if (os_strcasecmp(argv[1], "incorrect") == 0) in cmd_inject()
923 if (os_strcasecmp(argv[2], "ap") == 0) { in cmd_inject()
926 } else if (os_strcasecmp(argv[2], "sta") == 0) { in cmd_inject()
[all …]
/hostap-latest/wpa_supplicant/
Dctrl_iface.c507 if (os_strcasecmp(cmd, "EAPOL::heldPeriod") == 0) { in wpa_supplicant_ctrl_iface_set()
510 } else if (os_strcasecmp(cmd, "EAPOL::authPeriod") == 0) { in wpa_supplicant_ctrl_iface_set()
513 } else if (os_strcasecmp(cmd, "EAPOL::startPeriod") == 0) { in wpa_supplicant_ctrl_iface_set()
516 } else if (os_strcasecmp(cmd, "EAPOL::maxStart") == 0) { in wpa_supplicant_ctrl_iface_set()
520 } else if (os_strcasecmp(cmd, "EAPOL::portControl") == 0) { in wpa_supplicant_ctrl_iface_set()
532 } else if (os_strcasecmp(cmd, "dot11RSNAConfigPMKLifetime") == 0) { in wpa_supplicant_ctrl_iface_set()
540 } else if (os_strcasecmp(cmd, "dot11RSNAConfigPMKReauthThreshold") == in wpa_supplicant_ctrl_iface_set()
549 } else if (os_strcasecmp(cmd, "dot11RSNAConfigSATimeout") == 0) { in wpa_supplicant_ctrl_iface_set()
557 } else if (os_strcasecmp(cmd, "wps_fragment_size") == 0) { in wpa_supplicant_ctrl_iface_set()
560 } else if (os_strcasecmp(cmd, "wps_version_number") == 0) { in wpa_supplicant_ctrl_iface_set()
[all …]
Dinterworking.c581 return os_strcasecmp(realm->realm, home_realm) == 0; in nai_realm_match()
592 if (os_strcasecmp(pos, home_realm) == 0) { in nai_realm_match()
Dwpa_cli.c4200 if (os_strcasecmp(wpa_cli_commands[i].cmd, cmd) == 0) { in wpa_cli_cmd_completion()
4266 if (os_strcasecmp(cmd->cmd, argv[0]) == 0) { in wpa_request()
Dwpa_cli_cmds.c3674 if (os_strcasecmp(cmd->cmd, argv[0]) == 0) { in wpa_request()
/hostap-latest/src/eapol_auth/
Deapol_auth_sm.c1119 if (os_strcasecmp(param, "AdminControlledDirections") == 0) { in eapol_auth_set_conf()
1130 if (os_strcasecmp(param, "AdminControlledPortControl") == 0) { in eapol_auth_set_conf()
1143 if (os_strcasecmp(param, "quietPeriod") == 0) { in eapol_auth_set_conf()
1148 if (os_strcasecmp(param, "serverTimeout") == 0) { in eapol_auth_set_conf()
1153 if (os_strcasecmp(param, "reAuthPeriod") == 0) { in eapol_auth_set_conf()
1158 if (os_strcasecmp(param, "reAuthEnabled") == 0) { in eapol_auth_set_conf()
1169 if (os_strcasecmp(param, "KeyTransmissionEnabled") == 0) { in eapol_auth_set_conf()
/hostap-latest/hostapd/
Dctrl_iface.c1217 } else if (os_strcasecmp(cmd, "wps_version_number") == 0) { in hostapd_ctrl_iface_set()
1232 } else if (os_strcasecmp(cmd, "wps_testing_stub_cred") == 0) { in hostapd_ctrl_iface_set()
1236 } else if (os_strcasecmp(cmd, "wps_corrupt_pkhash") == 0) { in hostapd_ctrl_iface_set()
1242 } else if (os_strcasecmp(cmd, "ext_mgmt_frame_handling") == 0) { in hostapd_ctrl_iface_set()
1244 } else if (os_strcasecmp(cmd, "ext_eapol_frame_io") == 0) { in hostapd_ctrl_iface_set()
1246 } else if (os_strcasecmp(cmd, "force_backlog_bytes") == 0) { in hostapd_ctrl_iface_set()
1249 } else if (os_strcasecmp(cmd, "dpp_config_obj_override") == 0) { in hostapd_ctrl_iface_set()
1252 } else if (os_strcasecmp(cmd, "dpp_discovery_override") == 0) { in hostapd_ctrl_iface_set()
1255 } else if (os_strcasecmp(cmd, "dpp_groups_override") == 0) { in hostapd_ctrl_iface_set()
1258 } else if (os_strcasecmp(cmd, in hostapd_ctrl_iface_set()
[all …]
Dhostapd_cli.c1932 if (os_strcasecmp(cmd->cmd, argv[0]) == 0) { in wpa_request()
2085 if (os_strcasecmp(hostapd_cli_commands[i].cmd, cmd) != 0) in hostapd_cli_cmd_completion()
Dhostapd_cli_cmds.c1366 if (os_strcasecmp(cmd->cmd, argv[0]) == 0) { in hostapd_request()
/hostap-latest/src/wps/
Dwps_upnp_web.c329 if (os_strcasecmp(filename, UPNP_WPS_DEVICE_XML_FILE) == 0) { in web_connection_parse_get()
343 } else if (!os_strcasecmp(filename, UPNP_WPS_SCPD_XML_FILE)) { in web_connection_parse_get()
930 if (os_strcasecmp(filename, UPNP_WPS_DEVICE_CONTROL_FILE)) { in web_connection_parse_post()
1016 if (os_strcasecmp(filename, UPNP_WPS_DEVICE_EVENT_FILE) != 0) { in web_connection_parse_subscribe()
1225 if (os_strcasecmp(filename, UPNP_WPS_DEVICE_EVENT_FILE) != 0) { in web_connection_parse_unsubscribe()
Dwps_er.c523 found = os_strcasecmp(val, "urn:schemas-wifialliance-org:" in wps_er_find_wfadevice()
/hostap-latest/src/fst/
Dfst_ctrl_iface.c339 if (!os_strcasecmp(p, FST_CS_PVAL_RESPONSE_ACCEPT)) { in session_respond()
341 } else if (!os_strcasecmp(p, FST_CS_PVAL_RESPONSE_REJECT)) { in session_respond()
Dfst_session.c1391 if (!os_strcasecmp(additional_param, FST_CTR_PVAL_BAD_NEW_BAND)) in fst_test_req_send_fst_request()
1427 if (!os_strcasecmp(response, FST_CS_PVAL_RESPONSE_REJECT)) in fst_test_req_send_fst_response()
1466 if (!os_strcasecmp(response, FST_CTR_PVAL_BAD_NEW_BAND)) in fst_test_req_send_fst_response()
/hostap-latest/src/tls/
Dx509v3.c126 return os_strcasecmp(a, b); in x509_str_compare()
132 ret = os_strcasecmp(aa, bb); in x509_str_compare()