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

1 2 3 4

  /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) {
  /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_8/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);
442 #ifndef os_strncmp
443 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
os_internal.c 340 return os_strncmp(s1, s2, n);
383 int os_strncmp(const char *s1, const char *s2, size_t n) function
447 if (os_strncmp(haystack, needle, len) == 0)
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c 98 if (!os_strncmp(dsc->dbus_interface, interface,
203 return !os_strncmp(registered_sig, sig, MAX_SIG_LEN);
273 if (!os_strncmp(property_dsc->dbus_property, property,
275 !os_strncmp(property_dsc->dbus_interface, interface,
289 if (os_strncmp(WPA_DBUS_PROPERTIES_GET, method,
308 if (!os_strncmp(WPA_DBUS_PROPERTIES_GET, method,
310 !os_strncmp(WPA_DBUS_PROPERTIES_SET, method,
312 !os_strncmp(WPA_DBUS_PROPERTIES_GETALL, method,
324 if (!os_strncmp(WPA_DBUS_PROPERTIES_GETALL, method,
351 if (!os_strncmp(method_dsc->dbus_method, method
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 312 } else if (os_strncmp(cmd, "p2p_dev_addr=", 13) == 0) {
1030 if (os_strncmp(cmd, "clear", 5) == 0) {
    [all...]
bgscan.c 62 if (os_strncmp(name, bgscan_modules[i]->name, nlen) == 0) {
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface.c 463 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) {
  /external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c 93 if (os_strncmp(pos + 9, "OPEN", 4) == 0)
95 else if (os_strncmp(pos + 9, "WPAPSK", 6) == 0)
97 else if (os_strncmp(pos + 9, "WPA2PSK", 7) == 0)
105 if (os_strncmp(pos + 9, "NONE", 4) == 0)
107 else if (os_strncmp(pos + 9, "WEP", 3) == 0)
109 else if (os_strncmp(pos + 9, "TKIP", 4) == 0)
111 else if (os_strncmp(pos + 9, "CCMP", 4) == 0)
eap_mschapv2.c 412 if (pos && os_strncmp(pos, "E=", 2) == 0) {
422 if (pos && os_strncmp(pos, "R=", 2) == 0) {
432 if (pos && os_strncmp(pos, "C=", 2) == 0) {
460 if (pos && os_strncmp(pos, "V=", 2) == 0) {
470 if (pos && os_strncmp(pos, "M=", 2) == 0) {
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 793 } else if (os_strncmp(buf, "RELOG", 5) == 0) {
828 } else if (os_strncmp(buf, "STA ", 4) == 0) {
831 } else if (os_strncmp(buf, "STA-NEXT ", 9) == 0) {
840 } else if (os_strncmp(buf, "LEVEL ", 6) == 0) {
844 } else if (os_strncmp(buf, "NEW_STA ", 8) == 0) {
847 } else if (os_strncmp(buf, "DEAUTHENTICATE ", 15) == 0) {
850 } else if (os_strncmp(buf, "DISASSOCIATE ", 13) == 0) {
855 } else if (os_strncmp(buf, "SA_QUERY ", 9) == 0) {
861 } else if (os_strncmp(buf, "WPS_PIN ", 8) == 0) {
864 } else if (os_strncmp(buf, "WPS_CHECK_PIN ", 14) == 0)
    [all...]
config_file.c 354 if (os_strncmp(pos, "[ver=0]", 7) == 0) {
359 if (os_strncmp(pos, "[ver=1]", 7) == 0) {
364 if (os_strncmp(pos, "[2]", 3) == 0) {
391 } else if (os_strncmp(pos, "hash:", 5) == 0) {
444 if (os_strncmp(pos, "[2]", 3) == 0) {
767 if (os_strncmp(pos, "data", 4) == 0 &&
771 } else if (os_strncmp(pos, "after_beacon_", 13) == 0 ||
772 os_strncmp(pos, "beacon_", 7) == 0) {
829 if (os_strncmp(pos, "be_", 3) == 0) {
832 } else if (os_strncmp(pos, "bk_", 3) == 0)
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_er_ssdp.c 55 if (os_strncmp(buf, "HTTP/1.1 200 OK", 15) != 0)
59 if (os_strncmp(buf, "NOTIFY ", 7) != 0)
http_client.c 260 if (os_strncmp(url, "http://", 7) != 0)
341 if (os_strncmp(url, "http://", 7) == 0)
344 if (os_strncmp(base, "http://", 7) != 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) {
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 227 return os_strncmp(str, start, os_strlen(start)) == 0;
425 if (os_strncmp(buf, "bss=", 4) == 0)
    [all...]

Completed in 289 milliseconds

1 2 3 4