/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp_web.c | 880 if (os_strncasecmp(b, match, match_len)) in web_get_action() 942 if (!os_strncasecmp("GetDeviceInfo", action, action_len)) in web_connection_parse_post() 944 else if (!os_strncasecmp("PutMessage", action, action_len)) in web_connection_parse_post() 946 else if (!os_strncasecmp("PutWLANResponse", action, action_len)) in web_connection_parse_post() 949 else if (!os_strncasecmp("SetSelectedRegistrar", action, action_len)) in web_connection_parse_post() 1035 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_subscribe() 1041 if (os_strncasecmp(h, match, match_len) != 0) { in web_connection_parse_subscribe() 1052 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_subscribe() 1065 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_subscribe() 1083 if (os_strncasecmp( in web_connection_parse_subscribe() [all...] |
H A D | wps_er_ssdp.c | 72 if (os_strncasecmp(start, "LOCATION:", 9) == 0) { in wps_er_ssdp_rx() 77 } else if (os_strncasecmp(start, "NTS:", 4) == 0) { in wps_er_ssdp_rx() 80 } else if (os_strncasecmp(start, "CACHE-CONTROL:", 14) == 0) { in wps_er_ssdp_rx() 87 } else if (os_strncasecmp(start, "USN:", 4) == 0) { in wps_er_ssdp_rx()
|
H A D | httpread.c | 465 if (!os_strncasecmp(h->hdr, "SUBSCRIBE", 9) || in httpread_read_handler() 466 !os_strncasecmp(h->hdr, "UNSUBSCRIBE", 11) || in httpread_read_handler() 467 !os_strncasecmp(h->hdr, "HEAD", 4) || in httpread_read_handler() 468 !os_strncasecmp(h->hdr, "GET", 3)) { in httpread_read_handler() 837 if (!os_strncasecmp(hdr, tag, tag_len)) { in httpread_hdr_line_get()
|
H A D | upnp_xml.c | 206 if (!os_strncasecmp(tagname, match, match_len) && in xml_get_first_item()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp_web.c | 880 if (os_strncasecmp(b, match, match_len)) in web_get_action() 942 if (!os_strncasecmp("GetDeviceInfo", action, action_len)) in web_connection_parse_post() 944 else if (!os_strncasecmp("PutMessage", action, action_len)) in web_connection_parse_post() 946 else if (!os_strncasecmp("PutWLANResponse", action, action_len)) in web_connection_parse_post() 949 else if (!os_strncasecmp("SetSelectedRegistrar", action, action_len)) in web_connection_parse_post() 1035 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_subscribe() 1041 if (os_strncasecmp(h, match, match_len) != 0) { in web_connection_parse_subscribe() 1052 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_subscribe() 1065 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_subscribe() 1083 if (os_strncasecmp( in web_connection_parse_subscribe() [all...] |
H A D | wps_er_ssdp.c | 72 if (os_strncasecmp(start, "LOCATION:", 9) == 0) { in wps_er_ssdp_rx() 77 } else if (os_strncasecmp(start, "NTS:", 4) == 0) { in wps_er_ssdp_rx() 80 } else if (os_strncasecmp(start, "CACHE-CONTROL:", 14) == 0) { in wps_er_ssdp_rx() 87 } else if (os_strncasecmp(start, "USN:", 4) == 0) { in wps_er_ssdp_rx()
|
H A D | httpread.c | 465 if (!os_strncasecmp(h->hdr, "SUBSCRIBE", 9) || in httpread_read_handler() 466 !os_strncasecmp(h->hdr, "UNSUBSCRIBE", 11) || in httpread_read_handler() 467 !os_strncasecmp(h->hdr, "HEAD", 4) || in httpread_read_handler() 468 !os_strncasecmp(h->hdr, "GET", 3)) { in httpread_read_handler() 837 if (!os_strncasecmp(hdr, tag, tag_len)) { in httpread_hdr_line_get()
|
H A D | upnp_xml.c | 206 if (!os_strncasecmp(tagname, match, match_len) && in xml_get_first_item()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_ctrl_iface.c | 229 if (os_strncasecmp(p, FST_CSS_PNAME_OLD_IFNAME, q - p) == 0) { in session_set() 231 } else if (os_strncasecmp(p, FST_CSS_PNAME_NEW_IFNAME, q - p) == 0) { in session_set() 233 } else if (os_strncasecmp(p, FST_CSS_PNAME_OLD_PEER_ADDR, q - p) == 0) { in session_set() 235 } else if (os_strncasecmp(p, FST_CSS_PNAME_NEW_PEER_ADDR, q - p) == 0) { in session_set() 237 } else if (os_strncasecmp(p, FST_CSS_PNAME_LLT, q - p) == 0) { in session_set() 417 if (!os_strncasecmp(p, FST_CTR_SEND_SETUP_REQUEST, in test_request() 421 } else if (!os_strncasecmp(p, FST_CTR_SEND_SETUP_RESPONSE, in test_request() 425 } else if (!os_strncasecmp(p, FST_CTR_SEND_ACK_REQUEST, in test_request() 429 } else if (!os_strncasecmp(p, FST_CTR_SEND_ACK_RESPONSE, in test_request() 433 } else if (!os_strncasecmp( in test_request() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A D | fst_ctrl_iface.c | 229 if (os_strncasecmp(p, FST_CSS_PNAME_OLD_IFNAME, q - p) == 0) { in session_set() 231 } else if (os_strncasecmp(p, FST_CSS_PNAME_NEW_IFNAME, q - p) == 0) { in session_set() 233 } else if (os_strncasecmp(p, FST_CSS_PNAME_OLD_PEER_ADDR, q - p) == 0) { in session_set() 235 } else if (os_strncasecmp(p, FST_CSS_PNAME_NEW_PEER_ADDR, q - p) == 0) { in session_set() 237 } else if (os_strncasecmp(p, FST_CSS_PNAME_LLT, q - p) == 0) { in session_set() 417 if (!os_strncasecmp(p, FST_CTR_SEND_SETUP_REQUEST, in test_request() 421 } else if (!os_strncasecmp(p, FST_CTR_SEND_SETUP_RESPONSE, in test_request() 425 } else if (!os_strncasecmp(p, FST_CTR_SEND_ACK_REQUEST, in test_request() 429 } else if (!os_strncasecmp(p, FST_CTR_SEND_ACK_RESPONSE, in test_request() 433 } else if (!os_strncasecmp( in test_request() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os.h | 400 * os_strncasecmp - Compare two strings ignoring case 408 int os_strncasecmp(const char *s1, const char *s2, size_t n); 526 #ifndef os_strncasecmp 528 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) macro 530 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) macro
|
H A D | os_none.c | 187 int os_strncasecmp(const char *s1, const char *s2, size_t n) in os_strncasecmp() function
|
H A D | os_internal.c | 373 int os_strncasecmp(const char *s1, const char *s2, size_t n) in os_strncasecmp() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os.h | 400 * os_strncasecmp - Compare two strings ignoring case 408 int os_strncasecmp(const char *s1, const char *s2, size_t n); 526 #ifndef os_strncasecmp 528 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) macro 530 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) macro
|
H A D | os_none.c | 187 int os_strncasecmp(const char *s1, const char *s2, size_t n) in os_strncasecmp() function
|
H A D | os_internal.c | 379 int os_strncasecmp(const char *s1, const char *s2, size_t n) in os_strncasecmp() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
H A D | oma_dm_client.c | 513 if (os_strncasecmp(locuri, "./Wi-Fi/", 8) != 0) { in oma_dm_run_add() 522 if (os_strncasecmp(pos, ctx->fqdn, fqdn_len) != 0 || in oma_dm_run_add() 530 if (os_strncasecmp(pos, "PerProviderSubscription/", 24) != 0) { in oma_dm_run_add() 675 if (os_strncasecmp(locuri, "./Wi-Fi/", 8) != 0) { in oma_dm_add() 738 if (os_strncasecmp(locuri, "./Wi-Fi/", 8) != 0) { in oma_dm_replace() 750 if (os_strncasecmp(pos, ctx->fqdn, fqdn_len) != 0 || in oma_dm_replace() 759 if (os_strncasecmp(pos, "PerProviderSubscription/", 24) != 0) { in oma_dm_replace() 860 if (os_strncasecmp(locuri, "./Wi-Fi/", 8) != 0) { in oma_dm_get() 870 if (os_strncasecmp(pos, ctx->fqdn, fqdn_len) != 0 || in oma_dm_get() 879 if (os_strncasecmp(po in oma_dm_get() [all...] |
H A D | spp_client.c | 227 if (os_strncasecmp(uri, "./Wi-Fi/", 8) != 0) { in process_update_node() 242 if (os_strncasecmp(pos, ctx->fqdn, fqdn_len) != 0 || in process_update_node() 252 if (os_strncasecmp(pos, "PerProviderSubscription/", 24) != 0) { in process_update_node()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
H A D | oma_dm_client.c | 513 if (os_strncasecmp(locuri, "./Wi-Fi/", 8) != 0) { in oma_dm_run_add() 522 if (os_strncasecmp(pos, ctx->fqdn, fqdn_len) != 0 || in oma_dm_run_add() 530 if (os_strncasecmp(pos, "PerProviderSubscription/", 24) != 0) { in oma_dm_run_add() 675 if (os_strncasecmp(locuri, "./Wi-Fi/", 8) != 0) { in oma_dm_add() 738 if (os_strncasecmp(locuri, "./Wi-Fi/", 8) != 0) { in oma_dm_replace() 750 if (os_strncasecmp(pos, ctx->fqdn, fqdn_len) != 0 || in oma_dm_replace() 759 if (os_strncasecmp(pos, "PerProviderSubscription/", 24) != 0) { in oma_dm_replace() 860 if (os_strncasecmp(locuri, "./Wi-Fi/", 8) != 0) { in oma_dm_get() 870 if (os_strncasecmp(pos, ctx->fqdn, fqdn_len) != 0 || in oma_dm_get() 879 if (os_strncasecmp(po in oma_dm_get() [all...] |
H A D | spp_client.c | 227 if (os_strncasecmp(uri, "./Wi-Fi/", 8) != 0) { in process_update_node() 242 if (os_strncasecmp(pos, ctx->fqdn, fqdn_len) != 0 || in process_update_node() 252 if (os_strncasecmp(pos, "PerProviderSubscription/", 24) != 0) { in process_update_node()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/ |
H A D | driver_nl80211_hisi.c | 154 else if (os_strncasecmp(cmd, "POWERMODE ", 10) == 0) in wpa_driver_nl80211_driver_cmd() 169 else if (os_strncasecmp(cmd, "GETPOWER", 8) == 0) in wpa_driver_nl80211_driver_cmd() 241 if (os_strncasecmp(buf, priv_cmd.buf, ret_len) != 0) in wpa_driver_nl80211_driver_cmd() 256 if (os_strncasecmp(cmd, "COUNTRY", 7) == 0) in wpa_driver_nl80211_driver_cmd() 259 g_is_jp = (os_strncasecmp(cmd + 8, "JP", 2) == 0) ? 1 : 0 ; in wpa_driver_nl80211_driver_cmd()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
H A D | driver_nl80211_hisi.c | 150 } else if (os_strncasecmp(cmd, "POWERMODE ", 10) == 0) { in wpa_driver_nl80211_driver_cmd() 160 } else if (os_strncasecmp(cmd, "GETPOWER", 8) == 0) { in wpa_driver_nl80211_driver_cmd() 230 if (os_strncasecmp(buf, priv_cmd.buf, ret_len) != 0) { in wpa_driver_nl80211_driver_cmd() 244 if (os_strncasecmp(cmd, "COUNTRY", 7) == 0) { in wpa_driver_nl80211_driver_cmd() 246 g_is_jp = (os_strncasecmp(cmd + 8, "JP", 2) == 0) ? 1 : 0; in wpa_driver_nl80211_driver_cmd()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_cli.c | 517 if (arg > 1 && os_strncasecmp(str, "set bssid_filter ", 17) == 0) in wpa_cli_complete_set() 2472 if (arg == 2 && os_strncasecmp(str, "p2p_set peer_filter ", 20) == 0) in wpa_cli_complete_p2p_set() 3744 if (os_strncasecmp(cmd, c, len) == 0 && len == os_strlen(c)) in wpa_cli_edit_filter_history_cb() 3818 if (pos > 7 && os_strncasecmp(str, "IFNAME=", 7) == 0) { in wpa_cli_edit_completion_cb() 3847 if (argc > 1 && os_strncasecmp(argv[0], "IFNAME=", 7) == 0) { in wpa_request() 3860 if (os_strncasecmp(cmd->cmd, argv[0], os_strlen(argv[0])) == 0) in wpa_request() 3877 if (os_strncasecmp(cmd->cmd, argv[0], in wpa_request()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_cli.c | 547 if (arg > 1 && os_strncasecmp(str, "set bssid_filter ", 17) == 0) in wpa_cli_complete_set() 2748 if (arg == 2 && os_strncasecmp(str, "p2p_set peer_filter ", 20) == 0) in wpa_cli_complete_p2p_set() 4297 if (os_strncasecmp(cmd, c, len) == 0 && len == os_strlen(c)) in wpa_cli_edit_filter_history_cb() 4371 if (pos > 7 && os_strncasecmp(str, "IFNAME=", 7) == 0) { in wpa_cli_edit_completion_cb() 4400 if (argc > 1 && os_strncasecmp(argv[0], "IFNAME=", 7) == 0) { in wpa_request() 4413 if (os_strncasecmp(cmd->cmd, argv[0], os_strlen(argv[0])) == 0) in wpa_request() 4430 if (os_strncasecmp(cmd->cmd, argv[0], in wpa_request()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp.c | 2671 if (os_strncasecmp(pos, "506F9A02", 8) == 0) in dpp_akm_from_str() 2673 else if (os_strncasecmp(pos, "000FAC02", 8) == 0) in dpp_akm_from_str() 2675 else if (os_strncasecmp(pos, "000FAC06", 8) == 0) in dpp_akm_from_str() 2677 else if (os_strncasecmp(pos, "000FAC08", 8) == 0) in dpp_akm_from_str() 2679 else if (os_strncasecmp(pos, "000FAC01", 8) == 0) in dpp_akm_from_str() 2681 else if (os_strncasecmp(pos, "000FAC05", 8) == 0) in dpp_akm_from_str()
|