seqdiag {
// Do not show activity line
activation = none;
// actor order
Client
Attacker
AP
// auth
Client -> AP [diagonal, label = "Authentication Request"];
Client <- AP [diagonal, label = "Authentication Response"];
// association
Client -> AP [diagonal, label = "Association Request"];
Client <- AP [diagonal, label = "Association Response"];
// normal function
Client -> AP [diagonal, label = "Data"];
// attack is mounted
Attacker -> AP [diagonal, label = "Deauthentication", color = red];
// failed data attempt -- attack has done its work
Client -> AP [diagonal, label = "Data", failed, note="Blocked"];
Client <- AP [diagonal, label = "Deauthentication"];
}
to share – to copy, distribute and transmit the work
to remix – to adapt the work
Under the following conditions:
attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.