Searched refs:KeyType (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/rtl8192e/ |
| H A D | rtl_cam.c | 57 u16 KeyType, const u8 *MacAddr, u8 DefaultKey, in rtl92e_set_swcam() argument 65 __func__, EntryNo, KeyIndex, KeyType, is_mesh); in rtl92e_set_swcam() 73 ieee->swcamtable[EntryNo].key_type = KeyType; in rtl92e_set_swcam() 81 u16 KeyType, const u8 *MacAddr, u8 DefaultKey, in rtl92e_set_key() argument 112 __func__, dev, EntryNo, KeyIndex, KeyType, MacAddr); in rtl92e_set_key() 115 usConfig |= BIT15 | (KeyType<<2); in rtl92e_set_key() 117 usConfig |= BIT15 | (KeyType<<2) | KeyIndex; in rtl92e_set_key()
|
| H A D | rtl_cam.h | 19 u16 KeyType, const u8 *MacAddr, u8 DefaultKey, 22 u16 KeyType, const u8 *MacAddr, u8 DefaultKey,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/ |
| H A D | keyMgmtSta_rom.c | 744 if ((pKeyMsg->key_info.KeyType == 1) && in KeyMgmtSta_IsRxEAPOLValid() 788 pTxEapol->keyMsg.key_info.KeyType = pRxEapol->key_info.KeyType; in KeyMgmtSta_PrepareEAPOLFrame() 821 pTxEapol->keyMsg.key_info.KeyType = isUnicast; in KeyMgmtSta_PrepareEAPOLMicErrFrame()
|
| H A D | keyCommonDef.h | 169 UINT16 KeyType:1; /* Bit 3 */
|
| H A D | keyMgmtAp_rom.c | 208 pKeyInfo->KeyType = 1; in PopulateKeyMsg()
|
| H A D | keyMgmtSta.c | 183 if (pKeyMsg->key_info.KeyType && pKeyMsg->key_info.KeyMIC) { in keyMgmtProcessMsgExt() 810 if (pKeyMsg->key_info.KeyType) { in ProcessKeyMgmtDataSta()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ |
| H A D | r8192U.h | 1117 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, u8 *MacAddr, u8 DefaultKe…
|