/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
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 …]
|
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 if (os_strstr(phase1, "multi_ap=1")) in eap_wsc_init()
|
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 …]
|
D | eap_peap.c | 78 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 …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
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 …]
|
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 if (os_strstr(phase1, "multi_ap=1")) in eap_wsc_init()
|
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() 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 …]
|
D | eap_peap.c | 78 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 …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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() 82 pos2 = os_strstr(start, "max-age="); in wps_er_ssdp_rx() 89 pos2 = os_strstr(start, "uuid:"); in wps_er_ssdp_rx()
|
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 …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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() 82 pos2 = os_strstr(start, "max-age="); in wps_er_ssdp_rx() 89 pos2 = os_strstr(start, "uuid:"); in wps_er_ssdp_rx()
|
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 …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ap_config_file.c | 1160 if (os_strstr(capab, "[LDPC]")) in hostapd_config_ht_capab() 1162 if (os_strstr(capab, "[HT40-]")) { in hostapd_config_ht_capab() 1166 if (os_strstr(capab, "[HT40+]")) { in hostapd_config_ht_capab() 1170 if (os_strstr(capab, "[HT40+]") && os_strstr(capab, "[HT40-]")) { in hostapd_config_ht_capab() 1174 if (!os_strstr(capab, "[HT40+]") && !os_strstr(capab, "[HT40-]")) in hostapd_config_ht_capab() 1176 if (os_strstr(capab, "[SMPS-STATIC]")) { in hostapd_config_ht_capab() 1180 if (os_strstr(capab, "[SMPS-DYNAMIC]")) { in hostapd_config_ht_capab() 1184 if (os_strstr(capab, "[GF]")) in hostapd_config_ht_capab() 1186 if (os_strstr(capab, "[SHORT-GI-20]")) in hostapd_config_ht_capab() 1188 if (os_strstr(capab, "[SHORT-GI-40]")) in hostapd_config_ht_capab() [all …]
|
D | ap_ctrl_iface.c | 863 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 …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | ctrl_iface.c | 293 pos = os_strstr(params, "freq="); in wpas_ctrl_pno() 318 if (!os_strstr(bands, "AUTO")) { in wpas_ctrl_set_band() 319 if (os_strstr(bands, "5G")) in wpas_ctrl_set_band() 321 if (os_strstr(bands, "6G")) in wpas_ctrl_set_band() 323 if (os_strstr(bands, "2G")) in wpas_ctrl_set_band() 1166 const char *pos2 = os_strstr(pos, " " #str "="); \ in wpa_supplicant_ctrl_iface_tdls_chan_switch() 1179 freq_params.ht_enabled = !!os_strstr(pos, " ht"); in wpa_supplicant_ctrl_iface_tdls_chan_switch() 1180 freq_params.vht_enabled = !!os_strstr(pos, " vht"); in wpa_supplicant_ctrl_iface_tdls_chan_switch() 1370 pos = os_strstr(cmd, " multi_ap="); in wpa_supplicant_ctrl_iface_wps_pbc() 3257 pos = os_strstr(cmd, "ifname="); in wpa_supplicant_ctrl_iface_mesh_interface_add() [all …]
|
D | dpp_supplicant.c | 127 pos = os_strstr(cmd, " own="); in wpas_dpp_nfc_handover_req() 136 pos = os_strstr(cmd, " uri="); in wpas_dpp_nfc_handover_req() 159 pos = os_strstr(cmd, " own="); in wpas_dpp_nfc_handover_sel() 168 pos = os_strstr(cmd, " uri="); in wpas_dpp_nfc_handover_sel() 763 pos = os_strstr(cmd, " peer="); in wpas_dpp_auth_init() 775 pos = os_strstr(cmd, " tcp_port="); in wpas_dpp_auth_init() 793 pos = os_strstr(cmd, " own="); in wpas_dpp_auth_init() 811 pos = os_strstr(cmd, " role="); in wpas_dpp_auth_init() 825 pos = os_strstr(cmd, " netrole="); in wpas_dpp_auth_init() 838 pos = os_strstr(cmd, " neg_freq="); in wpas_dpp_auth_init() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ap_config_file.c | 1067 if (os_strstr(capab, "[LDPC]")) in hostapd_config_ht_capab() 1069 if (os_strstr(capab, "[HT40-]")) { in hostapd_config_ht_capab() 1073 if (os_strstr(capab, "[HT40+]")) { in hostapd_config_ht_capab() 1077 if (os_strstr(capab, "[HT40+]") && os_strstr(capab, "[HT40-]")) { in hostapd_config_ht_capab() 1081 if (!os_strstr(capab, "[HT40+]") && !os_strstr(capab, "[HT40-]")) in hostapd_config_ht_capab() 1083 if (os_strstr(capab, "[GF]")) in hostapd_config_ht_capab() 1085 if (os_strstr(capab, "[SHORT-GI-20]")) in hostapd_config_ht_capab() 1087 if (os_strstr(capab, "[SHORT-GI-40]")) in hostapd_config_ht_capab() 1089 if (os_strstr(capab, "[TX-STBC]")) in hostapd_config_ht_capab() 1091 if (os_strstr(capab, "[RX-STBC1]")) { in hostapd_config_ht_capab() [all …]
|
D | ap_ctrl_iface.c | 865 pos = os_strstr(cmd, " disassoc_timer="); in hostapd_ctrl_iface_bss_tm_req() 875 pos = os_strstr(cmd, " valid_int="); in hostapd_ctrl_iface_bss_tm_req() 881 pos = os_strstr(cmd, " dialog_token="); in hostapd_ctrl_iface_bss_tm_req() 887 pos = os_strstr(cmd, " bss_term="); in hostapd_ctrl_iface_bss_tm_req() 909 pos = os_strstr(cmd, " url="); in hostapd_ctrl_iface_bss_tm_req() 926 if (os_strstr(cmd, " pref=1")) in hostapd_ctrl_iface_bss_tm_req() 928 if (os_strstr(cmd, " abridged=1")) in hostapd_ctrl_iface_bss_tm_req() 930 if (os_strstr(cmd, " disassoc_imminent=1")) in hostapd_ctrl_iface_bss_tm_req() 934 pos = os_strstr(cmd, "mbo="); in hostapd_ctrl_iface_bss_tm_req() 1414 if (!os_strstr(bands, "AUTO")) { in hostapd_ctrl_iface_set_band() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
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() 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 …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
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 …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | ctrl_iface.c | 286 pos = os_strstr(params, "freq="); in wpas_ctrl_pno() 996 const char *pos2 = os_strstr(pos, " " #str "="); \ in wpa_supplicant_ctrl_iface_tdls_chan_switch() 1009 freq_params.ht_enabled = !!os_strstr(pos, " ht"); in wpa_supplicant_ctrl_iface_tdls_chan_switch() 1010 freq_params.vht_enabled = !!os_strstr(pos, " vht"); in wpa_supplicant_ctrl_iface_tdls_chan_switch() 1200 pos = os_strstr(cmd, " multi_ap="); in wpa_supplicant_ctrl_iface_wps_pbc() 3064 pos = os_strstr(cmd, "ifname="); in wpa_supplicant_ctrl_iface_mesh_interface_add() 3182 pos = os_strstr(cmd, " duration="); in wpa_supplicant_ctrl_iface_mesh_peer_add() 3210 pos = os_strstr(cmd, " payload="); in wpa_supplicant_ctrl_iface_mesh_link_probe() 3270 pos = os_strstr(cmd, " freq="); in wpa_supplicant_ctrl_iface_select_network() 3313 if (os_strstr(cmd, " no-connect")) { in wpa_supplicant_ctrl_iface_enable_network() [all …]
|
D | dpp_supplicant.c | 449 pos = os_strstr(cmd, " peer="); in wpas_dpp_auth_init() 461 pos = os_strstr(cmd, " tcp_port="); in wpas_dpp_auth_init() 479 pos = os_strstr(cmd, " own="); in wpas_dpp_auth_init() 497 pos = os_strstr(cmd, " role="); in wpas_dpp_auth_init() 511 pos = os_strstr(cmd, " netrole="); in wpas_dpp_auth_init() 517 pos = os_strstr(cmd, " neg_freq="); in wpas_dpp_auth_init() 658 if (os_strstr(cmd, " role=configurator")) in wpas_dpp_listen() 660 else if (os_strstr(cmd, " role=enrollee")) in wpas_dpp_listen() 665 wpa_s->dpp_qr_mutual = os_strstr(cmd, " qr=mutual") != NULL; in wpas_dpp_listen() 666 wpa_s->dpp_netrole_ap = os_strstr(cmd, " netrole=ap") != NULL; in wpas_dpp_listen() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ctrl_iface_ap.c | 527 pos = os_strstr(txtaddr, " reason="); in hostapd_ctrl_iface_deauthenticate() 531 pos = os_strstr(txtaddr, " test="); in hostapd_ctrl_iface_deauthenticate() 554 pos = os_strstr(txtaddr, " p2p="); in hostapd_ctrl_iface_deauthenticate() 561 if (os_strstr(txtaddr, " tx=0")) in hostapd_ctrl_iface_deauthenticate() 589 pos = os_strstr(txtaddr, " reason="); in hostapd_ctrl_iface_disassociate() 593 pos = os_strstr(txtaddr, " test="); in hostapd_ctrl_iface_disassociate() 616 pos = os_strstr(txtaddr, " p2p="); in hostapd_ctrl_iface_disassociate() 623 if (os_strstr(txtaddr, " tx=0")) in hostapd_ctrl_iface_disassociate() 907 const char *pos2 = os_strstr(pos, " " #str "="); \ in hostapd_parse_csa_settings() 918 settings->freq_params.ht_enabled = !!os_strstr(pos, " ht"); in hostapd_parse_csa_settings() [all …]
|
D | dpp_hostapd.c | 102 pos = os_strstr(cmd, " own="); in hostapd_dpp_nfc_handover_req() 110 pos = os_strstr(cmd, " uri="); in hostapd_dpp_nfc_handover_req() 133 pos = os_strstr(cmd, " own="); in hostapd_dpp_nfc_handover_sel() 141 pos = os_strstr(cmd, " uri="); in hostapd_dpp_nfc_handover_sel() 562 pos = os_strstr(cmd, " peer="); in hostapd_dpp_auth_init() 574 pos = os_strstr(cmd, " tcp_port="); in hostapd_dpp_auth_init() 592 pos = os_strstr(cmd, " own="); in hostapd_dpp_auth_init() 611 pos = os_strstr(cmd, " role="); in hostapd_dpp_auth_init() 625 pos = os_strstr(cmd, " neg_freq="); in hostapd_dpp_auth_init() 685 if (os_strstr(cmd, " role=configurator")) in hostapd_dpp_listen() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ctrl_iface_ap.c | 494 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() 855 const char *pos2 = os_strstr(pos, " " #str "="); \ in hostapd_parse_csa_settings() 866 settings->freq_params.ht_enabled = !!os_strstr(pos, " ht"); in hostapd_parse_csa_settings() [all …]
|