Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:KeyIndex

185 	ULONG KeyIndex;
195 ULONG KeyIndex;
204 ULONG KeyIndex;
850 rkey.KeyIndex = key_idx;
852 rkey.KeyIndex |= 1 << 30;
883 wep->KeyIndex = key_idx;
885 wep->KeyIndex |= 1 << 31;
888 wep->KeyIndex |= 1 << 30;
942 nkey->KeyIndex = key_idx;
944 nkey->KeyIndex |= 1 << 31;
946 nkey->KeyIndex |= 1 << 30;
948 nkey->KeyIndex |= 1 << 29;