Searched refs:grKey (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/ |
| H A D | keyMgmtAp_rom.c | 237 KeyData_t *grKey, Cipher_t *cipher) in prepareKDE() argument 245 if (!tx_eapol_ptr || !grKey || !cipher) { in prepareKDE() 266 memcpy(util_fns, (void *)buf_p, (void *)grKey->Key, TK_SIZE); in prepareKDE() 271 memcpy(util_fns, (void *)buf_p, (void *)grKey->TxMICKey, in prepareKDE() 274 memcpy(util_fns, (void *)buf_p, (void *)grKey->RxMICKey, in prepareKDE() 400 KeyData_t *grKey, Cipher_t *cipher) in KeyData_AddGTK() argument 405 memcpy(util_fns, (void *)buf_p, (void *)grKey, TK_SIZE); in KeyData_AddGTK() 412 memcpy(util_fns, (void *)buf_p, (void *)grKey->TxMICKey, in KeyData_AddGTK() 415 memcpy(util_fns, (void *)buf_p, (void *)grKey->RxMICKey, in KeyData_AddGTK() 425 SecurityMode_t *pSecType, KeyData_t *grKey, Cipher_t *cipher) in KeyData_AddKey() argument [all …]
|
| H A D | keyMgmtAp_rom.h | 56 KeyData_t *grKey, Cipher_t *cipher); 66 KeyData_t *grKey, Cipher_t *cipher); 70 KeyData_t *grKey, Cipher_t *cipher);
|