Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_peer/
Deap_proxy_qmi_oc.c55 #define IMSI_LENGTH 15 macro
1890 os_malloc(1 + IMSI_LENGTH + config->identity_len); in eap_proxy_build_identity()
1894 os_malloc(1 + IMSI_LENGTH + os_strlen(realm_3gpp)); in eap_proxy_build_identity()
1897 imsi_identity = os_malloc(1 + IMSI_LENGTH); in eap_proxy_build_identity()
1909 (1 + IMSI_LENGTH + config->identity_len)); in eap_proxy_build_identity()
1912 (1 + IMSI_LENGTH + os_strlen(realm_3gpp))); in eap_proxy_build_identity()
1914 os_memset(imsi_identity, 0, (1 + IMSI_LENGTH)); in eap_proxy_build_identity()