DPP: Configurator in hostapd
This integrates DPP configuration request processing into hostapd GAS server implementation. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
163f76ded3
commit
2605405aa4
6 changed files with 266 additions and 0 deletions
|
@ -322,6 +322,7 @@ struct hostapd_data {
|
|||
|
||||
#ifdef CONFIG_DPP
|
||||
struct dl_list dpp_bootstrap; /* struct dpp_bootstrap_info */
|
||||
struct dl_list dpp_configurator; /* struct dpp_configurator */
|
||||
int dpp_init_done;
|
||||
struct dpp_authentication *dpp_auth;
|
||||
u8 dpp_allowed_roles;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue