Searched refs:have_higher_than_11mbit (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | ibss.c | 42 bool *have_higher_than_11mbit, in ieee80211_ibss_build_presp() 97 if (have_higher_than_11mbit) in ieee80211_ibss_build_presp() 98 *have_higher_than_11mbit = false; in ieee80211_ibss_build_presp() 104 have_higher_than_11mbit) in ieee80211_ibss_build_presp() 105 *have_higher_than_11mbit = true; in ieee80211_ibss_build_presp() 234 bool have_higher_than_11mbit; in __ieee80211_sta_join_ibss() local 319 &have_higher_than_11mbit, NULL); in __ieee80211_sta_join_ibss() 355 if (chan->band == NL80211_BAND_2GHZ && have_higher_than_11mbit) in __ieee80211_sta_join_ibss() 38 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) ieee80211_ibss_build_presp() argument
|
H A D | mlme.c | 3200 bool *have_higher_than_11mbit, in ieee80211_get_rates() 3211 *have_higher_than_11mbit = true; in ieee80211_get_rates() 5216 bool have_higher_than_11mbit = false; in ieee80211_prep_connection() local 5230 &have_higher_than_11mbit, in ieee80211_prep_connection() 5266 have_higher_than_11mbit) in ieee80211_prep_connection() 3197 ieee80211_get_rates(struct ieee80211_supported_band *sband, u8 *supp_rates, unsigned int supp_rates_len, u32 *rates, u32 *basic_rates, bool *have_higher_than_11mbit, int *min_rate, int *min_rate_index, int shift) ieee80211_get_rates() argument
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | ibss.c | 42 bool *have_higher_than_11mbit, in ieee80211_ibss_build_presp() 97 if (have_higher_than_11mbit) in ieee80211_ibss_build_presp() 98 *have_higher_than_11mbit = false; in ieee80211_ibss_build_presp() 104 have_higher_than_11mbit) in ieee80211_ibss_build_presp() 105 *have_higher_than_11mbit = true; in ieee80211_ibss_build_presp() 234 bool have_higher_than_11mbit; in __ieee80211_sta_join_ibss() local 318 &have_higher_than_11mbit, NULL); in __ieee80211_sta_join_ibss() 355 chan->band == NL80211_BAND_2GHZ && have_higher_than_11mbit; in __ieee80211_sta_join_ibss() 38 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) ieee80211_ibss_build_presp() argument
|
H A D | mlme.c | 3896 bool *have_higher_than_11mbit, in ieee80211_get_rates() 3907 *have_higher_than_11mbit = true; in ieee80211_get_rates() 4395 bool have_higher_than_11mbit = false; in ieee80211_mgd_setup_link_sta() local 4413 &rates, &basic_rates, &have_higher_than_11mbit, in ieee80211_mgd_setup_link_sta() 4443 have_higher_than_11mbit; in ieee80211_mgd_setup_link_sta() 3893 ieee80211_get_rates(struct ieee80211_supported_band *sband, u8 *supp_rates, unsigned int supp_rates_len, u32 *rates, u32 *basic_rates, bool *have_higher_than_11mbit, int *min_rate, int *min_rate_index, int shift) ieee80211_get_rates() argument
|
Completed in 19 milliseconds