Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A Duap_cmd.c443 enum state_11d_t state_11d; in mwifiex_config_uap_11d() local
450 state_11d = ENABLE_11D; in mwifiex_config_uap_11d()
453 &state_11d, true)) { in mwifiex_config_uap_11d()
/linux/drivers/net/wireless/ath/ath11k/
H A Dreg.c816 if (ar->state_11d != ATH11K_11D_IDLE) { in ath11k_regd_update_chan_list_work()
822 ar->state_11d = ATH11K_11D_IDLE; in ath11k_regd_update_chan_list_work()
H A Dmac.c4194 if (ar->state_11d == ATH11K_11D_PREPARING && in ath11k_mac_op_hw_scan()
4337 if (ar->state_11d == ATH11K_11D_PREPARING) in ath11k_mac_op_hw_scan()
6755 if (ar->state_11d == ATH11K_11D_PREPARING) { in ath11k_mac_op_stop()
6756 ar->state_11d = ATH11K_11D_IDLE; in ath11k_mac_op_stop()
6953 if (ar->state_11d == ATH11K_11D_PREPARING) in ath11k_mac_11d_scan_start()
6954 ar->state_11d = ATH11K_11D_RUNNING; in ath11k_mac_11d_scan_start()
6958 if (ar->state_11d == ATH11K_11D_PREPARING) { in ath11k_mac_11d_scan_start()
6959 ar->state_11d = ATH11K_11D_IDLE; in ath11k_mac_11d_scan_start()
6981 if (ar->state_11d == ATH11K_11D_PREPARING) { in ath11k_mac_11d_scan_stop()
6982 ar->state_11d = ATH11K_11D_IDLE; in ath11k_mac_11d_scan_stop()
[all …]
H A Dcore.h784 enum ath11k_11d_state state_11d; member
H A Dcore.c2352 ar->state_11d = ATH11K_11D_IDLE; in ath11k_core_pre_reconfigure_recovery()
H A Dwmi.c2130 if (ar->state_11d == ATH11K_11D_PREPARING) in ath11k_wmi_start_scan_init()
7153 ar->state_11d = ATH11K_11D_IDLE; in ath11k_reg_11d_new_cc_event()
/linux/drivers/net/wireless/ath/ath12k/
H A Dreg.c822 if (ar->state_11d != ATH12K_11D_IDLE) { in ath12k_regd_update_chan_list_work()
828 ar->state_11d = ATH12K_11D_IDLE; in ath12k_regd_update_chan_list_work()
H A Dmac.c5373 "scan engine is busy 11d state %d\n", ar->state_11d); in ath12k_mac_initiate_hw_scan()
5397 if (ar->state_11d == ATH12K_11D_PREPARING && in ath12k_mac_initiate_hw_scan()
9617 ar->state_11d = ATH12K_11D_IDLE; in ath12k_mac_stop()
9902 if (ar->state_11d == ATH12K_11D_PREPARING) in ath12k_mac_11d_scan_start()
9903 ar->state_11d = ATH12K_11D_RUNNING; in ath12k_mac_11d_scan_start()
9907 if (ar->state_11d == ATH12K_11D_PREPARING) { in ath12k_mac_11d_scan_start()
9908 ar->state_11d = ATH12K_11D_IDLE; in ath12k_mac_11d_scan_start()
9926 if (ar->state_11d == ATH12K_11D_PREPARING) { in ath12k_mac_11d_scan_stop()
9927 ar->state_11d = ATH12K_11D_IDLE; in ath12k_mac_11d_scan_stop()
9941 ar->state_11d = ATH12K_11D_IDLE; in ath12k_mac_11d_scan_stop()
[all …]