Searched refs:install_key_compl (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/net/wireless/ath/ath12k/ |
D | wmi.c | 6215 struct wmi_vdev_install_key_complete_arg install_key_compl = {0}; in ath12k_vdev_install_key_compl_event() local 6218 if (ath12k_pull_vdev_install_key_compl_ev(ab, skb, &install_key_compl) != 0) { in ath12k_vdev_install_key_compl_event() 6225 install_key_compl.key_idx, install_key_compl.key_flags, in ath12k_vdev_install_key_compl_event() 6226 install_key_compl.macaddr, install_key_compl.status); in ath12k_vdev_install_key_compl_event() 6229 ar = ath12k_mac_get_ar_by_vdev_id(ab, install_key_compl.vdev_id); in ath12k_vdev_install_key_compl_event() 6232 install_key_compl.vdev_id); in ath12k_vdev_install_key_compl_event() 6239 if (install_key_compl.status != WMI_VDEV_INSTALL_KEY_COMPL_STATUS_SUCCESS) { in ath12k_vdev_install_key_compl_event() 6241 install_key_compl.macaddr, install_key_compl.status); in ath12k_vdev_install_key_compl_event() 6242 ar->install_key_status = install_key_compl.status; in ath12k_vdev_install_key_compl_event()
|
/Linux-v6.6/drivers/net/wireless/ath/ath11k/ |
D | wmi.c | 8028 struct wmi_vdev_install_key_complete_arg install_key_compl = {0}; in ath11k_vdev_install_key_compl_event() local 8031 if (ath11k_pull_vdev_install_key_compl_ev(ab, skb, &install_key_compl) != 0) { in ath11k_vdev_install_key_compl_event() 8038 install_key_compl.key_idx, install_key_compl.key_flags, in ath11k_vdev_install_key_compl_event() 8039 install_key_compl.macaddr, install_key_compl.status); in ath11k_vdev_install_key_compl_event() 8042 ar = ath11k_mac_get_ar_by_vdev_id(ab, install_key_compl.vdev_id); in ath11k_vdev_install_key_compl_event() 8045 install_key_compl.vdev_id); in ath11k_vdev_install_key_compl_event() 8052 if (install_key_compl.status != WMI_VDEV_INSTALL_KEY_COMPL_STATUS_SUCCESS) { in ath11k_vdev_install_key_compl_event() 8054 install_key_compl.macaddr, install_key_compl.status); in ath11k_vdev_install_key_compl_event() 8055 ar->install_key_status = install_key_compl.status; in ath11k_vdev_install_key_compl_event()
|