Home
last modified time | relevance | path

Searched refs:install_key_compl (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c8112 struct wmi_vdev_install_key_complete_arg install_key_compl = {}; in ath11k_vdev_install_key_compl_event() local
8115 if (ath11k_pull_vdev_install_key_compl_ev(ab, skb, &install_key_compl) != 0) { in ath11k_vdev_install_key_compl_event()
8122 install_key_compl.key_idx, install_key_compl.key_flags, in ath11k_vdev_install_key_compl_event()
8123 install_key_compl.macaddr, install_key_compl.status); in ath11k_vdev_install_key_compl_event()
8126 ar = ath11k_mac_get_ar_by_vdev_id(ab, install_key_compl.vdev_id); in ath11k_vdev_install_key_compl_event()
8129 install_key_compl.vdev_id); in ath11k_vdev_install_key_compl_event()
8136 if (install_key_compl.status != WMI_VDEV_INSTALL_KEY_COMPL_STATUS_SUCCESS) { in ath11k_vdev_install_key_compl_event()
8138 install_key_compl.macaddr, install_key_compl.status); in ath11k_vdev_install_key_compl_event()
8139 ar->install_key_status = install_key_compl.status; in ath11k_vdev_install_key_compl_event()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c7830 struct wmi_vdev_install_key_complete_arg install_key_compl = {}; in ath12k_vdev_install_key_compl_event() local
7833 if (ath12k_pull_vdev_install_key_compl_ev(ab, skb, &install_key_compl) != 0) { in ath12k_vdev_install_key_compl_event()
7840 install_key_compl.key_idx, install_key_compl.key_flags, in ath12k_vdev_install_key_compl_event()
7841 install_key_compl.macaddr, install_key_compl.status); in ath12k_vdev_install_key_compl_event()
7844 ar = ath12k_mac_get_ar_by_vdev_id(ab, install_key_compl.vdev_id); in ath12k_vdev_install_key_compl_event()
7847 install_key_compl.vdev_id); in ath12k_vdev_install_key_compl_event()
7854 if (install_key_compl.status != WMI_VDEV_INSTALL_KEY_COMPL_STATUS_SUCCESS) { in ath12k_vdev_install_key_compl_event()
7856 install_key_compl.macaddr, install_key_compl.status); in ath12k_vdev_install_key_compl_event()
7857 ar->install_key_status = install_key_compl.status; in ath12k_vdev_install_key_compl_event()