Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/marvell/mwifiex/
Duap_cmd.c448 enum state_11d_t state_11d; in mwifiex_config_uap_11d() local
455 state_11d = ENABLE_11D; in mwifiex_config_uap_11d()
458 &state_11d, true)) { in mwifiex_config_uap_11d()
Dsta_cmd.c2259 enum state_11d_t state_11d; in mwifiex_sta_init_cmd() local
2400 state_11d = ENABLE_11D; in mwifiex_sta_init_cmd()
2403 &state_11d, true); in mwifiex_sta_init_cmd()
/Linux-v6.6/drivers/net/wireless/ath/ath11k/
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()
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 …]
Dcore.h727 enum ath11k_11d_state state_11d; member
Dcore.c1811 ar->state_11d = ATH11K_11D_IDLE; in ath11k_core_pre_reconfigure_recovery()
Dwmi.c2080 if (ar->state_11d == ATH11K_11D_PREPARING) in ath11k_wmi_start_scan_init()
7024 ar->state_11d = ATH11K_11D_IDLE; in ath11k_reg_11d_new_cc_event()