Home
last modified time | relevance | path

Searched refs:state_11d (Results 1 – 9 of 9) 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()
H A Dsta_cmd.c2365 enum state_11d_t state_11d; in mwifiex_sta_init_cmd() local
2510 state_11d = ENABLE_11D; in mwifiex_sta_init_cmd()
2513 &state_11d, true); in mwifiex_sta_init_cmd()
/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.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.c1493 ar->state_11d = ATH12K_11D_IDLE; in ath12k_core_pre_reconfigure_recovery()
H A Dwmi.c2625 if (ar->state_11d == ATH12K_11D_PREPARING) in ath12k_wmi_send_scan_start_cmd()
6847 ar->state_11d = ATH12K_11D_IDLE; in ath12k_reg_11d_new_cc_event()
/linux/drivers/net/wireless/ath/ath11k/
H A Dreg.c815 if (ar->state_11d != ATH11K_11D_IDLE) { in ath11k_regd_update_chan_list_work()
821 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 Dwmi.c2142 if (ar->state_11d == ATH11K_11D_PREPARING) in ath11k_wmi_start_scan_init()
7204 ar->state_11d = ATH11K_11D_IDLE; in ath11k_reg_11d_new_cc_event()