Home
last modified time | relevance | path

Searched refs:oper_channel (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/net/mac80211/
Dmain.c111 if (chan == local->oper_channel) in ieee80211_hw_config()
119 chan = local->oper_channel; in ieee80211_hw_config()
123 if (chan != local->oper_channel || in ieee80211_hw_config()
715 if (!local->oper_channel) { in ieee80211_register_hw()
718 local->oper_channel = &sband->channels[0]; in ieee80211_register_hw()
Dcfg.c751 sband = local->hw.wiphy->bands[local->oper_channel->band]; in sta_apply_parameters()
866 sta->sta.supp_rates[local->oper_channel->band] = rates; in sta_apply_parameters()
1408 wiphy->bands[local->oper_channel->band]; in ieee80211_change_bss()
1494 if (local->oper_channel != chan) in ieee80211_set_channel()
1510 old_oper = local->oper_channel; in ieee80211_set_channel()
1511 local->oper_channel = chan; in ieee80211_set_channel()
1514 if ((old_oper != local->oper_channel) || in ieee80211_set_channel()
1612 if (local->oper_channel == req->bss->channel) in ieee80211_assoc()
1646 if (local->oper_channel == params->channel) in ieee80211_join_ibss()
2053 chan != local->oper_channel) in ieee80211_mgmt_tx()
[all …]
Dibss.c83 local->oper_channel = chan; in __ieee80211_sta_join_ibss()
501 if (cbss->channel != local->oper_channel) in ieee80211_rx_bss_info()
782 if (!(local->oper_channel->flags & IEEE80211_CHAN_NO_IBSS)) { in ieee80211_sta_find_ibss()
1092 sdata->local->oper_channel = params->channel; in ieee80211_ibss_join()
Dmlme.c403 sband = local->hw.wiphy->bands[local->oper_channel->band]; in ieee80211_send_assoc()
524 *pos++ = local->oper_channel->max_power; /* max tx power */ in ieee80211_send_assoc()
562 sband, local->oper_channel, ifmgd->ap_smps); in ieee80211_send_assoc()
730 sdata->local->oper_channel = sdata->local->csa_channel; in ieee80211_chswitch_work()
737 sdata->local->hw.conf.channel = sdata->local->oper_channel; in ieee80211_chswitch_work()
741 ifmgd->associated->channel = sdata->local->oper_channel; in ieee80211_chswitch_work()
766 sdata->local->csa_channel = sdata->local->oper_channel; in ieee80211_chswitch_done()
2048 sband = local->hw.wiphy->bands[local->oper_channel->band]; in ieee80211_assoc_success()
3082 local->oper_channel = cbss->channel; in ieee80211_prep_connection()
3118 if (local->oper_channel->band == IEEE80211_BAND_2GHZ && in ieee80211_prep_connection()
Dmesh.c360 sband = local->hw.wiphy->bands[local->oper_channel->band]; in mesh_add_ht_cap_ie()
378 struct ieee80211_channel *channel = local->oper_channel; in mesh_add_ht_info_ie()
Dmesh_plink.c96 sband = local->hw.wiphy->bands[local->oper_channel->band]; in mesh_plink_alloc()
Dscan.c248 if (channel == sdata->local->oper_channel) in ieee80211_scan_rx()
Dieee80211_i.h979 struct ieee80211_channel *oper_channel, *csa_channel; member
Diface.c1004 if (sdata->local->oper_channel->flags & IEEE80211_CHAN_NO_IBSS && in ieee80211_if_change_type()