Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A 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()
H A 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()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A 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()
H A Dmac.c3944 if (ar->state_11d == ATH11K_11D_PREPARING && in ath11k_mac_op_hw_scan()
4084 if (ar->state_11d == ATH11K_11D_PREPARING) in ath11k_mac_op_hw_scan()
6423 if (ar->state_11d == ATH11K_11D_PREPARING) { in ath11k_mac_op_stop()
6424 ar->state_11d = ATH11K_11D_IDLE; in ath11k_mac_op_stop()
6615 if (ar->state_11d == ATH11K_11D_PREPARING) in ath11k_mac_11d_scan_start()
6616 ar->state_11d = ATH11K_11D_RUNNING; in ath11k_mac_11d_scan_start()
6620 if (ar->state_11d == ATH11K_11D_PREPARING) { in ath11k_mac_11d_scan_start()
6621 ar->state_11d = ATH11K_11D_IDLE; in ath11k_mac_11d_scan_start()
6644 ar->state_11d = ATH11K_11D_IDLE; in ath11k_mac_11d_scan_stop()
6658 ar->state_11d = ATH11K_11D_IDLE; in ath11k_mac_11d_scan_stop()
[all …]
H A Dcore.h727 enum ath11k_11d_state state_11d; member
H A Dcore.c1811 ar->state_11d = ATH11K_11D_IDLE; in ath11k_core_pre_reconfigure_recovery()
H A 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()