Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:os_strstr

82 	pos = os_strstr(phase1, "peapver=");
90 if (os_strstr(phase1, "peaplabel=1")) {
96 if (os_strstr(phase1, "peap_outer_success=0")) {
100 } else if (os_strstr(phase1, "peap_outer_success=1")) {
104 } else if (os_strstr(phase1, "peap_outer_success=2")) {
110 if (os_strstr(phase1, "crypto_binding=0")) {
113 } else if (os_strstr(phase1, "crypto_binding=1")) {
116 } else if (os_strstr(phase1, "crypto_binding=2")) {
122 if (os_strstr(phase1, "tnc=soh2")) {
125 } else if (os_strstr(phase1, "tnc=soh1")) {
128 } else if (os_strstr(phase1, "tnc=soh")) {