Home
last modified time | relevance | path

Searched refs:tmp_channel (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dbcm_app_utils.c225 int tmp_channel = spec_to_chan(input[i]->chanspec); in cca_analyze() local
228 if (is2g && tmp_channel != 1 && tmp_channel != 6 && tmp_channel != 11) in cca_analyze()
H A Dwl_android.c2861 int tmp_channel = 0; in wl_android_send_action_frame() local
2915 tmp_channel = ci.hw_channel; in wl_android_send_action_frame()
2918 tmp_channel = params->channel; in wl_android_send_action_frame()
2921 af_params->channel = tmp_channel; in wl_android_send_action_frame()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dbcm_app_utils.c225 int tmp_channel = spec_to_chan(input[i]->chanspec); in cca_analyze() local
228 if (is2g && tmp_channel != 1 && tmp_channel != 6 && tmp_channel != 11) in cca_analyze()
H A Dwl_android.c2775 int tmp_channel = 0; in wl_android_send_action_frame() local
2829 tmp_channel = ci.hw_channel; in wl_android_send_action_frame()
2832 tmp_channel = params->channel; in wl_android_send_action_frame()
2835 af_params->channel = tmp_channel; in wl_android_send_action_frame()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dbcm_app_utils.c225 int tmp_channel = spec_to_chan(input[i]->chanspec); in cca_analyze() local
228 if (is2g && tmp_channel != 1 && tmp_channel != 6 && tmp_channel != 11) in cca_analyze()
H A Dwl_android.c2583 int tmp_channel = 0; in wl_android_send_action_frame() local
2637 tmp_channel = ci.hw_channel; in wl_android_send_action_frame()
2640 tmp_channel = params->channel; in wl_android_send_action_frame()
2643 af_params->channel = tmp_channel; in wl_android_send_action_frame()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dbcm_app_utils.c224 int tmp_channel = spec_to_chan(input[i]->chanspec); in cca_analyze() local
227 if (is2g && tmp_channel != 1 && tmp_channel != 6 && tmp_channel != 11) in cca_analyze()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcm_app_utils.c217 int tmp_channel = spec_to_chan(input[i]->chanspec); in cca_analyze() local
220 if (is2g && tmp_channel != 1 && tmp_channel != 6 && tmp_channel != 11) in cca_analyze()
H A Dwl_android.c2751 int tmp_channel = 0; in wl_android_send_action_frame() local
2805 tmp_channel = ci.hw_channel; in wl_android_send_action_frame()
2808 tmp_channel = params->channel; in wl_android_send_action_frame()
2811 af_params->channel = tmp_channel; in wl_android_send_action_frame()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcm_app_utils.c217 int tmp_channel = spec_to_chan(input[i]->chanspec); in cca_analyze() local
220 if (is2g && tmp_channel != 1 && tmp_channel != 6 && tmp_channel != 11) in cca_analyze()
H A Dwl_android.c2759 int tmp_channel = 0; in wl_android_send_action_frame() local
2813 tmp_channel = ci.hw_channel; in wl_android_send_action_frame()
2816 tmp_channel = params->channel; in wl_android_send_action_frame()
2819 af_params->channel = tmp_channel; in wl_android_send_action_frame()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Doffchannel.c365 local->tmp_channel = roc->chan; in _ieee80211_start_next_roc()
441 local->tmp_channel = NULL; in __ieee80211_roc_work()
H A Dmain.c106 } else if (local->tmp_channel) { in ieee80211_hw_conf_chan()
107 chandef.chan = local->tmp_channel; in ieee80211_hw_conf_chan()
H A Dieee80211_i.h1321 struct ieee80211_channel *tmp_channel; member
H A Dmlme.c2639 if (sdata->local->tmp_channel || sdata->local->scanning) { in ieee80211_mgd_probe_ap()