summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtw89/cam.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: rtw89: Add encryption support for MLO connectionsPo-Hao Huang2024-10-291-0/+51
* wifi: rtw89: tweak driver architecture for impending MLO supportZong-Zhe Yang2024-09-241-28/+98
* wifi: rtw89: read link_sta corresponding to the linkZong-Zhe Yang2024-09-241-1/+13
* wifi: rtw89: read bss_conf corresponding to the linkZong-Zhe Yang2024-09-241-3/+10
* wifi: rtw89: rename rtw89_sta to rtw89_sta_link ahead for MLOZong-Zhe Yang2024-09-241-20/+23
* wifi: rtw89: rename rtw89_vif to rtw89_vif_link ahead for MLOZong-Zhe Yang2024-09-241-52/+57
* wifi: rtw89: add support for HW encryption in unicast management framesKuan-Chung Chen2024-08-071-4/+8
* wifi: rtw89: 885xbx: apply common settings to 8851B, 8852B and 8852BTPing-Ke Shih2024-06-171-0/+1
* wifi: rtw89: cam: tweak relation between sec CAM and addr CAMZong-Zhe Yang2024-05-141-29/+50
* wifi: rtw89: wow: support WEP cipher on WoWLANChih-Kang Chang2024-05-041-2/+5
* wifi: rtw89: wow: support 802.11w PMF IGTK rekeyChih-Kang Chang2024-05-041-0/+3
* wifi: rtw89: wow: add GTK rekey feature related H2C commandsChih-Kang Chang2024-05-041-0/+38
* wifi: rtw89: use struct to access firmware command h2c_dctl_sec_cam_v1Chih-Kang Chang2024-05-041-20/+52
* wifi: rtw89: fw: add H2C command to update security CAM v2Ping-Ke Shih2024-01-181-0/+61
* wifi: rtw89: set entry size of address CAM to H2C field by chipPing-Ke Shih2023-10-301-1/+15
* wifi: rtw89: allocate BSSID CAM per TDLS peerPing-Ke Shih2022-06-211-2/+3
* wifi: rtw89: separate BSSID CAM operationsPing-Ke Shih2022-06-211-8/+16
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-1/+1
* wifi: rtw89: support MULTI_BSSID and correct BSSID mask of H2CPing-Ke Shih2022-06-081-0/+7
* rtw89: configure security CAM for V1 chipPing-Ke Shih2022-04-131-0/+9
* rtw89: add new H2C to configure security CAM via DCTL for V1 chipPing-Ke Shih2022-04-131-0/+28
* rtw89: support hardware generate security headerPing-Ke Shih2022-04-061-1/+3
* rtw89: add chip_info::h2c_desc_size/fill_txdesc_fwcmd to support new chipsPing-Ke Shih2022-04-061-1/+1
* rtw89: ser: fix CAM leaks occurring in L2 resetZong-Zhe Yang2022-04-061-2/+12
* rtw89: add addr_cam field to sta to support AP modePing-Ke Shih2022-02-101-3/+3
* rtw89: separate {init,deinit}_addr_cam functionsPing-Ke Shih2022-01-281-13/+21
* rtw89: fix sending wrong rtwsta->mac_id to firmware to fill address CAMPing-Ke Shih2021-12-081-24/+19
* rtw89: update scan_mac_addr during scanning periodPing-Ke Shih2021-12-081-10/+12
* rtw89: fix return value check in rtw89_cam_send_sec_key_cmd()Yang Yingliang2021-10-201-1/+1
* rtw89: add Realtek 802.11ax driverPing-Ke Shih2021-10-131-0/+695