Searched refs:KeyIndex (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_cam.c | 67 void rtl92e_set_swcam(struct net_device *dev, u8 EntryNo, u8 KeyIndex, in rtl92e_set_swcam() argument 76 __func__, EntryNo, KeyIndex, KeyType, is_mesh); in rtl92e_set_swcam() 83 ieee->swcamtable[EntryNo].key_index = KeyIndex; in rtl92e_set_swcam() 91 void rtl92e_set_key(struct net_device *dev, u8 EntryNo, u8 KeyIndex, in rtl92e_set_key() argument 123 dev, EntryNo, KeyIndex, KeyType, MacAddr); in rtl92e_set_key() 128 usConfig |= BIT15 | (KeyType<<2) | KeyIndex; in rtl92e_set_key()
|
D | rtl_cam.h | 29 void rtl92e_set_key(struct net_device *dev, u8 EntryNo, u8 KeyIndex, 32 void rtl92e_set_swcam(struct net_device *dev, u8 EntryNo, u8 KeyIndex,
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | wlan_bssdef.h | 158 u32 KeyIndex; member 167 u32 KeyIndex; member 173 u32 KeyIndex; /* 0 is the per-client key, member
|
D | rtl871x_ioctl_set.c | 350 keyid = wep->KeyIndex & 0x3fffffff; in r8712_set_802_11_add_wep()
|
D | rtl871x_ioctl_linux.c | 420 pwep->KeyIndex = wep_key_idx; in wpa_set_encryption() 421 pwep->KeyIndex |= 0x80000000; in wpa_set_encryption() 1569 wep.KeyIndex = key; in r8711_wx_set_enc() 1597 wep.KeyIndex |= 0x80000000; /* transmit key */ in r8711_wx_set_enc()
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | wlan_bssdef.h | 161 u32 KeyIndex; member 167 u32 KeyIndex; /* 0 is the per-client key, member
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_ioctl_set.c | 513 keyid = wep->KeyIndex & 0x3fffffff; in rtw_set_802_11_add_wep() 537 wep->KeyLength, wep->KeyIndex, keyid)); in rtw_set_802_11_add_wep()
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 423 pwep->KeyIndex = wep_key_idx; in wpa_set_encryption() 424 pwep->KeyIndex |= 0x80000000; in wpa_set_encryption() 1676 wep.KeyIndex = key; in rtw_wx_set_enc() 1706 wep.KeyIndex |= 0x80000000; in rtw_wx_set_enc() 2293 pwep->KeyIndex = wep_key_idx; in rtw_set_encryption()
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | r8192U.h | 1160 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, u8 *MacAddr, u8 DefaultKe…
|
D | r8192U_core.c | 5167 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, in setKey() argument 5180 dev, EntryNo, KeyIndex, KeyType, MacAddr); in setKey() 5185 usConfig |= BIT(15) | (KeyType << 2) | KeyIndex; in setKey()
|
/linux-4.4.14/drivers/net/wireless/ |
D | atmel.c | 207 u8 KeyIndex; member
|