Home
last modified time | relevance | path

Searched refs:KeyType (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_cam.c57 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 Drtl_cam.h19 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 DkeyMgmtSta_rom.c744 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 DkeyCommonDef.h169 UINT16 KeyType:1; /* Bit 3 */
H A DkeyMgmtAp_rom.c208 pKeyInfo->KeyType = 1; in PopulateKeyMsg()
H A DkeyMgmtSta.c183 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 Dr8192U.h1117 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, u8 *MacAddr, u8 DefaultKe…