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.c2158 static void cfg80211_calculate_bi_data(struct wiphy *wiphy, u32 new_beacon_int, in cfg80211_calculate_bi_data() argument
2191 if (new_beacon_int && *beacon_int_gcd != new_beacon_int) { in cfg80211_calculate_bi_data()
2194 *beacon_int_gcd = gcd(*beacon_int_gcd, new_beacon_int); in cfg80211_calculate_bi_data()
2239 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.c4858 params.new_beacon_int = sdata->vif.bss_conf.beacon_int; in ieee80211_check_combinations()