DPP3: Allow external configuration to be specified on AP for PB
While the most likely production use case for DPP push button is to provision the AP's current configuration, there might be some use cases for providing different configuration. Add possibility for doing this by extending the DPP_PUSH_BUTTON command to accept an optional set of parameters similarly to the other DPP commands for the Configurator. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
8db786a43b
commit
7bbe859873
5 changed files with 30 additions and 4 deletions
|
@ -92,6 +92,7 @@ struct hapd_interfaces {
|
|||
u8 dpp_pb_resp_hash[SHA256_MAC_LEN];
|
||||
struct os_reltime dpp_pb_last_resp;
|
||||
bool dpp_pb_result_indicated;
|
||||
char *dpp_pb_cmd;
|
||||
#endif /* CONFIG_DPP3 */
|
||||
#endif /* CONFIG_DPP */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue