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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_plx.c343 #define CIS_MAX_LEN 256 macro
349 cis = kmalloc(CIS_MAX_LEN, GFP_KERNEL);
354 for (i = 0; i < CIS_MAX_LEN; i++)
366 while (pos < CIS_MAX_LEN - 1 && cis[pos] != CISTPL_END) {
367 if (pos + 2 + cis[pos + 1] > CIS_MAX_LEN)
406 if (pos >= CIS_MAX_LEN || cis[pos] != CISTPL_END)

Completed in 99 milliseconds