Searched defs:csa_settings (Results 1 - 3 of 3) sorted by relevance

/net/mac80211/
H A Dibss.c44 struct cfg80211_csa_settings *csa_settings)
141 if (csa_settings) {
144 *pos++ = csa_settings->block_tx ? 1 : 0;
146 csa_settings->chandef.chan->center_freq);
148 *pos++ = csa_settings->count;
467 struct cfg80211_csa_settings *csa_settings)
508 NULL, csa_settings);
39 ieee80211_ibss_build_presp(struct ieee80211_sub_if_data *sdata, const int beacon_int, const u32 basic_rates, const u16 capability, u64 tsf, struct cfg80211_chan_def *chandef, bool *have_higher_than_11mbit, struct cfg80211_csa_settings *csa_settings) argument
466 ieee80211_ibss_csa_beacon(struct ieee80211_sub_if_data *sdata, struct cfg80211_csa_settings *csa_settings) argument
H A Dmesh.c1082 struct cfg80211_csa_settings *csa_settings)
1093 memcpy(&tmp_csa_settings->settings, csa_settings,
1081 ieee80211_mesh_csa_beacon(struct ieee80211_sub_if_data *sdata, struct cfg80211_csa_settings *csa_settings) argument
H A Dutil.c2635 struct cfg80211_csa_settings *csa_settings)
2675 *pos++ = csa_settings->block_tx ? 1 : 0; /* CSA mode */
2676 freq = csa_settings->chandef.chan->center_freq;
2678 *pos++ = csa_settings->count; /* count */
2680 if (csa_settings->chandef.width == NL80211_CHAN_WIDTH_40) {
2686 ch_type = cfg80211_get_chandef_type(&csa_settings->chandef);
2702 *pos++ |= csa_settings->block_tx ?
2634 ieee80211_send_action_csa(struct ieee80211_sub_if_data *sdata, struct cfg80211_csa_settings *csa_settings) argument

Completed in 11 milliseconds