/freebsd/contrib/wpa/src/eap_peer/ |
H A 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_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 …]
|
H A D | eap_wsc.c | 66 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 pos = os_strstr(phase1, "multi_ap="); in eap_wsc_init()
|
H A D | tncc.c | 608 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() 647 pos = os_strstr(start, "<TNCCS-Recommendation "); in tncc_get_recommendation() 652 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 …]
|
H A D | eap_peap.c | 79 pos = os_strstr(phase1, "peapver="); in eap_peap_parse_phase1() 87 if (os_strstr(phase1, "peaplabel=1")) { in eap_peap_parse_phase1() 93 if (os_strstr(phase1, "peap_outer_success=0")) { in eap_peap_parse_phase1() 97 } else if (os_strstr(phase1, "peap_outer_success=1")) { in eap_peap_parse_phase1() 101 } else if (os_strstr(phase1, "peap_outer_success=2")) { in eap_peap_parse_phase1() 107 if (os_strstr(phase1, "crypto_binding=0")) { in eap_peap_parse_phase1() 110 } else if (os_strstr(phase1, "crypto_binding=1")) { in eap_peap_parse_phase1() 113 } else if (os_strstr(phase1, "crypto_binding=2")) { in eap_peap_parse_phase1() 118 if (os_strstr(phase1, "phase2_auth=0")) { in eap_peap_parse_phase1() 122 } else if (os_strstr(phase1, "phase2_auth=1")) { in eap_peap_parse_phase1() [all …]
|
H A D | eap_eke.c | 100 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()
|
H A D | eap_teap.c | 124 pos = os_strstr(phase1, "teap_provisioning="); in eap_teap_parse_phase1() 132 pos = os_strstr(phase1, "teap_max_pac_list_len="); in eap_teap_parse_phase1() 141 if (os_strstr(phase1, "teap_pac_format=binary")) { in eap_teap_parse_phase1() 148 if (os_strstr(phase1, "teap_test_outer_tlvs=1")) in eap_teap_parse_phase1() 1957 os_strstr(cipher, "ADH-") || in eap_teap_process() 1958 os_strstr(cipher, "anon"))) { in eap_teap_process()
|
H A D | eap_fast.c | 121 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() 1640 os_strstr(cipher, "ADH-") || in eap_fast_process() 1641 os_strstr(cipher, "anon"))) { in eap_fast_process()
|
H A D | eap_ttls.c | 76 if (os_strstr(phase1, "phase2_auth=0")) { in eap_ttls_parse_phase1() 80 } else if (os_strstr(phase1, "phase2_auth=1")) { in eap_ttls_parse_phase1() 84 } else if (os_strstr(phase1, "phase2_auth=2")) { in eap_ttls_parse_phase1() 157 if (os_strstr(config->phase2, "autheap=")) { in eap_ttls_init()
|
/freebsd/contrib/wpa/src/wps/ |
H A 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() 82 pos2 = os_strstr(start, "max-age="); in wps_er_ssdp_rx() 89 pos2 = os_strstr(start, "uuid:"); in wps_er_ssdp_rx()
|
H A D | wps_common.c | 543 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 …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | ctrl_iface.c | 292 pos = os_strstr(params, "freq="); in wpas_ctrl_pno() 317 if (!os_strstr(bands, "AUTO")) { in wpas_ctrl_set_band() 318 if (os_strstr(bands, "5G")) in wpas_ctrl_set_band() 320 if (os_strstr(bands, "6G")) in wpas_ctrl_set_band() 322 if (os_strstr(bands, "2G")) in wpas_ctrl_set_band() 1198 const char *pos2 = os_strstr(pos, " " #str "="); \ in wpa_supplicant_ctrl_iface_tdls_chan_switch() 1211 freq_params.ht_enabled = !!os_strstr(pos, " ht"); in wpa_supplicant_ctrl_iface_tdls_chan_switch() 1212 freq_params.vht_enabled = !!os_strstr(pos, " vht"); in wpa_supplicant_ctrl_iface_tdls_chan_switch() 1349 bool force = os_strstr(addr, " force") != NULL; in wpa_supplicant_ctrl_iface_ft_ds() 1407 pos = os_strstr(cmd, " multi_ap="); in wpa_supplicant_ctrl_iface_wps_pbc() [all …]
|
H A D | dpp_supplicant.c | 131 pos = os_strstr(cmd, " own="); in wpas_dpp_nfc_handover_req() 140 pos = os_strstr(cmd, " uri="); in wpas_dpp_nfc_handover_req() 163 pos = os_strstr(cmd, " own="); in wpas_dpp_nfc_handover_sel() 172 pos = os_strstr(cmd, " uri="); in wpas_dpp_nfc_handover_sel() 848 pos = os_strstr(cmd, " peer="); in wpas_dpp_auth_init() 860 pos = os_strstr(cmd, " tcp_port="); in wpas_dpp_auth_init() 888 pos = os_strstr(cmd, " own="); in wpas_dpp_auth_init() 906 pos = os_strstr(cmd, " role="); in wpas_dpp_auth_init() 920 pos = os_strstr(cmd, " netrole="); in wpas_dpp_auth_init() 933 pos = os_strstr(cmd, " neg_freq="); in wpas_dpp_auth_init() [all …]
|
H A D | p2p_supplicant_sd.c | 441 os_strstr(usrv->service, str) == NULL) in wpas_sd_req_upnp() 1083 if (os_strstr(role, "[source]")) in wpas_p2p_sd_request_wifi_display() 1085 if (os_strstr(role, "[pri-sink]")) in wpas_p2p_sd_request_wifi_display() 1087 if (os_strstr(role, "[sec-sink]")) in wpas_p2p_sd_request_wifi_display() 1089 if (os_strstr(role, "[source+sink]")) in wpas_p2p_sd_request_wifi_display()
|
H A D | ctrl_iface_udp.c | 419 pos = os_strstr(wpa_s->conf->ctrl_interface, "udp:"); 767 pos = os_strstr(global->params.ctrl_interface, "udp:");
|
H A D | ctrl_iface_unix.c | 259 gid_str = os_strstr(dir, " GROUP="); in wpa_supplicant_ctrl_iface_path() 531 gid_str = os_strstr(dir, " GROUP="); in wpas_ctrl_iface_open_sock() 902 gid_str = os_strstr(dir, " GROUP="); in wpa_supplicant_ctrl_iface_deinit()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ctrl_iface_ap.c | 630 pos = os_strstr(txtaddr, " reason="); in hostapd_ctrl_iface_deauthenticate() 634 pos = os_strstr(txtaddr, " test="); in hostapd_ctrl_iface_deauthenticate() 657 pos = os_strstr(txtaddr, " p2p="); in hostapd_ctrl_iface_deauthenticate() 664 if (os_strstr(txtaddr, " tx=0")) in hostapd_ctrl_iface_deauthenticate() 692 pos = os_strstr(txtaddr, " reason="); in hostapd_ctrl_iface_disassociate() 696 pos = os_strstr(txtaddr, " test="); in hostapd_ctrl_iface_disassociate() 719 pos = os_strstr(txtaddr, " p2p="); in hostapd_ctrl_iface_disassociate() 726 if (os_strstr(txtaddr, " tx=0")) in hostapd_ctrl_iface_disassociate() 1117 const char *pos2 = os_strstr(pos, " " #str "="); \ in hostapd_parse_csa_settings() 1126 const char *pos2 = os_strstr(pos, " " #str "="); \ in hostapd_parse_csa_settings() [all …]
|
H A D | dpp_hostapd.c | 110 pos = os_strstr(cmd, " own="); in hostapd_dpp_nfc_handover_req() 118 pos = os_strstr(cmd, " uri="); in hostapd_dpp_nfc_handover_req() 141 pos = os_strstr(cmd, " own="); in hostapd_dpp_nfc_handover_sel() 149 pos = os_strstr(cmd, " uri="); in hostapd_dpp_nfc_handover_sel() 317 pos = os_strstr(cmd, " own="); in hostapd_dpp_pkex_done() 336 pos = os_strstr(cmd, " role="); in hostapd_dpp_pkex_done() 846 pos = os_strstr(cmd, " peer="); in hostapd_dpp_auth_init() 858 pos = os_strstr(cmd, " tcp_port="); in hostapd_dpp_auth_init() 886 pos = os_strstr(cmd, " own="); in hostapd_dpp_auth_init() 905 pos = os_strstr(cmd, " role="); in hostapd_dpp_auth_init() [all …]
|
/freebsd/contrib/wpa/hostapd/ |
H A D | config_file.c | 1101 if (os_strstr(capab, "[LDPC]")) in hostapd_config_ht_capab() 1103 if (os_strstr(capab, "[HT40-]")) { in hostapd_config_ht_capab() 1107 if (os_strstr(capab, "[HT40+]")) { in hostapd_config_ht_capab() 1111 if (os_strstr(capab, "[HT40+]") && os_strstr(capab, "[HT40-]")) { in hostapd_config_ht_capab() 1115 if (!os_strstr(capab, "[HT40+]") && !os_strstr(capab, "[HT40-]")) in hostapd_config_ht_capab() 1117 if (os_strstr(capab, "[GF]")) in hostapd_config_ht_capab() 1119 if (os_strstr(capab, "[SHORT-GI-20]")) in hostapd_config_ht_capab() 1121 if (os_strstr(capab, "[SHORT-GI-40]")) in hostapd_config_ht_capab() 1123 if (os_strstr(capab, "[TX-STBC]")) in hostapd_config_ht_capab() 1125 if (os_strstr(capab, "[RX-STBC1]")) { in hostapd_config_ht_capab() [all …]
|
H A D | ctrl_iface.c | 1179 if (!os_strstr(bands, "AUTO")) { in hostapd_ctrl_iface_set_band() 1180 if (os_strstr(bands, "5G")) in hostapd_ctrl_iface_set_band() 1182 if (os_strstr(bands, "6G")) in hostapd_ctrl_iface_set_band() 1184 if (os_strstr(bands, "2G")) in hostapd_ctrl_iface_set_band() 1581 pos = os_strstr(param, "freq="); in hostapd_ctrl_iface_radar() 1585 pos = os_strstr(param, "ht_enabled=1"); in hostapd_ctrl_iface_radar() 1589 pos = os_strstr(param, "chan_offset="); in hostapd_ctrl_iface_radar() 1593 pos = os_strstr(param, "chan_width="); in hostapd_ctrl_iface_radar() 1597 pos = os_strstr(param, "cf1="); in hostapd_ctrl_iface_radar() 1601 pos = os_strstr(param, "cf2="); in hostapd_ctrl_iface_radar() [all …]
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | tncs.c | 657 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() 789 start = os_strstr(buf, "<TNCCS-Batch "); in tncs_process_if_tnccs() 790 end = os_strstr(buf, "</TNCCS-Batch>"); in tncs_process_if_tnccs() 801 pos = os_strstr(start, "BatchId="); in tncs_process_if_tnccs() 842 pos = os_strstr(start, "<IMC-IMV-Message>"); in tncs_process_if_tnccs() 846 end = os_strstr(start, "</IMC-IMV-Message>"); in tncs_process_if_tnccs() 887 pos = os_strstr(start, "<TNCC-TNCS-Message>"); in tncs_process_if_tnccs() 891 end = os_strstr(start, "</TNCC-TNCS-Message>"); in tncs_process_if_tnccs() [all …]
|
/freebsd/contrib/wpa/src/utils/ |
H A D | os.h | 471 char * os_strstr(const char *haystack, const char *needle); 564 #ifndef os_strstr 565 #define os_strstr(h, n) strstr((h), (n)) macro
|
H A D | os_none.c | 232 char * os_strstr(const char *haystack, const char *needle) in os_strstr() function
|
H A D | trace.c | 361 os_strstr(sym[i], "__libc_start_main")) in wpa_trace_dump_func()
|
/freebsd/contrib/wpa/src/common/ |
H A D | dpp.c | 1169 pos = os_strstr(cmd, " conf=sta-"); in dpp_configuration_parse_helper() 1178 pos = os_strstr(cmd, " conf=ap-"); in dpp_configuration_parse_helper() 1187 pos = os_strstr(cmd, " conf=configurator"); in dpp_configuration_parse_helper() 1194 pos = os_strstr(cmd, " ssid="); in dpp_configuration_parse_helper() 1213 pos = os_strstr(cmd, " ssid_charset="); in dpp_configuration_parse_helper() 1223 pos = os_strstr(cmd, " pass="); in dpp_configuration_parse_helper() 1239 pos = os_strstr(cmd, " psk="); in dpp_configuration_parse_helper() 1247 pos = os_strstr(cmd, " group_id="); in dpp_configuration_parse_helper() 1261 pos = os_strstr(cmd, " expiry="); in dpp_configuration_parse_helper() 1272 pos = os_strstr(cmd, " csrattrs="); in dpp_configuration_parse_helper() [all …]
|
/freebsd/contrib/wpa/src/fst/ |
H A D | fst_ctrl_iface.c | 900 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()
|