Lines Matching full:os_strstr
90 char *pos = os_strstr(config->phase1, "ttlsver=");
100 if (os_strstr(config->phase2, "autheap=")) {
103 } else if (os_strstr(config->phase2, "auth=MSCHAPV2")) {
106 } else if (os_strstr(config->phase2, "auth=MSCHAP")) {
109 } else if (os_strstr(config->phase2, "auth=PAP")) {
112 } else if (os_strstr(config->phase2, "auth=CHAP")) {
132 pos = os_strstr(start, "autheap=");