Send revocations automatically on deauth for instant kill, also fix some issues with the RP.
This commit is contained in:
parent
66dfc33de9
commit
5e6a4e5f5e
8 changed files with 47 additions and 8 deletions
|
@ -271,6 +271,7 @@ public:
|
|||
}
|
||||
|
||||
virtual void ncSendConfig(uint64_t nwid,uint64_t requestPacketId,const Address &destination,const NetworkConfig &nc,bool sendLegacyFormatConfig);
|
||||
virtual void ncSendRevocation(const Address &destination,const Revocation &rev);
|
||||
virtual void ncSendError(uint64_t nwid,uint64_t requestPacketId,const Address &destination,NetworkController::ErrorCode errorCode);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue