DPP3: Push button Configurator in wpa_supplicant
Extend DPP push button support in wpa_supplicant to allow the role of the Configurator to be used. This provides similar functionality to the way the DPP_PUSH_BUTTON command in hostapd worked when providing the configuration parameters with that command (instead of building the config object based on current AP configuration). Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
b94e46bc71
commit
1ff9251a83
7 changed files with 388 additions and 16 deletions
|
@ -43,13 +43,6 @@ struct mesh_conf;
|
|||
#define CTRL_IFACE_COOKIE_LEN 8
|
||||
#endif /* CONFIG_CTRL_IFACE_UDP */
|
||||
|
||||
#define DPP_PB_INFO_COUNT 2
|
||||
|
||||
struct dpp_pb_info {
|
||||
u8 hash[SHA256_MAC_LEN];
|
||||
struct os_reltime rx_time;
|
||||
};
|
||||
|
||||
struct hostapd_iface;
|
||||
|
||||
struct hapd_interfaces {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue