Home
last modified time | relevance | path

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

/aosp_15_r20/external/wpa_supplicant_8/src/common/
H A 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 …]
H A Ddpp.c4622 int dpp_bootstrap_info(struct dpp_global *dpp, int id, in dpp_bootstrap_info() function