Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddpp.h171 struct dpp_pkex { struct
172 void *msg_ctx;
173 unsigned int initiator:1;
174 unsigned int exchange_done:1;
175 unsigned int failed:1;
176 struct dpp_bootstrap_info *own_bi;
177 u8 own_mac[ETH_ALEN];
178 u8 peer_mac[ETH_ALEN];
179 char *identifier;
180 char *code;
[all …]