/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
D | wps_upnp_web.c | 254 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 …]
|
D | httpread.c | 500 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()
|
D | wps_upnp_ssdp.c | 743 if (os_strncasecmp(buf, "M-SEARCH", os_strlen("M-SEARCH")) == 0 && in ssdp_listener_handler()
|
D | wps_upnp.c | 348 if (os_strncasecmp(url, "http://", 7)) in subscr_addr_add_url()
|
/external/wpa_supplicant_8/src/wps/ |
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() 89 } else if (os_strncasecmp(start, "USN:", 4) == 0) { in wps_er_ssdp_rx()
|
D | wps_upnp_web.c | 808 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 …]
|
D | httpread.c | 494 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()
|
D | upnp_xml.c | 206 if (!os_strncasecmp(tagname, match, match_len) && in xml_get_first_item()
|
D | wps_upnp_ssdp.c | 719 if (os_strncasecmp(buf, "M-SEARCH", os_strlen("M-SEARCH")) == 0 && in ssdp_listener_handler()
|
D | wps_upnp.c | 319 if (url_len < 7 || os_strncasecmp(url, "http://", 7)) in subscr_addr_add_url()
|
D | wps_er.c | 511 if (!os_strncasecmp(tagname, "device", 6) && in wps_er_find_wfadevice()
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
D | os.h | 302 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
|
D | os_none.c | 170 int os_strncasecmp(const char *s1, const char *s2, size_t n) in os_strncasecmp() function
|
D | os_internal.c | 329 int os_strncasecmp(const char *s1, const char *s2, size_t n) in os_strncasecmp() function
|
/external/wpa_supplicant_8/src/utils/ |
D | os.h | 325 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
|
D | os_none.c | 169 int os_strncasecmp(const char *s1, const char *s2, size_t n) in os_strncasecmp() function
|
D | os_internal.c | 346 int os_strncasecmp(const char *s1, const char *s2, size_t n) in os_strncasecmp() function
|
D | edit.c | 381 if (os_strncasecmp(c[j], str, len) == 0) { in filter_strings()
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
D | driver_test.c | 1181 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()
|
D | driver_wext.c | 2689 } 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/ |
D | wpa_cli.c | 1430 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/ |
D | wpa_cli.c | 2740 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()
|
D | interworking.c | 1417 os_strncasecmp(domain, (const char *) (pos + 1), len) == 0) in domain_name_list_contains()
|