Home
last modified time | relevance | path

Searched refs:csa_settings (Results 1 – 3 of 3) sorted by relevance

/linux/net/mac80211/
H A Dutil.c3663 struct cfg80211_csa_settings *csa_settings) in ieee80211_send_action_csa() argument
3703 *pos++ = csa_settings->block_tx ? 1 : 0; /* CSA mode */ in ieee80211_send_action_csa()
3704 freq = csa_settings->chandef.chan->center_freq; in ieee80211_send_action_csa()
3706 *pos++ = csa_settings->count; /* count */ in ieee80211_send_action_csa()
3708 if (csa_settings->chandef.width == NL80211_CHAN_WIDTH_40) { in ieee80211_send_action_csa()
3714 ch_type = cfg80211_get_chandef_type(&csa_settings->chandef); in ieee80211_send_action_csa()
3730 *pos++ |= csa_settings->block_tx ? in ieee80211_send_action_csa()
3738 if (csa_settings->chandef.width == NL80211_CHAN_WIDTH_80 || in ieee80211_send_action_csa()
3739 csa_settings->chandef.width == NL80211_CHAN_WIDTH_80P80 || in ieee80211_send_action_csa()
3740 csa_settings->chandef.width == NL80211_CHAN_WIDTH_160) { in ieee80211_send_action_csa()
[all …]
H A Dieee80211_i.h1933 struct cfg80211_csa_settings *csa_settings,
1953 struct cfg80211_csa_settings *csa_settings,
2706 struct cfg80211_csa_settings *csa_settings);
H A Dmesh.c1549 struct cfg80211_csa_settings *csa_settings, in ieee80211_mesh_csa_beacon() argument
1563 memcpy(&tmp_csa_settings->settings, csa_settings, in ieee80211_mesh_csa_beacon()