Home
last modified time | relevance | path

Searched refs:os_strstr (Results 1 – 25 of 52) sorted by relevance

123

/external/wpa_supplicant_8/src/eap_peer/
Deap_tls_common.c63 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_0=1")) in eap_tls_params_flags()
73 if (os_strstr(txt, "tls_disable_tlsv1_0=0")) { in eap_tls_params_flags()
77 if (os_strstr(txt, "tls_disable_tlsv1_1=1")) in eap_tls_params_flags()
79 if (os_strstr(txt, "tls_disable_tlsv1_1=0")) { in eap_tls_params_flags()
83 if (os_strstr(txt, "tls_disable_tlsv1_2=1")) in eap_tls_params_flags()
85 if (os_strstr(txt, "tls_disable_tlsv1_2=0")) { in eap_tls_params_flags()
[all …]
Deap_wsc.c66 pos = os_strstr(params, "new_ssid="); in eap_wsc_new_ap_settings()
82 pos = os_strstr(params, "new_auth="); in eap_wsc_new_ap_settings()
98 pos = os_strstr(params, "new_encr="); in eap_wsc_new_ap_settings()
118 pos = os_strstr(params, "new_key="); in eap_wsc_new_ap_settings()
192 pos = os_strstr(phase1, "pin="); in eap_wsc_init()
206 pos = os_strstr(phase1, "pbc=1"); in eap_wsc_init()
211 pos = os_strstr(phase1, "dev_pw_id="); in eap_wsc_init()
227 pos = os_strstr(phase1, " pkhash="); in eap_wsc_init()
258 if (os_strstr(phase1, "multi_ap=1")) in eap_wsc_init()
Dtncc.c608 char *pos = os_strstr(start, "<Type>"); in tncc_get_type()
622 pos = os_strstr(start, "<Base64>"); in tncc_get_base64()
627 pos2 = os_strstr(pos, "</Base64>"); in tncc_get_base64()
648 pos = os_strstr(start, "<TNCCS-Recommendation "); in tncc_get_recommendation()
653 pos = os_strstr(pos, " type="); in tncc_get_recommendation()
702 start = os_strstr(buf, "<TNCCS-Batch "); in tncc_process_if_tnccs()
703 end = os_strstr(buf, "</TNCCS-Batch>"); in tncc_process_if_tnccs()
714 pos = os_strstr(start, "BatchId="); in tncc_process_if_tnccs()
755 pos = os_strstr(start, "<IMC-IMV-Message>"); in tncc_process_if_tnccs()
759 end = os_strstr(start, "</IMC-IMV-Message>"); in tncc_process_if_tnccs()
[all …]
Deap_peap.c78 pos = os_strstr(phase1, "peapver="); in eap_peap_parse_phase1()
86 if (os_strstr(phase1, "peaplabel=1")) { in eap_peap_parse_phase1()
92 if (os_strstr(phase1, "peap_outer_success=0")) { in eap_peap_parse_phase1()
96 } else if (os_strstr(phase1, "peap_outer_success=1")) { in eap_peap_parse_phase1()
100 } else if (os_strstr(phase1, "peap_outer_success=2")) { in eap_peap_parse_phase1()
106 if (os_strstr(phase1, "crypto_binding=0")) { in eap_peap_parse_phase1()
109 } else if (os_strstr(phase1, "crypto_binding=1")) { in eap_peap_parse_phase1()
112 } else if (os_strstr(phase1, "crypto_binding=2")) { in eap_peap_parse_phase1()
118 if (os_strstr(phase1, "tnc=soh2")) { in eap_peap_parse_phase1()
121 } else if (os_strstr(phase1, "tnc=soh1")) { in eap_peap_parse_phase1()
[all …]
Deap_eke.c100 pos = os_strstr(phase1, "dhgroup="); in eap_eke_init()
107 pos = os_strstr(phase1, "encr="); in eap_eke_init()
114 pos = os_strstr(phase1, "prf="); in eap_eke_init()
121 pos = os_strstr(phase1, "mac="); in eap_eke_init()
Deap_fast.c121 pos = os_strstr(phase1, "fast_provisioning="); in eap_fast_parse_phase1()
128 pos = os_strstr(phase1, "fast_max_pac_list_len="); in eap_fast_parse_phase1()
137 pos = os_strstr(phase1, "fast_pac_format=binary"); in eap_fast_parse_phase1()
1630 os_strstr(cipher, "ADH-") || in eap_fast_process()
1631 os_strstr(cipher, "anon"))) { in eap_fast_process()
/external/wpa_supplicant_8/src/wps/
Dwps_er_ssdp.c66 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()
82 pos2 = os_strstr(start, "max-age="); in wps_er_ssdp_rx()
89 pos2 = os_strstr(start, "uuid:"); in wps_er_ssdp_rx()
Dwps_common.c543 if (os_strstr(str, "ethernet")) in wps_config_methods_str2bin()
545 if (os_strstr(str, "label")) in wps_config_methods_str2bin()
547 if (os_strstr(str, "display")) in wps_config_methods_str2bin()
549 if (os_strstr(str, "ext_nfc_token")) in wps_config_methods_str2bin()
551 if (os_strstr(str, "int_nfc_token")) in wps_config_methods_str2bin()
553 if (os_strstr(str, "nfc_interface")) in wps_config_methods_str2bin()
555 if (os_strstr(str, "push_button")) in wps_config_methods_str2bin()
557 if (os_strstr(str, "keypad")) in wps_config_methods_str2bin()
559 if (os_strstr(str, "virtual_display")) in wps_config_methods_str2bin()
561 if (os_strstr(str, "physical_display")) in wps_config_methods_str2bin()
[all …]
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c1237 if (os_strstr(capab, "[LDPC]")) in hostapd_config_ht_capab()
1239 if (os_strstr(capab, "[HT40-]")) { in hostapd_config_ht_capab()
1243 if (os_strstr(capab, "[HT40+]")) { in hostapd_config_ht_capab()
1247 if (os_strstr(capab, "[HT40+]") && os_strstr(capab, "[HT40-]")) { in hostapd_config_ht_capab()
1251 if (!os_strstr(capab, "[HT40+]") && !os_strstr(capab, "[HT40-]")) in hostapd_config_ht_capab()
1253 if (os_strstr(capab, "[SMPS-STATIC]")) { in hostapd_config_ht_capab()
1257 if (os_strstr(capab, "[SMPS-DYNAMIC]")) { in hostapd_config_ht_capab()
1261 if (os_strstr(capab, "[GF]")) in hostapd_config_ht_capab()
1263 if (os_strstr(capab, "[SHORT-GI-20]")) in hostapd_config_ht_capab()
1265 if (os_strstr(capab, "[SHORT-GI-40]")) in hostapd_config_ht_capab()
[all …]
Dctrl_iface.c863 pos = os_strstr(cmd, " disassoc_timer="); in hostapd_ctrl_iface_bss_tm_req()
873 pos = os_strstr(cmd, " valid_int="); in hostapd_ctrl_iface_bss_tm_req()
879 pos = os_strstr(cmd, " bss_term="); in hostapd_ctrl_iface_bss_tm_req()
901 pos = os_strstr(cmd, " url="); in hostapd_ctrl_iface_bss_tm_req()
918 if (os_strstr(cmd, " pref=1")) in hostapd_ctrl_iface_bss_tm_req()
920 if (os_strstr(cmd, " abridged=1")) in hostapd_ctrl_iface_bss_tm_req()
922 if (os_strstr(cmd, " disassoc_imminent=1")) in hostapd_ctrl_iface_bss_tm_req()
926 pos = os_strstr(cmd, "mbo="); in hostapd_ctrl_iface_bss_tm_req()
1579 pos = os_strstr(param, "freq="); in hostapd_ctrl_iface_radar()
1583 pos = os_strstr(param, "ht_enabled=1"); in hostapd_ctrl_iface_radar()
[all …]
/external/wpa_supplicant_8/src/eap_server/
Dtncs.c657 char *pos = os_strstr(start, "<Type>"); in tncs_get_type()
671 pos = os_strstr(start, "<Base64>"); in tncs_get_base64()
676 pos2 = os_strstr(pos, "</Base64>"); in tncs_get_base64()
790 start = os_strstr(buf, "<TNCCS-Batch "); in tncs_process_if_tnccs()
791 end = os_strstr(buf, "</TNCCS-Batch>"); in tncs_process_if_tnccs()
802 pos = os_strstr(start, "BatchId="); in tncs_process_if_tnccs()
843 pos = os_strstr(start, "<IMC-IMV-Message>"); in tncs_process_if_tnccs()
847 end = os_strstr(start, "</IMC-IMV-Message>"); in tncs_process_if_tnccs()
888 pos = os_strstr(start, "<TNCC-TNCS-Message>"); in tncs_process_if_tnccs()
892 end = os_strstr(start, "</TNCC-TNCS-Message>"); in tncs_process_if_tnccs()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface.c283 pos = os_strstr(params, "freq="); in wpas_ctrl_pno()
993 const char *pos2 = os_strstr(pos, " " #str "="); \ in wpa_supplicant_ctrl_iface_tdls_chan_switch()
1006 freq_params.ht_enabled = !!os_strstr(pos, " ht"); in wpa_supplicant_ctrl_iface_tdls_chan_switch()
1007 freq_params.vht_enabled = !!os_strstr(pos, " vht"); in wpa_supplicant_ctrl_iface_tdls_chan_switch()
1197 pos = os_strstr(cmd, " multi_ap="); in wpa_supplicant_ctrl_iface_wps_pbc()
3000 pos = os_strstr(cmd, "ifname="); in wpa_supplicant_ctrl_iface_mesh_interface_add()
3118 pos = os_strstr(cmd, " duration="); in wpa_supplicant_ctrl_iface_mesh_peer_add()
3163 pos = os_strstr(cmd, " freq="); in wpa_supplicant_ctrl_iface_select_network()
3206 if (os_strstr(cmd, " no-connect")) { in wpa_supplicant_ctrl_iface_enable_network()
5107 if ((ctmp = os_strstr(cmd, "MASK=")) != NULL) { in wpa_supplicant_ctrl_iface_bss()
[all …]
Ddpp_supplicant.c444 pos = os_strstr(cmd, " peer="); in wpas_dpp_auth_init()
455 pos = os_strstr(cmd, " own="); in wpas_dpp_auth_init()
473 pos = os_strstr(cmd, " role="); in wpas_dpp_auth_init()
487 pos = os_strstr(cmd, " netrole="); in wpas_dpp_auth_init()
493 pos = os_strstr(cmd, " neg_freq="); in wpas_dpp_auth_init()
629 if (os_strstr(cmd, " role=configurator")) in wpas_dpp_listen()
631 else if (os_strstr(cmd, " role=enrollee")) in wpas_dpp_listen()
636 wpa_s->dpp_qr_mutual = os_strstr(cmd, " qr=mutual") != NULL; in wpas_dpp_listen()
637 wpa_s->dpp_netrole_ap = os_strstr(cmd, " netrole=ap") != NULL; in wpas_dpp_listen()
2091 pos = os_strstr(cmd, " own="); in wpas_dpp_pkex_add()
[all …]
Dp2p_supplicant_sd.c441 os_strstr(usrv->service, str) == NULL) in wpas_sd_req_upnp()
1092 if (os_strstr(role, "[source]")) in wpas_p2p_sd_request_wifi_display()
1094 if (os_strstr(role, "[pri-sink]")) in wpas_p2p_sd_request_wifi_display()
1096 if (os_strstr(role, "[sec-sink]")) in wpas_p2p_sd_request_wifi_display()
1098 if (os_strstr(role, "[source+sink]")) in wpas_p2p_sd_request_wifi_display()
Dctrl_iface_udp.c402 pos = os_strstr(wpa_s->conf->ctrl_interface, "udp:");
720 pos = os_strstr(global->params.ctrl_interface, "udp:");
Dctrl_iface_unix.c246 gid_str = os_strstr(dir, " GROUP="); in wpa_supplicant_ctrl_iface_path()
514 gid_str = os_strstr(dir, " GROUP="); in wpas_ctrl_iface_open_sock()
829 gid_str = os_strstr(dir, " GROUP="); in wpa_supplicant_ctrl_iface_deinit()
/external/wpa_supplicant_8/src/ap/
Dctrl_iface_ap.c494 pos = os_strstr(txtaddr, " reason="); in hostapd_ctrl_iface_deauthenticate()
498 pos = os_strstr(txtaddr, " test="); in hostapd_ctrl_iface_deauthenticate()
522 pos = os_strstr(txtaddr, " p2p="); in hostapd_ctrl_iface_deauthenticate()
529 if (os_strstr(txtaddr, " tx=0")) in hostapd_ctrl_iface_deauthenticate()
557 pos = os_strstr(txtaddr, " reason="); in hostapd_ctrl_iface_disassociate()
561 pos = os_strstr(txtaddr, " test="); in hostapd_ctrl_iface_disassociate()
585 pos = os_strstr(txtaddr, " p2p="); in hostapd_ctrl_iface_disassociate()
592 if (os_strstr(txtaddr, " tx=0")) in hostapd_ctrl_iface_disassociate()
853 const char *pos2 = os_strstr(pos, " " #str "="); \ in hostapd_parse_csa_settings()
864 settings->freq_params.ht_enabled = !!os_strstr(pos, " ht"); in hostapd_parse_csa_settings()
[all …]
Ddpp_hostapd.c403 pos = os_strstr(cmd, " peer="); in hostapd_dpp_auth_init()
414 pos = os_strstr(cmd, " own="); in hostapd_dpp_auth_init()
433 pos = os_strstr(cmd, " role="); in hostapd_dpp_auth_init()
447 pos = os_strstr(cmd, " neg_freq="); in hostapd_dpp_auth_init()
495 if (os_strstr(cmd, " role=configurator")) in hostapd_dpp_listen()
497 else if (os_strstr(cmd, " role=enrollee")) in hostapd_dpp_listen()
502 hapd->dpp_qr_mutual = os_strstr(cmd, " qr=mutual") != NULL; in hostapd_dpp_listen()
1502 pos = os_strstr(cmd, " own="); in hostapd_dpp_pkex_add()
1522 pos = os_strstr(cmd, " identifier="); in hostapd_dpp_pkex_add()
1535 pos = os_strstr(cmd, " code="); in hostapd_dpp_pkex_add()
[all …]
/external/wpa_supplicant_8/src/utils/
Dos.h451 char * os_strstr(const char *haystack, const char *needle);
544 #ifndef os_strstr
545 #define os_strstr(h, n) strstr((h), (n)) macro
Dos_none.c232 char * os_strstr(const char *haystack, const char *needle) in os_strstr() function
Dtrace.c350 os_strstr(sym[i], "__libc_start_main")) in wpa_trace_dump_func()
Dos_internal.c472 char * os_strstr(const char *haystack, const char *needle) in os_strstr() function
/external/wpa_supplicant_8/src/fst/
Dfst_ctrl_iface.c900 pos = os_strstr(endp, FST_ATTACH_CMD_PNAME_LLT); in fst_parse_attach_command()
910 pos = os_strstr(endp, FST_ATTACH_CMD_PNAME_PRIORITY); in fst_parse_attach_command()
/external/wpa_supplicant_8/src/drivers/
Ddriver_privsep.c654 pos = os_strstr(param, "own_dir="); in wpa_driver_privsep_set_param()
672 pos = os_strstr(param, "priv_dir="); in wpa_driver_privsep_set_param()
Ddriver_roboswitch.c212 if (param == NULL || os_strstr(param, "multicast_only=1") == NULL) { in wpa_driver_roboswitch_set_param()

123