/external/wpa_supplicant_8/src/wps/ |
D | wps_er_ssdp.c | 66 if (os_strstr(start, "schemas-wifialliance-org:device:" in wps_er_ssdp_rx() 69 if (os_strstr(start, "schemas-wifialliance-org:service:" in wps_er_ssdp_rx() 78 if (os_strstr(start, "ssdp:byebye")) in wps_er_ssdp_rx() 84 pos2 = os_strstr(start, "max-age="); in wps_er_ssdp_rx() 91 pos2 = os_strstr(start, "uuid:"); in wps_er_ssdp_rx()
|
D | wps_common.c | 539 if (os_strstr(str, "ethernet")) in wps_config_methods_str2bin() 541 if (os_strstr(str, "label")) in wps_config_methods_str2bin() 543 if (os_strstr(str, "display")) in wps_config_methods_str2bin() 545 if (os_strstr(str, "ext_nfc_token")) in wps_config_methods_str2bin() 547 if (os_strstr(str, "int_nfc_token")) in wps_config_methods_str2bin() 549 if (os_strstr(str, "nfc_interface")) in wps_config_methods_str2bin() 551 if (os_strstr(str, "push_button")) in wps_config_methods_str2bin() 553 if (os_strstr(str, "keypad")) in wps_config_methods_str2bin() 555 if (os_strstr(str, "virtual_display")) in wps_config_methods_str2bin() 557 if (os_strstr(str, "physical_display")) in wps_config_methods_str2bin() [all …]
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 1028 if (os_strstr(capab, "[LDPC]")) in hostapd_config_ht_capab() 1030 if (os_strstr(capab, "[HT40-]")) { in hostapd_config_ht_capab() 1034 if (os_strstr(capab, "[HT40+]")) { in hostapd_config_ht_capab() 1038 if (os_strstr(capab, "[SMPS-STATIC]")) { in hostapd_config_ht_capab() 1042 if (os_strstr(capab, "[SMPS-DYNAMIC]")) { in hostapd_config_ht_capab() 1046 if (os_strstr(capab, "[GF]")) in hostapd_config_ht_capab() 1048 if (os_strstr(capab, "[SHORT-GI-20]")) in hostapd_config_ht_capab() 1050 if (os_strstr(capab, "[SHORT-GI-40]")) in hostapd_config_ht_capab() 1052 if (os_strstr(capab, "[TX-STBC]")) in hostapd_config_ht_capab() 1054 if (os_strstr(capab, "[RX-STBC1]")) { in hostapd_config_ht_capab() [all …]
|
D | ctrl_iface.c | 1195 pos = os_strstr(param, "freq="); in hostapd_ctrl_iface_radar() 1199 pos = os_strstr(param, "ht_enabled=1"); in hostapd_ctrl_iface_radar() 1203 pos = os_strstr(param, "chan_offset="); in hostapd_ctrl_iface_radar() 1207 pos = os_strstr(param, "chan_width="); in hostapd_ctrl_iface_radar() 1211 pos = os_strstr(param, "cf1="); in hostapd_ctrl_iface_radar() 1215 pos = os_strstr(param, "cf2="); in hostapd_ctrl_iface_radar()
|
/external/wpa_supplicant_8/src/ap/ |
D | ctrl_iface_ap.c | 285 pos = os_strstr(txtaddr, " reason="); in hostapd_ctrl_iface_deauthenticate() 289 pos = os_strstr(txtaddr, " test="); in hostapd_ctrl_iface_deauthenticate() 313 pos = os_strstr(txtaddr, " p2p="); in hostapd_ctrl_iface_deauthenticate() 345 pos = os_strstr(txtaddr, " reason="); in hostapd_ctrl_iface_disassociate() 349 pos = os_strstr(txtaddr, " test="); in hostapd_ctrl_iface_disassociate() 373 pos = os_strstr(txtaddr, " p2p="); in hostapd_ctrl_iface_disassociate() 512 const char *pos2 = os_strstr(pos, " " #str "="); \ in hostapd_parse_csa_settings() 523 settings->freq_params.ht_enabled = !!os_strstr(pos, " ht"); in hostapd_parse_csa_settings() 524 settings->freq_params.vht_enabled = !!os_strstr(pos, " vht"); in hostapd_parse_csa_settings() 525 settings->block_tx = !!os_strstr(pos, " blocktx"); in hostapd_parse_csa_settings()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | tncc.c | 609 char *pos = os_strstr(start, "<Type>"); in tncc_get_type() 623 pos = os_strstr(start, "<Base64>"); in tncc_get_base64() 628 pos2 = os_strstr(pos, "</Base64>"); in tncc_get_base64() 649 pos = os_strstr(start, "<TNCCS-Recommendation "); in tncc_get_recommendation() 654 pos = os_strstr(pos, " type="); in tncc_get_recommendation() 701 start = os_strstr(buf, "<TNCCS-Batch "); in tncc_process_if_tnccs() 702 end = os_strstr(buf, "</TNCCS-Batch>"); in tncc_process_if_tnccs() 713 pos = os_strstr(start, "BatchId="); in tncc_process_if_tnccs() 754 pos = os_strstr(start, "<IMC-IMV-Message>"); in tncc_process_if_tnccs() 758 end = os_strstr(start, "</IMC-IMV-Message>"); in tncc_process_if_tnccs() [all …]
|
D | eap_wsc.c | 70 pos = os_strstr(params, "new_ssid="); in eap_wsc_new_ap_settings() 86 pos = os_strstr(params, "new_auth="); in eap_wsc_new_ap_settings() 102 pos = os_strstr(params, "new_encr="); in eap_wsc_new_ap_settings() 122 pos = os_strstr(params, "new_key="); in eap_wsc_new_ap_settings() 196 pos = os_strstr(phase1, "pin="); in eap_wsc_init() 210 pos = os_strstr(phase1, "pbc=1"); in eap_wsc_init() 215 pos = os_strstr(phase1, "dev_pw_id="); in eap_wsc_init() 231 pos = os_strstr(phase1, " pkhash="); in eap_wsc_init()
|
D | eap_tls_common.c | 63 if (os_strstr(txt, "tls_allow_md5=1")) in eap_tls_params_flags() 65 if (os_strstr(txt, "tls_disable_time_checks=1")) in eap_tls_params_flags() 67 if (os_strstr(txt, "tls_disable_session_ticket=1")) in eap_tls_params_flags() 69 if (os_strstr(txt, "tls_disable_session_ticket=0")) in eap_tls_params_flags() 71 if (os_strstr(txt, "tls_disable_tlsv1_1=1")) in eap_tls_params_flags() 73 if (os_strstr(txt, "tls_disable_tlsv1_1=0")) in eap_tls_params_flags() 75 if (os_strstr(txt, "tls_disable_tlsv1_2=1")) in eap_tls_params_flags() 77 if (os_strstr(txt, "tls_disable_tlsv1_2=0")) in eap_tls_params_flags() 267 os_strstr(config->phase1, "include_tls_length=1")) { in eap_peer_tls_ssl_init() 1045 pos = os_strstr(start, prefix); in eap_peer_select_phase2_methods()
|
D | eap_peap.c | 77 pos = os_strstr(phase1, "peapver="); in eap_peap_parse_phase1() 85 if (os_strstr(phase1, "peaplabel=1")) { in eap_peap_parse_phase1() 91 if (os_strstr(phase1, "peap_outer_success=0")) { in eap_peap_parse_phase1() 95 } else if (os_strstr(phase1, "peap_outer_success=1")) { in eap_peap_parse_phase1() 99 } else if (os_strstr(phase1, "peap_outer_success=2")) { in eap_peap_parse_phase1() 105 if (os_strstr(phase1, "crypto_binding=0")) { in eap_peap_parse_phase1() 108 } else if (os_strstr(phase1, "crypto_binding=1")) { in eap_peap_parse_phase1() 111 } else if (os_strstr(phase1, "crypto_binding=2")) { in eap_peap_parse_phase1() 117 if (os_strstr(phase1, "tnc=soh2")) { in eap_peap_parse_phase1() 120 } else if (os_strstr(phase1, "tnc=soh1")) { in eap_peap_parse_phase1() [all …]
|
D | eap_eke.c | 101 pos = os_strstr(phase1, "dhgroup="); in eap_eke_init() 108 pos = os_strstr(phase1, "encr="); in eap_eke_init() 115 pos = os_strstr(phase1, "prf="); in eap_eke_init() 122 pos = os_strstr(phase1, "mac="); in eap_eke_init()
|
D | eap_ttls.c | 83 if (os_strstr(config->phase2, "autheap=")) { in eap_ttls_init() 86 } else if (os_strstr(config->phase2, "auth=MSCHAPV2")) { in eap_ttls_init() 89 } else if (os_strstr(config->phase2, "auth=MSCHAP")) { in eap_ttls_init() 92 } else if (os_strstr(config->phase2, "auth=PAP")) { in eap_ttls_init() 95 } else if (os_strstr(config->phase2, "auth=CHAP")) { in eap_ttls_init()
|
D | eap_fast.c | 120 pos = os_strstr(phase1, "fast_provisioning="); in eap_fast_parse_phase1() 127 pos = os_strstr(phase1, "fast_max_pac_list_len="); in eap_fast_parse_phase1() 136 pos = os_strstr(phase1, "fast_pac_format=binary"); in eap_fast_parse_phase1() 1580 os_strstr(cipher, "ADH-") || in eap_fast_process() 1581 os_strstr(cipher, "anon"))) { in eap_fast_process()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | tncs.c | 659 char *pos = os_strstr(start, "<Type>"); in tncs_get_type() 673 pos = os_strstr(start, "<Base64>"); in tncs_get_base64() 678 pos2 = os_strstr(pos, "</Base64>"); in tncs_get_base64() 792 start = os_strstr(buf, "<TNCCS-Batch "); in tncs_process_if_tnccs() 793 end = os_strstr(buf, "</TNCCS-Batch>"); in tncs_process_if_tnccs() 804 pos = os_strstr(start, "BatchId="); in tncs_process_if_tnccs() 845 pos = os_strstr(start, "<IMC-IMV-Message>"); in tncs_process_if_tnccs() 849 end = os_strstr(start, "</IMC-IMV-Message>"); in tncs_process_if_tnccs() 890 pos = os_strstr(start, "<TNCC-TNCS-Message>"); in tncs_process_if_tnccs() 894 end = os_strstr(start, "</TNCC-TNCS-Message>"); in tncs_process_if_tnccs() [all …]
|
/external/wpa_supplicant_8/src/utils/ |
D | os.h | 444 char * os_strstr(const char *haystack, const char *needle); 537 #ifndef os_strstr 538 #define os_strstr(h, n) strstr((h), (n)) macro
|
D | os_none.c | 226 char * os_strstr(const char *haystack, const char *needle) in os_strstr() function
|
D | trace.c | 272 os_strstr(sym[i], "__libc_start_main")) in wpa_trace_dump_func()
|
D | os_internal.c | 480 char * os_strstr(const char *haystack, const char *needle) in os_strstr() function
|
D | xml-utils.c | 140 start = os_strstr(buf, "<!DOCTYPE "); in node_from_file()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface.c | 264 pos = os_strstr(params, "freq="); in wpas_ctrl_pno() 2362 pos = os_strstr(cmd, " freq="); in wpa_supplicant_ctrl_iface_select_network() 2404 if (os_strstr(cmd, " no-connect")) { in wpa_supplicant_ctrl_iface_enable_network() 3876 if ((ctmp = os_strstr(cmd, "MASK=")) != NULL) { in wpa_supplicant_ctrl_iface_bss() 4038 if (os_strstr(cmd, "type=social")) in p2p_ctrl_find() 4040 else if (os_strstr(cmd, "type=progressive")) in p2p_ctrl_find() 4043 pos = os_strstr(cmd, "dev_id="); in p2p_ctrl_find() 4051 pos = os_strstr(cmd, "dev_type="); in p2p_ctrl_find() 4059 pos = os_strstr(cmd, "delay="); in p2p_ctrl_find() 4102 persistent_group = os_strstr(pos, " persistent") != NULL; in p2p_ctrl_connect() [all …]
|
D | ctrl_iface_unix.c | 259 gid_str = os_strstr(dir, " GROUP="); in wpa_supplicant_ctrl_iface_path() 348 gid_str = os_strstr(dir, " GROUP="); in wpas_ctrl_iface_open_sock() 603 gid_str = os_strstr(dir, " GROUP="); in wpa_supplicant_ctrl_iface_deinit()
|
D | wpa_cli.c | 2064 if (!discovered || os_strstr(pos, "[PROBE_REQ_ONLY]") == NULL) in wpa_ctrl_command_p2p_peer() 3213 pos = os_strstr(pos, "[id="); in wpa_cli_action_process() 3335 s = os_strstr(start, " p2p_dev_addr="); in cli_event() 3343 s = os_strstr(start, " p2p_dev_addr="); in cli_event() 3558 pos = os_strstr(pos, "bssid="); in update_bssid_list()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_test.c | 374 if (!broadcast && os_strstr(dent->d_name, desttxt) == NULL) in wpa_driver_test_send_mlme() 1756 if (os_strstr(pos, "PRIVACY")) in wpa_driver_test_scanresp() 1758 if (os_strstr(pos, "IBSS")) in wpa_driver_test_scanresp() 2206 pos = os_strstr(param, "test_socket="); in wpa_driver_test_set_param() 2226 pos = os_strstr(param, "test_dir="); in wpa_driver_test_set_param() 2239 pos = os_strstr(param, "test_udp="); in wpa_driver_test_set_param() 2255 if (os_strstr(param, "use_associnfo=1")) { in wpa_driver_test_set_param()
|
D | driver_privsep.c | 564 pos = os_strstr(param, "own_dir="); in wpa_driver_privsep_set_param() 582 pos = os_strstr(param, "priv_dir="); in wpa_driver_privsep_set_param()
|
D | driver_roboswitch.c | 210 if (param == NULL || os_strstr(param, "multicast_only=1") == NULL) { in wpa_driver_roboswitch_set_param()
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_helpers.c | 1002 const char *net_part = os_strstr( in wpas_dbus_new_decompose_object_path() 1006 const char *bssid_part = os_strstr( in wpas_dbus_new_decompose_object_path()
|