Home
last modified time | relevance | path

Searched refs:os_strncmp (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_mschapv2.c379 if (pos && os_strncmp(pos, "E=", 2) == 0) { in eap_mschapv2_failure_txt()
389 if (pos && os_strncmp(pos, "R=", 2) == 0) { in eap_mschapv2_failure_txt()
399 if (pos && os_strncmp(pos, "C=", 2) == 0) { in eap_mschapv2_failure_txt()
427 if (pos && os_strncmp(pos, "V=", 2) == 0) { in eap_mschapv2_failure_txt()
437 if (pos && os_strncmp(pos, "M=", 2) == 0) { in eap_mschapv2_failure_txt()
Deap_fast_pac.c264 if (os_strncmp(pac_file, "blob://", 7) == 0) { in eap_fast_init_pac_data()
541 if (os_strncmp(pac_file, "blob://", 7) == 0) { in eap_fast_write_pac()
Deap.c964 if (os_strncmp(name, sm->blob[i].name, BLOB_NAME_LEN) == 0) { in eap_get_config_blob()
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Djson.c364 os_strncmp(pos, "true", 4) == 0) || in json_parse()
366 os_strncmp(pos, "false", 5) == 0) || in json_parse()
368 os_strncmp(pos, "null", 4) == 0))) { in json_parse()
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dos.h292 #ifndef os_strncmp
293 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n)) macro
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_cred.c198 if (cert && os_strncmp(cert, "hash://", 7) == 0) { in tlsv1_set_ca_cert()
200 if (os_strncmp(pos, "server/sha256/", 14) != 0) { in tlsv1_set_ca_cert()
226 if (cert && os_strncmp(cert, "probe://", 8) == 0) { in tlsv1_set_ca_cert()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c1395 … if ((os_strncmp((char *)cfg->pin, "00000000", 8) == 0) || !wps_pin_str_valid((char *)cfg->pin)) { in wps_init_cfg_pin()
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_registrar.c2777 os_strncmp(wps->peer_dev.manufacturer, "Apple ", 6) == 0 && in wps_process_m1()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddpp.c604 if (os_strncmp(pos, "DPP:", 4) != 0) { in dpp_parse_uri()