CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/08/12 12:25:40
Modified files:
sys/net80211 : ieee80211_pae_output.c
Log message:
AES Key Wrap adds a 64-bit MIC to the payload but we pad the content
of the frame so that it is a multiple of 8 bytes before encryption.
So we must reserve up to 15 bytes in the mbuf for the worst case, not 8.
