Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.c4839 u16 rsnIndex = index; in host_int_ParseJoinBssParam() local
4841 if (pu8IEs[rsnIndex] == RSN_IE) { in host_int_ParseJoinBssParam()
4846 rsnIndex += 4; in host_int_ParseJoinBssParam()
4849 rsnIndex += 7; in host_int_ParseJoinBssParam()
4850 pNewJoinBssParam->rsn_grp_policy = pu8IEs[rsnIndex]; in host_int_ParseJoinBssParam()
4851 rsnIndex++; in host_int_ParseJoinBssParam()
4852 jumpOffset = pu8IEs[rsnIndex] * 4; in host_int_ParseJoinBssParam()
4853 pcipherCount = (pu8IEs[rsnIndex] > 3) ? 3 : pu8IEs[rsnIndex]; in host_int_ParseJoinBssParam()
4854 rsnIndex += 2; in host_int_ParseJoinBssParam()
4857 pNewJoinBssParam->rsn_pcip_policy[i] = pu8IEs[rsnIndex + ((j + 1) * 4) - 1]; in host_int_ParseJoinBssParam()
[all …]