Home
last modified time | relevance | path

Searched refs:tcp (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/tests/hwsim/vm/
Dinside.sh92 tcp 6 TCP
98 http 80/tcp www www-http
/hostap-latest/wpa_supplicant/
Ddpp_supplicant.c843 int tcp = 0; in wpas_dpp_auth_init() local
879 tcp = 1; in wpas_dpp_auth_init()
889 tcp = 1; in wpas_dpp_auth_init()
942 if (!tcp && wpa_s->dpp_auth) { in wpas_dpp_auth_init()
974 if (tcp) in wpas_dpp_auth_init()
4899 struct dpp_authentication *auth, bool tcp) in wpas_dpp_build_conf_resp() argument
4908 if (tcp) { in wpas_dpp_build_conf_resp()
4931 bool tcp = false; in wpas_dpp_conf_set() local
4942 tcp = true; in wpas_dpp_conf_set()
4975 return wpas_dpp_build_conf_resp(wpa_s, auth, tcp); in wpas_dpp_conf_set()
[all …]
/hostap-latest/src/ap/
Ddpp_hostapd.c839 int tcp = 0; in hostapd_dpp_auth_init() local
872 tcp = 1; in hostapd_dpp_auth_init()
882 tcp = 1; in hostapd_dpp_auth_init()
923 if (!tcp && hapd->dpp_auth) { in hostapd_dpp_auth_init()
957 if (tcp) in hostapd_dpp_auth_init()