Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A DkeyMgmtAp_rom.c188 key_info_t *pKeyInfo; in PopulateKeyMsg() local
194 pKeyInfo = &tx_eapol_ptr->keyMsg.key_info; in PopulateKeyMsg()
205 pKeyInfo->KeyAck = 1; in PopulateKeyMsg()
208 pKeyInfo->KeyType = 1; in PopulateKeyMsg()
210 pKeyInfo->KeyMIC = 1; in PopulateKeyMsg()
211 pKeyInfo->Install = 1; in PopulateKeyMsg()
212 pKeyInfo->EncryptedKeyData = pKeyInfo->Secure = in PopulateKeyMsg()
216 pKeyInfo->Secure = 1; in PopulateKeyMsg()
217 pKeyInfo->KeyMIC = 1; in PopulateKeyMsg()
218 pKeyInfo->EncryptedKeyData = (Type & WPA2_HANDSHAKE) ? 1 : 0; in PopulateKeyMsg()