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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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 56 milliseconds