Home
last modified time | relevance | path

Searched refs:state_11d (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dreg.c117 if (wait && ar->state_11d != ATH11K_11D_IDLE) { in ath11k_reg_update_chan_list()
123 ar->state_11d = ATH11K_11D_IDLE; in ath11k_reg_update_chan_list()
H A Dmac.c3946 if (ar->state_11d == ATH11K_11D_PREPARING && in ath11k_mac_op_hw_scan()
4086 if (ar->state_11d == ATH11K_11D_PREPARING) in ath11k_mac_op_hw_scan()
6425 if (ar->state_11d == ATH11K_11D_PREPARING) { in ath11k_mac_op_stop()
6426 ar->state_11d = ATH11K_11D_IDLE; in ath11k_mac_op_stop()
6617 if (ar->state_11d == ATH11K_11D_PREPARING) in ath11k_mac_11d_scan_start()
6618 ar->state_11d = ATH11K_11D_RUNNING; in ath11k_mac_11d_scan_start()
6622 if (ar->state_11d == ATH11K_11D_PREPARING) { in ath11k_mac_11d_scan_start()
6623 ar->state_11d = ATH11K_11D_IDLE; in ath11k_mac_11d_scan_start()
6645 if (ar->state_11d == ATH11K_11D_PREPARING) { in ath11k_mac_11d_scan_stop()
6646 ar->state_11d = ATH11K_11D_IDLE; in ath11k_mac_11d_scan_stop()
[all …]
H A Dcore.h748 enum ath11k_11d_state state_11d; member
H A Dcore.c1844 ar->state_11d = ATH11K_11D_IDLE; in ath11k_core_pre_reconfigure_recovery()
H A Dwmi.c2199 if (ar->state_11d == ATH11K_11D_PREPARING) in ath11k_wmi_start_scan_init()
7342 ar->state_11d = ATH11K_11D_IDLE; in ath11k_reg_11d_new_cc_event()