Searched defs:CIS_MAX_LEN (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/hostap/
H A Dhostap_plx.c342 #define CIS_MAX_LEN 256 macro
348 cis = kmalloc(CIS_MAX_LEN, GFP_KERNEL);
353 for (i = 0; i < CIS_MAX_LEN; i++)
365 while (pos < CIS_MAX_LEN - 1 && cis[pos] != CISTPL_END) {
366 if (pos + 2 + cis[pos + 1] > CIS_MAX_LEN)
405 if (pos >= CIS_MAX_LEN || cis[pos] != CISTPL_END)

Completed in 66 milliseconds