Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_upnp_web.c254 if (!os_strncasecmp(tagname, match, match_len) && in upnp_get_first_document_item()
1314 if (os_strncasecmp(b, match, match_len)) in web_get_action()
1373 if (!os_strncasecmp("GetDeviceInfo", action, action_len)) in web_connection_parse_post()
1375 else if (!os_strncasecmp("PutMessage", action, action_len)) in web_connection_parse_post()
1377 else if (!os_strncasecmp("GetAPSettings", action, action_len)) in web_connection_parse_post()
1380 else if (!os_strncasecmp("SetAPSettings", action, action_len)) in web_connection_parse_post()
1383 else if (!os_strncasecmp("DelAPSettings", action, action_len)) in web_connection_parse_post()
1386 else if (!os_strncasecmp("GetSTASettings", action, action_len)) in web_connection_parse_post()
1389 else if (!os_strncasecmp("SetSTASettings", action, action_len)) in web_connection_parse_post()
1392 else if (!os_strncasecmp("DelSTASettings", action, action_len)) in web_connection_parse_post()
[all …]
Dhttpread.c500 if (!os_strncasecmp(h->hdr, "SUBSCRIBE", 9) || in httpread_read_handler()
501 !os_strncasecmp(h->hdr, "UNSUBSCRIBE", 11) || in httpread_read_handler()
502 !os_strncasecmp(h->hdr, "HEAD", 4) || in httpread_read_handler()
503 !os_strncasecmp(h->hdr, "GET", 3)) { in httpread_read_handler()
850 if (!os_strncasecmp(hdr, tag, tag_len)) { in httpread_hdr_line_get()
Dwps_upnp_ssdp.c743 if (os_strncasecmp(buf, "M-SEARCH", os_strlen("M-SEARCH")) == 0 && in ssdp_listener_handler()
Dwps_upnp.c348 if (os_strncasecmp(url, "http://", 7)) in subscr_addr_add_url()
/external/wpa_supplicant_8/src/wps/
Dwps_er_ssdp.c72 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()
89 } else if (os_strncasecmp(start, "USN:", 4) == 0) { in wps_er_ssdp_rx()
Dwps_upnp_web.c808 if (os_strncasecmp(b, match, match_len)) in web_get_action()
870 if (!os_strncasecmp("GetDeviceInfo", action, action_len)) in web_connection_parse_post()
872 else if (!os_strncasecmp("PutMessage", action, action_len)) in web_connection_parse_post()
874 else if (!os_strncasecmp("PutWLANResponse", action, action_len)) in web_connection_parse_post()
877 else if (!os_strncasecmp("SetSelectedRegistrar", action, action_len)) in web_connection_parse_post()
963 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_subscribe()
969 if (os_strncasecmp(h, match, match_len) != 0) { in web_connection_parse_subscribe()
980 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_subscribe()
993 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_subscribe()
1011 if (os_strncasecmp(h, match, match_len) == 0) { in web_connection_parse_subscribe()
[all …]
Dhttpread.c494 if (!os_strncasecmp(h->hdr, "SUBSCRIBE", 9) || in httpread_read_handler()
495 !os_strncasecmp(h->hdr, "UNSUBSCRIBE", 11) || in httpread_read_handler()
496 !os_strncasecmp(h->hdr, "HEAD", 4) || in httpread_read_handler()
497 !os_strncasecmp(h->hdr, "GET", 3)) { in httpread_read_handler()
844 if (!os_strncasecmp(hdr, tag, tag_len)) { in httpread_hdr_line_get()
Dupnp_xml.c206 if (!os_strncasecmp(tagname, match, match_len) && in xml_get_first_item()
Dwps_upnp_ssdp.c719 if (os_strncasecmp(buf, "M-SEARCH", os_strlen("M-SEARCH")) == 0 && in ssdp_listener_handler()
Dwps_upnp.c319 if (url_len < 7 || os_strncasecmp(url, "http://", 7)) in subscr_addr_add_url()
Dwps_er.c511 if (!os_strncasecmp(tagname, "device", 6) && in wps_er_find_wfadevice()
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
Dos.h302 int os_strncasecmp(const char *s1, const char *s2, size_t n);
422 #ifndef os_strncasecmp
424 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) macro
426 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) macro
Dos_none.c170 int os_strncasecmp(const char *s1, const char *s2, size_t n) in os_strncasecmp() function
Dos_internal.c329 int os_strncasecmp(const char *s1, const char *s2, size_t n) in os_strncasecmp() function
/external/wpa_supplicant_8/src/utils/
Dos.h325 int os_strncasecmp(const char *s1, const char *s2, size_t n);
452 #ifndef os_strncasecmp
454 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) macro
456 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) macro
Dos_none.c169 int os_strncasecmp(const char *s1, const char *s2, size_t n) in os_strncasecmp() function
Dos_internal.c346 int os_strncasecmp(const char *s1, const char *s2, size_t n) in os_strncasecmp() function
Dedit.c381 if (os_strncasecmp(c[j], str, len) == 0) { in filter_strings()
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Ddriver_test.c1181 if( os_strncasecmp(cmd, "start", 5) == 0 ) { in wpa_driver_test_driver_cmd()
1185 else if( os_strncasecmp(cmd, "stop", 4) == 0 ) { in wpa_driver_test_driver_cmd()
1189 else if( os_strncasecmp(cmd, "macaddr", 7) == 0 ) { in wpa_driver_test_driver_cmd()
1195 else if( os_strncasecmp(cmd, "rssi", 4) == 0 ) { in wpa_driver_test_driver_cmd()
1198 } else if (os_strncasecmp(cmd, "linkspeed", 9) == 0) { in wpa_driver_test_driver_cmd()
Ddriver_wext.c2689 } else if( os_strncasecmp(cmd, "SCAN-CHANNELS", 13) == 0 ) {
2723 if( os_strncasecmp(cmd, "CSCAN", 5) == 0 ) {
2758 } else if (os_strncasecmp(cmd, "CSCAN", 5) == 0) {
/external/wpa_supplicant_6/wpa_supplicant/
Dwpa_cli.c1430 if (os_strncasecmp(cmd, c, len) == 0 && len == os_strlen(c)) in cmd_has_sensitive_data()
1448 if (os_strncasecmp(cmd->cmd, argv[0], os_strlen(argv[0])) == 0) in wpa_request()
1465 if (os_strncasecmp(cmd->cmd, argv[0], in wpa_request()
1477 if( os_strncasecmp( "level", argv[0], os_strlen(argv[0]) ) == 0 ) { in wpa_request()
1656 if (os_strncasecmp(cmd, text, len) == 0) in wpa_cli_cmd_gen()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_cli.c2740 if (os_strncasecmp(cmd, c, len) == 0 && len == os_strlen(c)) in wpa_cli_edit_filter_history_cb()
2819 if (os_strncasecmp(cmd->cmd, argv[0], os_strlen(argv[0])) == 0) in wpa_request()
2836 if (os_strncasecmp(cmd->cmd, argv[0], in wpa_request()
Dinterworking.c1417 os_strncasecmp(domain, (const char *) (pos + 1), len) == 0) in domain_name_list_contains()