diff options
author | Jouni Malinen <jouni.malinen@atheros.com> | 2008-08-15 08:25:24 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2008-08-15 08:25:24 (GMT) |
commit | c1e033b0bbde58d44dc9164a5568b9b285e57525 (patch) | |
tree | 94bc296a81401223b6fd7783858b9377b6c744f8 /hostapd/wpa.h | |
parent | d48ae45b7333c3313b359f80faba2d38b9e0c7ff (diff) | |
download | hostap-06-c1e033b0bbde58d44dc9164a5568b9b285e57525.zip hostap-06-c1e033b0bbde58d44dc9164a5568b9b285e57525.tar.gz hostap-06-c1e033b0bbde58d44dc9164a5568b9b285e57525.tar.bz2 |
IEEE Std 802.11r-2008 has been released, so update references
Diffstat (limited to 'hostapd/wpa.h')
-rw-r--r-- | hostapd/wpa.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hostapd/wpa.h b/hostapd/wpa.h index 5bcb6a6..74bea27 100644 --- a/hostapd/wpa.h +++ b/hostapd/wpa.h @@ -22,7 +22,8 @@ #pragma pack(push, 1) #endif /* _MSC_VER */ -/* IEEE 802.11r/D8.0, 11A.10.3 - Remote request/response frame definition */ +/* IEEE Std 802.11r-2008, 11A.10.3 - Remote request/response frame definition + */ struct ft_rrb_frame { u8 frame_type; /* RSN_REMOTE_FRAME_TYPE_FT_RRB */ u8 packet_type; /* FT_PACKET_REQUEST/FT_PACKET_RESPONSE */ |