Searched refs:KeyIndex (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/staging/rtl8192e/rtl8192e/ |
A D | rtl_cam.h | 18 void rtl92e_set_key(struct net_device *dev, u8 EntryNo, u8 KeyIndex, 21 void rtl92e_set_swcam(struct net_device *dev, u8 EntryNo, u8 KeyIndex,
|
A D | rtl_cam.c | 51 void rtl92e_set_swcam(struct net_device *dev, u8 EntryNo, u8 KeyIndex, in rtl92e_set_swcam() argument 63 ieee->swcamtable[EntryNo].key_index = KeyIndex; in rtl92e_set_swcam() 71 void rtl92e_set_key(struct net_device *dev, u8 EntryNo, u8 KeyIndex, in rtl92e_set_key() argument 102 usConfig |= BIT15 | (KeyType << 2) | KeyIndex; in rtl92e_set_key()
|
/linux-6.3-rc2/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 | 412 pwep->KeyIndex = wep_key_idx; in wpa_set_encryption() 413 pwep->KeyIndex |= 0x80000000; in wpa_set_encryption() 1551 wep.KeyIndex = key; in r8711_wx_set_enc() 1579 wep.KeyIndex |= 0x80000000; /* transmit key */ in r8711_wx_set_enc()
|
/linux-6.3-rc2/drivers/staging/rtl8192u/ |
A D | r8192U.h | 1120 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType,
|
/linux-6.3-rc2/drivers/net/wireless/atmel/ |
A D | atmel.c | 206 u8 KeyIndex; member
|
Completed in 29 milliseconds