Home
last modified time | relevance | path

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

/hostap/src/common/
Ddpp.h166 struct dpp_bootstrap_info { struct
167 struct dl_list list;
168 unsigned int id;
169 enum dpp_bootstrap_type type;
170 char *uri;
171 u8 mac_addr[ETH_ALEN];
172 char *chan;
173 char *info;
174 struct hostapd_ip_addr *host;
175 unsigned int port;
[all …]
Ddpp.c4618 int dpp_bootstrap_info(struct dpp_global *dpp, int id, in dpp_bootstrap_info() function