This is needed for FTE MIC calculation for Reassociation Request frmae
when using MLO which could add 15 link addresses into the input data.
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
{
unsigned char k_pad[64]; /* padding - key XORd with ipad/opad */
unsigned char tk[32];
- const u8 *_addr[11];
- size_t _len[11], i;
+ const u8 *_addr[26];
+ size_t _len[26], i;
int ret;
- if (num_elem > 10) {
+ if (num_elem > 25) {
/*
* Fixed limit on the number of fragments to avoid having to
* allocate memory (which could fail).
{
unsigned char k_pad[128]; /* padding - key XORd with ipad/opad */
unsigned char tk[48];
- const u8 *_addr[11];
- size_t _len[11], i;
+ const u8 *_addr[26];
+ size_t _len[26], i;
- if (num_elem > 10) {
+ if (num_elem > 25) {
/*
* Fixed limit on the number of fragments to avoid having to
* allocate memory (which could fail).
{
unsigned char k_pad[128]; /* padding - key XORd with ipad/opad */
unsigned char tk[64];
- const u8 *_addr[11];
- size_t _len[11], i;
+ const u8 *_addr[26];
+ size_t _len[26], i;
- if (num_elem > 10) {
+ if (num_elem > 25) {
/*
* Fixed limit on the number of fragments to avoid having to
* allocate memory (which could fail).