Searched refs:os_strcasecmp (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/port/include/ |
D | os.h | 272 #ifndef os_strcasecmp 274 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2)) macro 276 #define os_strcasecmp(s1, s2) z_strcasecmp((s1), (s2)) macro
|
/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/ |
D | eapol_auth_sm.c | 1104 if (os_strcasecmp(param, "AdminControlledDirections") == 0) { in eapol_auth_set_conf() 1115 if (os_strcasecmp(param, "AdminControlledPortControl") == 0) { in eapol_auth_set_conf() 1128 if (os_strcasecmp(param, "quietPeriod") == 0) { in eapol_auth_set_conf() 1133 if (os_strcasecmp(param, "serverTimeout") == 0) { in eapol_auth_set_conf() 1138 if (os_strcasecmp(param, "reAuthPeriod") == 0) { in eapol_auth_set_conf() 1143 if (os_strcasecmp(param, "reAuthEnabled") == 0) { in eapol_auth_set_conf() 1154 if (os_strcasecmp(param, "KeyTransmissionEnabled") == 0) { in eapol_auth_set_conf()
|
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | x509v3.c | 126 return os_strcasecmp(a, b); in x509_str_compare() 132 ret = os_strcasecmp(aa, bb); in x509_str_compare()
|