Home
last modified time | relevance | path

Searched refs:state_11d (Results 1 – 11 of 11) 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.c2360 enum state_11d_t state_11d; in mwifiex_sta_init_cmd() local
2505 state_11d = ENABLE_11D; in mwifiex_sta_init_cmd()
2508 &state_11d, true); in mwifiex_sta_init_cmd()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Duap_cmd.c1168 enum state_11d_t state_11d; in nxpwifi_config_uap_11d() local
1175 state_11d = ENABLE_11D; in nxpwifi_config_uap_11d()
1178 &state_11d, true)) { in nxpwifi_config_uap_11d()
H A Dsta_cmd.c3273 enum state_11d_t state_11d; in nxpwifi_sta_init_cmd() local
3375 state_11d = ENABLE_11D; in nxpwifi_sta_init_cmd()
3378 &state_11d, true); in nxpwifi_sta_init_cmd()
/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 Dcore.c2438 ar->state_11d = ATH11K_11D_IDLE; in ath11k_core_pre_reconfigure_recovery()
H A Dwmi.c2151 if (ar->state_11d == ATH11K_11D_PREPARING) in ath11k_wmi_start_scan_init()
7222 ar->state_11d = ATH11K_11D_IDLE; in ath11k_reg_11d_new_cc_event()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c5731 "scan engine is busy 11d state %d\n", ar->state_11d); in ath12k_mac_initiate_hw_scan()
5754 if (ar->state_11d == ATH12K_11D_PREPARING && in ath12k_mac_initiate_hw_scan()
10016 ar->state_11d = ATH12K_11D_IDLE; in ath12k_mac_stop()
10314 if (ar->state_11d == ATH12K_11D_PREPARING) in ath12k_mac_11d_scan_start()
10315 ar->state_11d = ATH12K_11D_RUNNING; in ath12k_mac_11d_scan_start()
10319 if (ar->state_11d == ATH12K_11D_PREPARING) { in ath12k_mac_11d_scan_start()
10320 ar->state_11d = ATH12K_11D_IDLE; in ath12k_mac_11d_scan_start()
10338 if (ar->state_11d == ATH12K_11D_PREPARING) { in ath12k_mac_11d_scan_stop()
10339 ar->state_11d = ATH12K_11D_IDLE; in ath12k_mac_11d_scan_stop()
10353 ar->state_11d = ATH12K_11D_IDLE; in ath12k_mac_11d_scan_stop()
[all …]
H A Dcore.h750 enum ath12k_11d_state state_11d; member
H A Dcore.c1502 ar->state_11d = ATH12K_11D_IDLE; in ath12k_core_pre_reconfigure_recovery()
H A Dwmi.c2703 if (ar->state_11d == ATH12K_11D_PREPARING) in ath12k_wmi_send_scan_start_cmd()
6943 ar->state_11d = ATH12K_11D_IDLE; in ath12k_reg_11d_new_cc_event()