Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Deap_user_db.c140 char id_str[256], cmd[300]; in eap_user_sqlite_get() local
144 if (identity_len >= sizeof(id_str)) { in eap_user_sqlite_get()
147 (int) (sizeof(id_str))); in eap_user_sqlite_get()
150 os_memcpy(id_str, identity, identity_len); in eap_user_sqlite_get()
151 id_str[identity_len] = '\0'; in eap_user_sqlite_get()
153 if (id_str[i] >= 'a' && id_str[i] <= 'z') in eap_user_sqlite_get()
155 if (id_str[i] >= 'A' && id_str[i] <= 'Z') in eap_user_sqlite_get()
157 if (id_str[i] >= '0' && id_str[i] <= '9') in eap_user_sqlite_get()
159 if (id_str[i] == '-' || id_str[i] == '_' || id_str[i] == '.' || in eap_user_sqlite_get()
160 id_str[i] == ',' || id_str[i] == '@' || id_str[i] == '\\' || in eap_user_sqlite_get()
[all …]