Lines Matching defs:channel
374 void ath6kl_connect_ap_mode_bss(struct ath6kl_vif *vif, u16 channel)
383 ath6kl_dbg(ATH6KL_DBG_WLAN_CFG, "AP mode started on %u MHz\n", channel);
414 if (ar->last_ch != channel)
416 ath6kl_cfg80211_ch_switch_notify(vif, channel, WMI_11G_HT20);
577 static int ath6kl_commit_ch_switch(struct ath6kl_vif *vif, u16 channel)
581 vif->profile.ch = cpu_to_le16(channel);
605 static void ath6kl_check_ch_switch(struct ath6kl *ar, u16 channel)
616 res = ath6kl_commit_ch_switch(vif, channel);
618 /* if channel switch failed, oh well we tried */
622 ath6kl_err("channel switch failed nw_type %d res %d\n",
628 void ath6kl_connect_event(struct ath6kl_vif *vif, u16 channel, u8 *bssid,
636 ath6kl_cfg80211_connect_event(vif, channel, bssid,
643 vif->bss_ch = channel;
648 ath6kl_check_ch_switch(ar, channel);
979 /* bail back to this channel if STA vif fails connect */
1054 /* restart disconnected concurrent vifs waiting for new channel */