Searched refs:KeyIndex (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/staging/rtl8192e/rtl8192e/ |
| A D | rtl_cam.c | 46 void rtl92e_set_swcam(struct net_device *dev, u8 EntryNo, u8 KeyIndex, in rtl92e_set_swcam() argument 56 ieee->swcamtable[EntryNo].key_index = KeyIndex; in rtl92e_set_swcam() 63 void rtl92e_set_key(struct net_device *dev, u8 EntryNo, u8 KeyIndex, in rtl92e_set_key() argument 94 usConfig |= BIT(15) | (KeyType << 2) | KeyIndex; in rtl92e_set_key()
|
| A D | rtl_cam.h | 19 void rtl92e_set_key(struct net_device *dev, u8 EntryNo, u8 KeyIndex, 22 void rtl92e_set_swcam(struct net_device *dev, u8 EntryNo, u8 KeyIndex,
|
| /linux/drivers/staging/rtl8712/ |
| A D | wlan_bssdef.h | 146 u32 KeyIndex; member 155 u32 KeyIndex; member 161 u32 KeyIndex; /* 0 is the per-client key, member
|
| A D | rtl871x_ioctl_set.c | 335 keyid = wep->KeyIndex & 0x3fffffff; in r8712_set_802_11_add_wep()
|
| A D | rtl871x_ioctl_linux.c | 393 pwep->KeyIndex = wep_key_idx; in wpa_set_encryption() 394 pwep->KeyIndex |= 0x80000000; in wpa_set_encryption() 1496 wep.KeyIndex = key; in r8711_wx_set_enc() 1524 wep.KeyIndex |= 0x80000000; /* transmit key */ in r8711_wx_set_enc()
|
Completed in 14 milliseconds