Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/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.c3705 if (ar->state_11d == ATH11K_11D_PREPARING) in ath11k_mac_op_hw_scan()
5939 if (ar->state_11d == ATH11K_11D_PREPARING) { in ath11k_mac_op_stop()
5940 ar->state_11d = ATH11K_11D_IDLE; in ath11k_mac_op_stop()
6148 if (ar->state_11d == ATH11K_11D_PREPARING) in ath11k_mac_11d_scan_start()
6149 ar->state_11d = ATH11K_11D_RUNNING; in ath11k_mac_11d_scan_start()
6153 if (ar->state_11d == ATH11K_11D_PREPARING) { in ath11k_mac_11d_scan_start()
6154 ar->state_11d = ATH11K_11D_IDLE; in ath11k_mac_11d_scan_start()
6176 if (ar->state_11d == ATH11K_11D_PREPARING) { in ath11k_mac_11d_scan_stop()
6177 ar->state_11d = ATH11K_11D_IDLE; in ath11k_mac_11d_scan_stop()
6191 ar->state_11d = ATH11K_11D_IDLE; in ath11k_mac_11d_scan_stop()
[all …]
Dcore.h713 enum ath11k_11d_state state_11d; member
Dcore.c1662 ar->state_11d = ATH11K_11D_IDLE; in ath11k_core_pre_reconfigure_recovery()
Dwmi.c2049 if (ar->state_11d == ATH11K_11D_PREPARING) in ath11k_wmi_start_scan_init()
6445 ar->state_11d = ATH11K_11D_IDLE; in ath11k_reg_11d_new_cc_event()