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

/linux-4.1.27/drivers/net/wireless/hostap/
H A Dhostap_plx.c341 #define CIS_MAX_LEN 256 prism2_plx_check_cis() macro
347 cis = kmalloc(CIS_MAX_LEN, GFP_KERNEL); prism2_plx_check_cis()
352 for (i = 0; i < CIS_MAX_LEN; i++) prism2_plx_check_cis()
364 while (pos < CIS_MAX_LEN - 1 && cis[pos] != CISTPL_END) { prism2_plx_check_cis()
365 if (pos + 2 + cis[pos + 1] > CIS_MAX_LEN) prism2_plx_check_cis()
404 if (pos >= CIS_MAX_LEN || cis[pos] != CISTPL_END) prism2_plx_check_cis()

Completed in 65 milliseconds