Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A Dutil.c2156 static void cfg80211_calculate_bi_data(struct wiphy *wiphy, u32 new_beacon_int, in cfg80211_calculate_bi_data() argument
2189 if (new_beacon_int && *beacon_int_gcd != new_beacon_int) { in cfg80211_calculate_bi_data()
2192 *beacon_int_gcd = gcd(*beacon_int_gcd, new_beacon_int); in cfg80211_calculate_bi_data()
2237 cfg80211_calculate_bi_data(wiphy, params->new_beacon_int, in cfg80211_iter_combinations()
/openbmc/linux/include/net/
H A Dcfg80211.h1477 u32 new_beacon_int; member
/openbmc/linux/net/mac80211/
H A Dutil.c4837 params.new_beacon_int = sdata->vif.bss_conf.beacon_int; in ieee80211_check_combinations()