HomeSort by relevance Sort by last modified time
    Searched refs:os_strncmp (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/wpa_supplicant/
os_none.c 176 return os_strncmp(s1, s2, n);
198 int os_strncmp(const char *s1, const char *s2, size_t n) function
config_file.c 292 } else if (os_strncmp(pos, "blob-base64-", 12) == 0) {
314 } else if (os_strncmp(pos, "ctrl_interface=", 15) == 0) {
319 } else if (os_strncmp(pos, "ctrl_interface_group=", 21) == 0) {
326 } else if (os_strncmp(pos, "eapol_version=", 14) == 0) {
338 } else if (os_strncmp(pos, "ap_scan=", 8) == 0) {
341 } else if (os_strncmp(pos, "fast_reauth=", 12) == 0) {
345 } else if (os_strncmp(pos, "opensc_engine_path=", 19) == 0) {
350 } else if (os_strncmp(pos, "pkcs11_engine_path=", 19) == 0) {
355 } else if (os_strncmp(pos, "pkcs11_module_path=", 19) == 0) {
360 } else if (os_strncmp(pos, "driver_param=", 13) == 0)
    [all...]
ctrl_iface.c 352 if (os_strncmp(cmd, "clear", 5) == 0) {
1164 if (os_strncmp(buf, WPA_CTRL_RSP, os_strlen(WPA_CTRL_RSP)) == 0 ||
1165 os_strncmp(buf, "SET_NETWORK ", 12) == 0) {
1197 } else if (os_strncmp(buf, "STATUS", 6) == 0) {
1202 } else if (os_strncmp(buf, "SET ", 4) == 0) {
1220 } else if (os_strncmp(buf, "PREAUTH ", 8) == 0) {
1225 } else if (os_strncmp(buf, "STKSTART ", 9) == 0) {
1229 } else if (os_strncmp(buf, WPA_CTRL_RSP, os_strlen(WPA_CTRL_RSP)) == 0)
1241 } else if (os_strncmp(buf, "BSSID ", 6) == 0) {
1245 } else if (os_strncmp(buf, "BLACKLIST", 9) == 0)
    [all...]
os.h 330 * os_strncmp - Compare two strings
338 int os_strncmp(const char *s1, const char *s2, size_t n);
435 #ifndef os_strncmp
436 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
os_internal.c 335 return os_strncmp(s1, s2, n);
378 int os_strncmp(const char *s1, const char *s2, size_t n) function
417 if (os_strncmp(haystack, needle, len) == 0)
ctrl_iface_udp.c 197 if (os_strncmp(buf, "COOKIE=", 7) != 0) {
231 } else if (os_strncmp(pos, "LEVEL ", 6) == 0) {
469 if (os_strncmp(buf, "COOKIE=", 7) != 0) {
ctrl_iface_unix.c 168 } else if (os_strncmp(buf, "LEVEL ", 6) == 0) {
208 if (os_strncmp(pbuf, "DIR=", 4) == 0) {
284 if (os_strncmp(buf, "DIR=", 4) == 0) {
443 if (os_strncmp(buf, "DIR=", 4) == 0) {
driver_test.c 77 if (os_strncmp(dent->d_name, "AP-", 3) != 0)
355 if (os_strncmp(pos, "PRIVACY", 7) == 0)
444 if (os_strncmp(buf, "SCANRESP ", 9) == 0) {
446 } else if (os_strncmp(buf, "ASSOCRESP ", 10) == 0) {
452 } else if (os_strncmp(buf, "EAPOL ", 6) == 0) {
455 } else if (os_strncmp(buf, "MLME ", 5) == 0) {
eap_mschapv2.c 473 if (pos && os_strncmp(pos, "E=", 2) == 0) {
483 if (pos && os_strncmp(pos, "R=", 2) == 0) {
493 if (pos && os_strncmp(pos, "C=", 2) == 0) {
521 if (pos && os_strncmp(pos, "V=", 2) == 0) {
531 if (pos && os_strncmp(pos, "M=", 2) == 0) {
driver_wext.c 351 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) {
356 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) {
379 if (os_strncmp(spos, " RespIEs=", 9) == 0) {
401 } else if (os_strncmp(custom, "STKSTART.request=", 17) == 0) {
410 } else if (os_strncmp(custom, "STOP", 4) == 0) {
412 } else if (os_strncmp(custom, "START", 5) == 0) {
1036 if (os_strncmp(drv->ifname, "wlan", 4) == 0) {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_none.c 176 return os_strncmp(s1, s2, n);
198 int os_strncmp(const char *s1, const char *s2, size_t n) function
os.h 330 * os_strncmp - Compare two strings
338 int os_strncmp(const char *s1, const char *s2, size_t n);
435 #ifndef os_strncmp
436 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
os_internal.c 335 return os_strncmp(s1, s2, n);
378 int os_strncmp(const char *s1, const char *s2, size_t n) function
442 if (os_strncmp(haystack, needle, len) == 0)
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface.c 452 if (os_strncmp(cmd, "clear", 5) == 0) {
    [all...]
ctrl_iface_udp.c 197 if (os_strncmp(buf, "COOKIE=", 7) != 0) {
231 } else if (os_strncmp(pos, "LEVEL ", 6) == 0) {
469 if (os_strncmp(buf, "COOKIE=", 7) != 0) {
ctrl_iface_unix.c 174 } else if (os_strncmp(buf, "LEVEL ", 6) == 0) {
215 if (os_strncmp(pbuf, "DIR=", 4) == 0) {
296 if (os_strncmp(buf, "DIR=", 4) == 0) {
468 if (os_strncmp(buf, "DIR=", 4) == 0) {
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_mschapv2.c 406 if (pos && os_strncmp(pos, "E=", 2) == 0) {
416 if (pos && os_strncmp(pos, "R=", 2) == 0) {
426 if (pos && os_strncmp(pos, "C=", 2) == 0) {
454 if (pos && os_strncmp(pos, "V=", 2) == 0) {
464 if (pos && os_strncmp(pos, "M=", 2) == 0) {
  /hardware/ti/wlan/wl1271/CUDK/os/common/inc/
cu_osapi.h 102 S32 os_strncmp(const PS8 s1, const PS8 s2, U32 n);
  /system/wlan/ti/wilink_6_1/CUDK/os/common/inc/
cu_osapi.h 98 S32 os_strncmp(const PS8 s1, const PS8 s2, U32 n);
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_test.c 135 if (os_strncmp(dent->d_name, "AP-", 3) != 0)
467 if (os_strncmp(pos, "PRIVACY", 7) == 0)
561 if (os_strncmp(buf, "SCANRESP ", 9) == 0) {
564 } else if (os_strncmp(buf, "ASSOCRESP ", 10) == 0) {
573 } else if (os_strncmp(buf, "EAPOL ", 6) == 0) {
576 } else if (os_strncmp(buf, "MLME ", 5) == 0) {
    [all...]
driver_wext.c 303 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) {
308 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) {
331 if (os_strncmp(spos, " RespIEs=", 9) == 0) {
353 } else if (os_strncmp(custom, "STKSTART.request=", 17) == 0) {
362 } else if (os_strncmp(custom, "STOP", 4) == 0) {
364 } else if (os_strncmp(custom, "START", 5) == 0) {
366 } else if (os_strncmp(custom, "HANG", 4) == 0) {
1023 if (os_strncmp(drv->ifname, "wlan", 4) == 0) {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sim_db.c 129 if (os_strncmp(start, "FAILURE", 7) == 0) {
207 if (os_strncmp(start, "FAILURE", 7) == 0) {
335 if (os_strncmp(data->fname, "unix:", 5) != 0)
414 if (os_strncmp(data->fname, "unix:", 5) == 0) {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_privsep.c 120 os_strncmp(from.sun_path, l2->priv_addr.sun_path,
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
osapi.c 307 * os_strncmp *
313 S32 os_strncmp(const PS8 s1, const PS8 s2, U32 n) function
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
osapi.c 307 * os_strncmp *
313 S32 os_strncmp(const PS8 s1, const PS8 s2, U32 n) function

Completed in 780 milliseconds

1 2 3