Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/realtek/rtw89/
A Dcam.c12 struct rtw89_sec_cam_entry *sec_cam, in rtw89_cam_get_sec_key_cmd() argument
76 if (!sec_cam->ext_key) in rtw89_cam_send_sec_key_cmd()
289 sec_cam = kzalloc(sizeof(*sec_cam), GFP_KERNEL); in rtw89_cam_sec_key_install()
290 if (!sec_cam) { in rtw89_cam_sec_key_install()
296 sec_cam->type = hw_key_type; in rtw89_cam_sec_key_install()
297 sec_cam->len = RTW89_SEC_CAM_LEN; in rtw89_cam_sec_key_install()
298 sec_cam->ext_key = ext_key; in rtw89_cam_sec_key_install()
316 kfree(sec_cam); in rtw89_cam_sec_key_install()
400 if (!sec_cam) in rtw89_cam_sec_key_del()
420 if (sec_cam->ext_key) in rtw89_cam_sec_key_del()
[all …]
A Dcore.c425 struct rtw89_sec_cam_entry *sec_cam; in rtw89_core_tx_update_sec_key() local
441 sec_cam = addr_cam->sec_entries[key->hw_key_idx]; in rtw89_core_tx_update_sec_key()
442 if (!sec_cam) { in rtw89_core_tx_update_sec_key()
477 desc_info->sec_cam_idx = sec_cam->sec_cam_idx; in rtw89_core_tx_update_sec_key()
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw88/
A Dfw.h171 u8 sec_cam[MAX_PG_CAM_BACKUP_NUM]; member
A Dfw.c1043 rtw_sec_cam_pg_backup(rtwdev, pg_info_hdr->sec_cam); in rtw_lps_pg_info_get()

Completed in 28 milliseconds