Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dreg.c835 if (ar->state_11d != ATH12K_11D_IDLE) {
841 ar->state_11d = ATH12K_11D_IDLE;
H A Dmac.c5649 "scan engine is busy 11d state %d\n", ar->state_11d); in ath12k_mac_initiate_hw_scan()
5673 if (ar->state_11d == ATH12K_11D_PREPARING && in ath12k_mac_initiate_hw_scan()
9811 ar->state_11d = ATH12K_11D_IDLE; in ath12k_mac_stop()
10099 if (ar->state_11d == ATH12K_11D_PREPARING) in ath12k_mac_11d_scan_start()
10100 ar->state_11d = ATH12K_11D_RUNNING; in ath12k_mac_11d_scan_start()
10104 if (ar->state_11d == ATH12K_11D_PREPARING) { in ath12k_mac_11d_scan_start()
10105 ar->state_11d = ATH12K_11D_IDLE; in ath12k_mac_11d_scan_start()
10123 if (ar->state_11d == ATH12K_11D_PREPARING) { in ath12k_mac_11d_scan_stop()
10124 ar->state_11d = ATH12K_11D_IDLE; in ath12k_mac_11d_scan_stop()
10138 ar->state_11d = ATH12K_11D_IDLE; in ath12k_mac_11d_scan_stop()
[all …]
H A Dcore.h765 enum ath12k_11d_state state_11d; member
H A Dcore.c1516 ar->state_11d = ATH12K_11D_IDLE; in ath12k_core_pre_reconfigure_recovery()
H A Dwmi.c2725 if (ar->state_11d == ATH12K_11D_PREPARING) in ath12k_wmi_send_scan_start_cmd()
7059 ar->state_11d = ATH12K_11D_IDLE; in ath12k_reg_11d_new_cc_event()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dreg.c828 if (ar->state_11d != ATH11K_11D_IDLE) { in ath11k_regd_update_chan_list_work()
834 ar->state_11d = ATH11K_11D_IDLE; in ath11k_regd_update_chan_list_work()
H A Dmac.c4196 if (ar->state_11d == ATH11K_11D_PREPARING && in ath11k_mac_op_hw_scan()
4339 if (ar->state_11d == ATH11K_11D_PREPARING) in ath11k_mac_op_hw_scan()
6770 if (ar->state_11d == ATH11K_11D_PREPARING) { in ath11k_mac_op_stop()
6771 ar->state_11d = ATH11K_11D_IDLE; in ath11k_mac_op_stop()
6968 if (ar->state_11d == ATH11K_11D_PREPARING) in ath11k_mac_11d_scan_start()
6969 ar->state_11d = ATH11K_11D_RUNNING; in ath11k_mac_11d_scan_start()
6973 if (ar->state_11d == ATH11K_11D_PREPARING) { in ath11k_mac_11d_scan_start()
6974 ar->state_11d = ATH11K_11D_IDLE; in ath11k_mac_11d_scan_start()
6996 if (ar->state_11d == ATH11K_11D_PREPARING) { in ath11k_mac_11d_scan_stop()
6997 ar->state_11d = ATH11K_11D_IDLE; in ath11k_mac_11d_scan_stop()
[all …]
H A Dcore.h819 enum ath11k_11d_state state_11d; member
H A Dcore.c2469 ar->state_11d = ATH11K_11D_IDLE; in ath11k_core_pre_reconfigure_recovery()
H A Dwmi.c2263 if (ar->state_11d == ATH11K_11D_PREPARING) in ath11k_wmi_start_scan_init()
7524 ar->state_11d = ATH11K_11D_IDLE; in ath11k_reg_11d_new_cc_event()