Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:sep

668 	const char *sep, *msin;
683 sep = os_strchr(imsi, '-');
684 if (sep) {
685 plmn_len = sep - imsi;
686 msin = sep + 1;
1339 char *sep;
1356 sep = os_strchr(cred->imsi, '-');
1357 if (sep == NULL ||
1358 (sep - cred->imsi != 5 && sep - cred->imsi != 6))
1360 mnc_len = sep - cred->imsi - 3;