Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h725 u32 vdev_id_11d_scan; member
H A Dmac.c6596 ar->vdev_id_11d_scan); in ath11k_mac_11d_scan_start()
6601 if (ar->vdev_id_11d_scan != ATH11K_11D_INVALID_VDEV_ID) in ath11k_mac_11d_scan_start()
6621 ar->vdev_id_11d_scan = vdev_id; in ath11k_mac_11d_scan_start()
6648 ar->vdev_id_11d_scan); in ath11k_mac_11d_scan_stop()
6655 if (ar->vdev_id_11d_scan != ATH11K_11D_INVALID_VDEV_ID) { in ath11k_mac_11d_scan_stop()
6656 vdev_id = ar->vdev_id_11d_scan; in ath11k_mac_11d_scan_stop()
6664 ar->vdev_id_11d_scan = ATH11K_11D_INVALID_VDEV_ID; in ath11k_mac_11d_scan_stop()
9788 ar->vdev_id_11d_scan = ATH11K_11D_INVALID_VDEV_ID; in ath11k_mac_allocate()