HomeSort by relevance Sort by last modified time
    Searched full:os_strstr (Results 1 - 25 of 43) sorted by null

1 2

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
tncs.c 731 char *pos = os_strstr(start, "<Type>");
745 pos = os_strstr(start, "<Base64>");
750 pos2 = os_strstr(pos, "</Base64>");
866 start = os_strstr(buf, "<TNCCS-Batch ");
867 end = os_strstr(buf, "</TNCCS-Batch>");
878 pos = os_strstr(start, "BatchId=");
919 pos = os_strstr(start, "<IMC-IMV-Message>");
923 end = os_strstr(start, "</IMC-IMV-Message>");
964 pos = os_strstr(start, "<TNCC-TNCS-Message>");
968 end = os_strstr(start, "</TNCC-TNCS-Message>")
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
tncc.c 662 char *pos = os_strstr(start, "<Type>");
676 pos = os_strstr(start, "<Base64>");
681 pos2 = os_strstr(pos, "</Base64>");
702 pos = os_strstr(start, "<TNCCS-Recommendation ");
707 pos = os_strstr(pos, " type=");
756 start = os_strstr(buf, "<TNCCS-Batch ");
757 end = os_strstr(buf, "</TNCCS-Batch>");
768 pos = os_strstr(start, "BatchId=");
809 pos = os_strstr(start, "<IMC-IMV-Message>");
813 end = os_strstr(start, "</IMC-IMV-Message>")
    [all...]
eap_peap.c 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"))
    [all...]
eap_wsc.c 118 pos = os_strstr(phase1, "pin=");
126 pos = os_strstr(phase1, "pbc=1");
eap_tls_common.c 53 if (os_strstr(txt, "tls_allow_md5=1"))
55 if (os_strstr(txt, "tls_disable_time_checks=1"))
220 os_strstr(config->phase1, "include_tls_length=1")) {
978 pos = os_strstr(start, prefix);
eap_fast.c 124 pos = os_strstr(phase1, "fast_provisioning=");
131 pos = os_strstr(phase1, "fast_max_pac_list_len=");
140 pos = os_strstr(phase1, "fast_pac_format=binary");
    [all...]
eap_ttls.c 100 const char *pos = os_strstr(config->phase1, "ttlsver=");
111 if (os_strstr(config->phase2, "autheap=")) {
114 } else if (os_strstr(config->phase2, "auth=MSCHAPV2")) {
117 } else if (os_strstr(config->phase2, "auth=MSCHAP")) {
120 } else if (os_strstr(config->phase2, "auth=PAP")) {
123 } else if (os_strstr(config->phase2, "auth=CHAP")) {
    [all...]
eap_sim.c 107 char *pos = os_strstr(config->phase1, "sim_min_num_chal=");
123 data->result_ind = os_strstr(config->phase1, "result_ind=1") !=
  /external/wpa_supplicant/
os.h 350 * os_strstr - Locate a substring
355 char * os_strstr(const char *haystack, const char *needle);
444 #ifndef os_strstr
445 #define os_strstr(h, n) strstr((h), (n)) macro
os_none.c 210 char * os_strstr(const char *haystack, const char *needle) function
eap_peap.c 81 char *pos = os_strstr(config->phase1, "peapver=");
89 if (os_strstr(config->phase1, "peaplabel=1")) {
95 if (os_strstr(config->phase1, "peap_outer_success=0")) {
99 } else if (os_strstr(config->phase1, "peap_outer_success=1")) {
104 } else if (os_strstr(config->phase1, "peap_outer_success=2")) {
123 pos = os_strstr(start, "auth=");
ctrl_iface_unix.c 210 gid_str = os_strstr(dir, " GROUP=");
286 gid_str = os_strstr(dir, " GROUP=");
445 gid_str = os_strstr(dir, " GROUP=");
driver_test.c 585 pos = os_strstr(param, "test_socket=");
601 pos = os_strstr(param, "test_dir=");
615 if (os_strstr(param, "use_associnfo=1")) {
621 if (os_strstr(param, "use_mlme=1")) {
eap_ttls.c 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=");
    [all...]
os_internal.c 413 char * os_strstr(const char *haystack, const char *needle) function
driver_ndis.c     [all...]
ctrl_iface_named_pipe.c 398 sddl = os_strstr(params, " SDDL=");
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os.h 350 * os_strstr - Locate a substring
355 char * os_strstr(const char *haystack, const char *needle);
444 #ifndef os_strstr
445 #define os_strstr(h, n) strstr((h), (n)) macro
os_none.c 216 char * os_strstr(const char *haystack, const char *needle) function
os_internal.c 438 char * os_strstr(const char *haystack, const char *needle) function
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_unix.c 217 gid_str = os_strstr(dir, " GROUP=");
298 gid_str = os_strstr(dir, " GROUP=");
470 gid_str = os_strstr(dir, " GROUP=");
scan.c 61 if (os_strstr(ssid->eap.phase1, "pbc=1"))
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_test.c 763 pos = os_strstr(param, "test_socket=");
783 pos = os_strstr(param, "test_dir=");
796 pos = os_strstr(param, "test_udp=");
812 if (os_strstr(param, "use_associnfo=1")) {
818 if (os_strstr(param, "use_mlme=1")) {
    [all...]
driver_roboswitch.c 213 if (param == NULL || os_strstr(param, "multicast_only=1") == NULL) {
driver_privsep.c 606 pos = os_strstr(param, "own_dir=");
624 pos = os_strstr(param, "priv_dir=");

Completed in 868 milliseconds

1 2