Searched refs:KeyIndex (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/staging/rtl8192e/rtl8192e/ |
| A D | rtl_cam.c | 56 void rtl92e_set_swcam(struct net_device *dev, u8 EntryNo, u8 KeyIndex, in rtl92e_set_swcam() argument 65 __func__, EntryNo, KeyIndex, KeyType, is_mesh); in rtl92e_set_swcam() 72 ieee->swcamtable[EntryNo].key_index = KeyIndex; in rtl92e_set_swcam() 80 void rtl92e_set_key(struct net_device *dev, u8 EntryNo, u8 KeyIndex, in rtl92e_set_key() argument 112 __func__, dev, EntryNo, KeyIndex, KeyType, MacAddr); in rtl92e_set_key() 117 usConfig |= BIT15 | (KeyType<<2) | KeyIndex; in rtl92e_set_key()
|
| 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,
|
| /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 | 336 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/drivers/staging/r8188eu/include/ |
| A D | wlan_bssdef.h | 143 u32 KeyIndex; member 152 u32 KeyIndex; member 158 u32 KeyIndex; /* 0 is the per-client key, member
|
| /linux/drivers/staging/r8188eu/core/ |
| A D | rtw_ioctl_set.c | 410 keyid = wep->KeyIndex & 0x3fffffff; in rtw_set_802_11_add_wep()
|
| /linux/drivers/staging/rtl8192u/ |
| A D | r8192U.h | 1117 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType,
|
| /linux/drivers/staging/r8188eu/os_dep/ |
| A D | ioctl_linux.c | 436 pwep->KeyIndex = wep_key_idx; in wpa_set_encryption() 437 pwep->KeyIndex |= 0x80000000; in wpa_set_encryption() 1671 wep.KeyIndex = key; in rtw_wx_set_enc() 1701 wep.KeyIndex |= 0x80000000; in rtw_wx_set_enc()
|
| /linux/drivers/net/wireless/atmel/ |
| A D | atmel.c | 206 u8 KeyIndex; member
|
Completed in 40 milliseconds