Searched defs:dpp_bootstrap_info (Results 1 – 4 of 4) sorted by relevance
147 struct dpp_bootstrap_info { struct148 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 …]
3973 int dpp_bootstrap_info(struct dpp_global *dpp, int id, in dpp_bootstrap_info() function
107 struct dpp_bootstrap_info { struct131 struct dpp_bootstrap_info *own_bi; argument
8555 int dpp_bootstrap_info(struct dpp_global *dpp, int id, in dpp_bootstrap_info() function