HomeSort by relevance Sort by last modified time
    Searched refs:os_strncasecmp (Results 1 - 19 of 19) 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 808 if (os_strncasecmp(b, match, match_len))
870 if (!os_strncasecmp("GetDeviceInfo", action, action_len))
872 else if (!os_strncasecmp("PutMessage", action, action_len))
874 else if (!os_strncasecmp("PutWLANResponse", action, action_len))
877 else if (!os_strncasecmp("SetSelectedRegistrar", action, action_len))
963 if (os_strncasecmp(h, match, match_len) == 0) {
969 if (os_strncasecmp(h, match, match_len) != 0) {
980 if (os_strncasecmp(h, match, match_len) == 0) {
993 if (os_strncasecmp(h, match, match_len) == 0) {
1009 if (os_strncasecmp(h, match, match_len) == 0)
    [all...]
httpread.c 494 if (!os_strncasecmp(h->hdr, "SUBSCRIBE", 9) ||
495 !os_strncasecmp(h->hdr, "UNSUBSCRIBE", 11) ||
496 !os_strncasecmp(h->hdr, "HEAD", 4) ||
497 !os_strncasecmp(h->hdr, "GET", 3)) {
844 if (!os_strncasecmp(hdr, tag, tag_len)) {
upnp_xml.c 206 if (!os_strncasecmp(tagname, match, match_len) &&
wps_upnp_ssdp.c 722 if (os_strncasecmp(buf, "M-SEARCH", os_strlen("M-SEARCH")) == 0 &&
wps_upnp.c 319 if (url_len < 7 || os_strncasecmp(url, "http://", 7))
    [all...]
wps_er.c 514 if (!os_strncasecmp(tagname, "device", 6) &&
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 81 (os_strncasecmp(cmd, "WLS_BATCHING", 12) == 0))
83 else if ((os_strncasecmp(cmd, "COUNTRY", 7) == 0) ||
84 (os_strncasecmp(cmd, "SETBAND", 7) == 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) {
  /external/wpa_supplicant_8/src/utils/
os.h 317 * os_strncasecmp - Compare two strings ignoring case
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
os_none.c 169 int os_strncasecmp(const char *s1, const char *s2, size_t n) function
os_internal.c 346 int os_strncasecmp(const char *s1, const char *s2, size_t n) function
edit.c 381 if (os_strncasecmp(c[j], str, len) == 0) {
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211_nl.c 78 } else if (os_strncasecmp(cmd, "BTCOEXMODE ", 11) == 0) {
driver_mac80211.c     [all...]
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 84 else if (os_strncasecmp(cmd, "SETBAND", 7) == 0)
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 642 if (arg > 1 && os_strncasecmp(str, "set bssid_filter ", 17) == 0)
    [all...]
interworking.c     [all...]
ctrl_iface.c     [all...]

Completed in 348 milliseconds