Searched refs:os_strstr (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_common.c | 559 if (os_strstr(str, "ethernet")) in wps_config_methods_str2bin() 561 if (os_strstr(str, "label")) in wps_config_methods_str2bin() 563 if (os_strstr(str, "display")) in wps_config_methods_str2bin() 565 if (os_strstr(str, "ext_nfc_token")) in wps_config_methods_str2bin() 567 if (os_strstr(str, "int_nfc_token")) in wps_config_methods_str2bin() 569 if (os_strstr(str, "nfc_interface")) in wps_config_methods_str2bin() 571 if (os_strstr(str, "push_button")) in wps_config_methods_str2bin() 573 if (os_strstr(str, "keypad")) in wps_config_methods_str2bin() 575 if (os_strstr(str, "virtual_display")) in wps_config_methods_str2bin() 577 if (os_strstr(str, "physical_display")) in wps_config_methods_str2bin() [all …]
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_peap.c | 79 pos = os_strstr(phase1, "peapver="); in eap_peap_parse_phase1() 87 if (os_strstr(phase1, "peaplabel=1")) { in eap_peap_parse_phase1() 93 if (os_strstr(phase1, "peap_outer_success=0")) { in eap_peap_parse_phase1() 97 } else if (os_strstr(phase1, "peap_outer_success=1")) { in eap_peap_parse_phase1() 101 } else if (os_strstr(phase1, "peap_outer_success=2")) { in eap_peap_parse_phase1() 107 if (os_strstr(phase1, "crypto_binding=0")) { in eap_peap_parse_phase1() 110 } else if (os_strstr(phase1, "crypto_binding=1")) { in eap_peap_parse_phase1() 113 } else if (os_strstr(phase1, "crypto_binding=2")) { in eap_peap_parse_phase1() 118 if (os_strstr(phase1, "phase2_auth=0")) { in eap_peap_parse_phase1() 122 } else if (os_strstr(phase1, "phase2_auth=1")) { in eap_peap_parse_phase1() [all …]
|
D | eap_tls_common.c | 59 if (os_strstr(txt, "tls_allow_md5=1")) in eap_tls_params_flags() 61 if (os_strstr(txt, "tls_disable_time_checks=1")) in eap_tls_params_flags() 63 if (os_strstr(txt, "tls_disable_session_ticket=1")) in eap_tls_params_flags() 65 if (os_strstr(txt, "tls_disable_session_ticket=0")) in eap_tls_params_flags() 228 os_strstr(config->phase1, "include_tls_length=1")) { in eap_peer_tls_ssl_init() 965 pos = os_strstr(start, prefix); in eap_peer_select_phase2_methods()
|
D | eap_ttls.c | 82 if (os_strstr(config->phase2, "autheap=")) { in eap_ttls_init() 84 } else if (os_strstr(config->phase2, "auth=MSCHAPV2")) { in eap_ttls_init() 86 } else if (os_strstr(config->phase2, "auth=MSCHAP")) { in eap_ttls_init() 88 } else if (os_strstr(config->phase2, "auth=PAP")) { in eap_ttls_init() 90 } else if (os_strstr(config->phase2, "auth=CHAP")) { in eap_ttls_init()
|
D | eap_fast.c | 120 pos = os_strstr(phase1, "fast_provisioning="); in eap_fast_parse_phase1() 127 pos = os_strstr(phase1, "fast_max_pac_list_len="); in eap_fast_parse_phase1() 136 pos = os_strstr(phase1, "fast_pac_format=binary"); in eap_fast_parse_phase1() 1615 os_strstr(cipher, "ADH-") || in eap_fast_process() 1616 os_strstr(cipher, "anon"))) { in eap_fast_process()
|
D | eap_mschapv2.c | 442 os_strstr(config->phase2, "mschapv2_retry=0")) { in eap_mschapv2_failure_txt()
|
/hal_espressif-latest/components/wpa_supplicant/port/include/ |
D | os.h | 298 #ifndef os_strstr 299 #define os_strstr(h, n) strstr((h), (n)) macro
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | ieee802_11_common.c | 109 pos = os_strstr(pos, " neighbor="); in ieee802_11_parse_candidate_list()
|
D | dpp.c | 3599 pos = os_strstr(cmd, " conf=sta-"); in dpp_configuration_parse_helper() 3608 pos = os_strstr(cmd, " conf=ap-"); in dpp_configuration_parse_helper() 3620 pos = os_strstr(cmd, " ssid="); in dpp_configuration_parse_helper() 3639 pos = os_strstr(cmd, " ssid_charset="); in dpp_configuration_parse_helper() 3649 pos = os_strstr(cmd, " pass="); in dpp_configuration_parse_helper() 3665 pos = os_strstr(cmd, " psk="); in dpp_configuration_parse_helper() 3673 pos = os_strstr(cmd, " group_id="); in dpp_configuration_parse_helper() 3687 pos = os_strstr(cmd, " expiry="); in dpp_configuration_parse_helper() 3727 pos = os_strstr(cmd, " @CONF-OBJ-SEP@ "); in dpp_configuration_parse() 3782 pos = os_strstr(cmd, " configurator="); in dpp_set_configurator() [all …]
|
/hal_espressif-latest/components/wpa_supplicant/src/utils/ |
D | common.c | 567 pos = os_strstr(cmd, param); in get_param()
|