HomeSort by relevance Sort by last modified time
    Searched refs:os_strncasecmp (Results 1 - 22 of 22) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_er_ssdp.c 72 if (os_strncasecmp(start, "LOCATION:", 9) == 0) {
77 } else if (os_strncasecmp(start, "NTS:", 4) == 0) {
80 } else if (os_strncasecmp(start, "CACHE-CONTROL:", 14) == 0) {
89 } else if (os_strncasecmp(start, "USN:", 4) == 0) {
wps_upnp_web.c 810 if (os_strncasecmp(b, match, match_len))
872 if (!os_strncasecmp("GetDeviceInfo", action, action_len))
874 else if (!os_strncasecmp("PutMessage", action, action_len))
876 else if (!os_strncasecmp("PutWLANResponse", action, action_len))
879 else if (!os_strncasecmp("SetSelectedRegistrar", action, action_len))
965 if (os_strncasecmp(h, match, match_len) == 0) {
971 if (os_strncasecmp(h, match, match_len) != 0) {
982 if (os_strncasecmp(h, match, match_len) == 0) {
995 if (os_strncasecmp(h, match, match_len) == 0) {
1011 if (os_strncasecmp(h, match, match_len) == 0)
    [all...]
httpread.c 467 if (!os_strncasecmp(h->hdr, "SUBSCRIBE", 9) ||
468 !os_strncasecmp(h->hdr, "UNSUBSCRIBE", 11) ||
469 !os_strncasecmp(h->hdr, "HEAD", 4) ||
470 !os_strncasecmp(h->hdr, "GET", 3)) {
836 if (!os_strncasecmp(hdr, tag, tag_len)) {
upnp_xml.c 206 if (!os_strncasecmp(tagname, match, match_len) &&
wps_upnp_ssdp.c 727 if (os_strncasecmp(buf, "M-SEARCH", os_strlen("M-SEARCH")) == 0 &&
wps_upnp.c 324 if (url_len < 7 || os_strncasecmp(url, "http://", 7))
    [all...]
wps_er.c 512 if (!os_strncasecmp(tagname, "device", 6) &&
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 50 if ((os_strncasecmp(cmd, "COUNTRY", 7) == 0) ||
51 (os_strncasecmp(cmd, "SETBAND", 7) == 0)) {
56 if (os_strncasecmp(cmd, "COUNTRY", 7) == 0) {
132 (os_strncasecmp(cmd, "WLS_BATCHING", 12) == 0))
driver_cmd_wext.c 297 } else if( os_strncasecmp(cmd, "SCAN-CHANNELS", 13) == 0 ) {
327 if( os_strncasecmp(cmd, "CSCAN", 5) == 0 ) {
363 } else if (os_strncasecmp(cmd, "CSCAN", 5) == 0) {
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 56 if ((os_strncasecmp(cmd, "COUNTRY", 7) == 0) ||
57 (os_strncasecmp(cmd, "SETBAND", 7) == 0)) {
62 if (os_strncasecmp(cmd, "COUNTRY", 7) == 0) {
117 if((os_strncasecmp(cmd, "SETBAND", 7) == 0) &&
  /external/wpa_supplicant_8/src/utils/
os.h 399 * os_strncasecmp - Compare two strings ignoring case
407 int os_strncasecmp(const char *s1, const char *s2, size_t n);
525 #ifndef os_strncasecmp
527 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n)) macro
529 #define os_strncasecmp(s1, s2, n) strncasecmp((s1), (s2), (n)) macro
os_none.c 181 int os_strncasecmp(const char *s1, const char *s2, size_t n) function
os_internal.c 365 int os_strncasecmp(const char *s1, const char *s2, size_t n) function
edit.c 381 if (os_strncasecmp(c[j], str, len) == 0) {
  /external/wpa_supplicant_8/hs20/client/
oma_dm_client.c 507 if (os_strncasecmp(locuri, "./Wi-Fi/", 8) != 0) {
516 if (os_strncasecmp(pos, ctx->fqdn, fqdn_len) != 0 ||
524 if (os_strncasecmp(pos, "PerProviderSubscription/", 24) != 0) {
669 if (os_strncasecmp(locuri, "./Wi-Fi/", 8) != 0) {
732 if (os_strncasecmp(locuri, "./Wi-Fi/", 8) != 0) {
744 if (os_strncasecmp(pos, ctx->fqdn, fqdn_len) != 0 ||
753 if (os_strncasecmp(pos, "PerProviderSubscription/", 24) != 0) {
854 if (os_strncasecmp(locuri, "./Wi-Fi/", 8) != 0) {
864 if (os_strncasecmp(pos, ctx->fqdn, fqdn_len) != 0 ||
873 if (os_strncasecmp(pos, "PerProviderSubscription/", 24) != 0)
    [all...]
spp_client.c 227 if (os_strncasecmp(uri, "./Wi-Fi/", 8) != 0) {
242 if (os_strncasecmp(pos, ctx->fqdn, fqdn_len) != 0 ||
252 if (os_strncasecmp(pos, "PerProviderSubscription/", 24) != 0) {
osu_client.c 501 if (os_strncasecmp(val + len - match_len, fqdn, match_len) != 0)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 681 if (arg > 1 && os_strncasecmp(str, "set bssid_filter ", 17) == 0)
    [all...]
hs20_supplicant.c 276 png = os_strncasecmp((char *) pos + 1, "image/png", 9) == 0;
interworking.c     [all...]
ctrl_iface.c     [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 1240 if (os_strncasecmp((const char *) val + len - match_len, match,
    [all...]

Completed in 381 milliseconds