Home
last modified time | relevance | path

Searched defs:dpp_pkex (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Ddpp.h202 struct dpp_pkex { struct
203 void *msg_ctx;
204 unsigned int initiator:1;
205 unsigned int exchange_done:1;
206 unsigned int failed:1;
207 unsigned int v2:1;
208 unsigned int forced_ver:1;
209 struct dpp_bootstrap_info *own_bi;
210 u8 own_mac[ETH_ALEN];
211 u8 peer_mac[ETH_ALEN];
[all …]
/freebsd/contrib/wpa/src/ap/
H A Dhostapd.h425 struct dpp_pkex *dpp_pkex; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h1486 struct dpp_pkex *dpp_pkex; member