Searched refs:pcipherCount (Results 1 – 1 of 1) sorted by relevance
4741 u8 pcipherCount; in host_int_ParseJoinBssParam() local4853 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()