Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcam.c487 if (!chip->hw_mgmt_tx_encrypt) in rtw89_cam_sec_key_add()
492 if (!chip->hw_mgmt_tx_encrypt) in rtw89_cam_sec_key_add()
498 if (!chip->hw_mgmt_tx_encrypt) in rtw89_cam_sec_key_add()
503 if (!chip->hw_mgmt_tx_encrypt) in rtw89_cam_sec_key_add()
H A Drtw8852bt.c793 .hw_mgmt_tx_encrypt = false,
H A Drtw8852b.c860 .hw_mgmt_tx_encrypt = false,
H A Drtw8852a.c2224 .hw_mgmt_tx_encrypt = false,
H A Drtw8851b.c2506 .hw_mgmt_tx_encrypt = false,
H A Drtw8852c.c3021 .hw_mgmt_tx_encrypt = true,
H A Drtw8922a.c2830 .hw_mgmt_tx_encrypt = true,
H A Dcore.h4291 bool hw_mgmt_tx_encrypt; member
H A Dcore.c690 if (chip->hw_mgmt_tx_encrypt && IEEE80211_SKB_CB(skb)->control.hw_key) { in rtw89_core_tx_update_mgmt_info()