Home
last modified time | relevance | path

Searched refs:pcipherCount (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.c4741 u8 pcipherCount; in host_int_ParseJoinBssParam() local
4853 pcipherCount = (pu8IEs[rsnIndex] > 3) ? 3 : pu8IEs[rsnIndex]; in host_int_ParseJoinBssParam()
4856 for (i = pcipherTotalCount, j = 0; i < pcipherCount + pcipherTotalCount && i < 3; i++, j++) in host_int_ParseJoinBssParam()
4859 pcipherTotalCount += pcipherCount; in host_int_ParseJoinBssParam()