Searched refs:sec_cam (Results 1 – 4 of 4) sorted by relevance
12 struct rtw89_sec_cam_entry *sec_cam, in rtw89_cam_get_sec_key_cmd() argument76 if (!sec_cam->ext_key) in rtw89_cam_send_sec_key_cmd()329 sec_cam = kzalloc(sizeof(*sec_cam), GFP_KERNEL); in rtw89_cam_sec_key_install()330 if (!sec_cam) { in rtw89_cam_sec_key_install()339 sec_cam->type = hw_key_type; in rtw89_cam_sec_key_install()340 sec_cam->len = RTW89_SEC_CAM_LEN; in rtw89_cam_sec_key_install()341 sec_cam->ext_key = ext_key; in rtw89_cam_sec_key_install()360 kfree(sec_cam); in rtw89_cam_sec_key_install()441 if (!sec_cam) in rtw89_cam_sec_key_del()451 if (sec_cam->ext_key) in rtw89_cam_sec_key_del()[all …]
504 const struct rtw89_sec_cam_entry *sec_cam; in rtw89_core_tx_update_sec_key() local516 sec_cam = cam_info->sec_entries[sec_cam_idx]; in rtw89_core_tx_update_sec_key()517 if (!sec_cam) { in rtw89_core_tx_update_sec_key()552 desc_info->sec_cam_idx = sec_cam->sec_cam_idx; in rtw89_core_tx_update_sec_key()
186 u8 sec_cam[MAX_PG_CAM_BACKUP_NUM]; member
1191 rtw_sec_cam_pg_backup(rtwdev, pg_info_hdr->sec_cam); in rtw_lps_pg_info_get()
Completed in 28 milliseconds