Searched refs:KeyIndex (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_cam.c | 83 void set_swcam(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, in set_swcam() argument 91 __func__, EntryNo, KeyIndex, KeyType, is_mesh); in set_swcam() 94 ieee->swcamtable[EntryNo].key_index = KeyIndex; in set_swcam() 102 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, in setKey() argument 131 dev, EntryNo, KeyIndex, KeyType, MacAddr); in setKey() 136 usConfig |= BIT15 | (KeyType<<2) | KeyIndex; in setKey()
|
D | rtl_cam.h | 33 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, 35 void set_swcam(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType,
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | wlan_bssdef.h | 173 u32 KeyIndex; member 182 u32 KeyIndex; member 188 u32 KeyIndex; /* 0 is the per-client key, member
|
D | rtl871x_ioctl_set.c | 349 keyid = wep->KeyIndex & 0x3fffffff; in r8712_set_802_11_add_wep()
|
D | rtl871x_ioctl_linux.c | 444 pwep->KeyIndex = wep_key_idx; in wpa_set_encryption() 445 pwep->KeyIndex |= 0x80000000; in wpa_set_encryption() 1585 wep.KeyIndex = key; in r8711_wx_set_enc() 1612 wep.KeyIndex |= 0x80000000; /* transmit key */ in r8711_wx_set_enc()
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | wlan_bssdef.h | 161 u32 KeyIndex; member 167 u32 KeyIndex; /* 0 is the per-client key, member
|
/linux-4.1.27/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.1.27/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 421 pwep->KeyIndex = wep_key_idx; in wpa_set_encryption() 422 pwep->KeyIndex |= 0x80000000; in wpa_set_encryption() 1674 wep.KeyIndex = key; in rtw_wx_set_enc() 1704 wep.KeyIndex |= 0x80000000; in rtw_wx_set_enc() 2291 pwep->KeyIndex = wep_key_idx; in rtw_set_encryption()
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | r8192U.h | 1193 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, u8 *MacAddr, u8 DefaultKe…
|
D | r8192U_core.c | 4864 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, in setKey() argument 4874 …v:%p, EntryNo:%d, KeyIndex:%d, KeyType:%d, MacAddr%pM\n", dev, EntryNo, KeyIndex, KeyType, MacAddr… in setKey() 4879 usConfig |= BIT15 | (KeyType<<2) | KeyIndex; in setKey()
|
/linux-4.1.27/drivers/net/wireless/ |
D | atmel.c | 207 u8 KeyIndex; member
|