Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/wpa/src/common/
Ddpp.h147 struct dpp_bootstrap_info { struct
148 struct dl_list list;
149 unsigned int id;
150 enum dpp_bootstrap_type type;
151 char *uri;
152 u8 mac_addr[ETH_ALEN];
153 char *chan;
154 char *info;
155 char *pk;
156 unsigned int freq[DPP_BOOTSTRAP_MAX_FREQ];
[all …]
Ddpp.c3973 int dpp_bootstrap_info(struct dpp_global *dpp, int id, in dpp_bootstrap_info() function