Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/common/
H A Ddpp.h25 #define DPP_TCP_PORT 7871 macro
H A Ddpp.c9092 &ctrl->ipaddr, DPP_TCP_PORT) < 0) in dpp_relay_new_conn()
10026 port = config->tcp_port ? config->tcp_port : DPP_TCP_PORT; in dpp_controller_start()
/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Ddpp_supplicant.c442 int tcp_port = DPP_TCP_PORT; in wpas_dpp_auth_init()