DPP2: Reconfig Announcement transmission
Extend DPP chirping mechanism to allow Reconfig Announcement frames to be transmitted instead of the Presence Announcement frames. Add a new wpa_supplicant control interface command "DPP_RECONFIG <network id>" to initiate reconfiguration for a specific network profile. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
92492dd3ac
commit
0c043d9de7
11 changed files with 144 additions and 8 deletions
|
@ -23,6 +23,7 @@ OBJS += $(SRC)/tls/asn1.o
|
|||
OBJS += $(SRC)/common/dpp.o
|
||||
OBJS += $(SRC)/common/dpp_crypto.o
|
||||
OBJS += $(SRC)/common/dpp_pkex.o
|
||||
OBJS += $(SRC)/common/dpp_reconfig.o
|
||||
|
||||
dpp-uri: dpp-uri.o $(OBJS) $(LIBS)
|
||||
$(LDO) $(LDFLAGS) -o $@ $^ -lcrypto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue