| Age | Commit message (Collapse) | Author |
|
|
|
Services/UDS: Handle the rest of the connection sequence.
|
|
|
|
* Services/UDS: Added a function to generate the EAPoL-Start packet body.
* Services/UDS: Added filter for beacons.
* Services/UDS: Lock a mutex when accessing connection_status from both the emulation and network thread.
* Services/UDS: Handle the Association Response frame and respond with the EAPoL-Start frame.
* fixup: make use of current_node, changed received_beacons into a list, mutex and assert corrections
* fixup: fix damn clang-format
|
|
during encryption.
|
|
AES::KeySlotID enum.
|
|
|
|
The responsibility of encryption and encapsulation into an 802.11 MAC frame will fall into the callers of GenerateDataPayload.
|
|
It is likely that these 4 bytes are actually a different header, part of some protocol that encapsulates the SecureData protocol.
|
|
|