Searched refs:reg_beacon (Results 1 – 1 of 1) sorted by relevance
229 struct reg_beacon { struct2154 struct reg_beacon *reg_beacon) in handle_reg_beacon() argument2161 sband = wiphy->bands[reg_beacon->chan.band]; in handle_reg_beacon()2164 if (likely(!ieee80211_channel_equal(chan, ®_beacon->chan))) in handle_reg_beacon()2194 struct reg_beacon *reg_beacon) in wiphy_update_new_beacon() argument2199 if (!wiphy->bands[reg_beacon->chan.band]) in wiphy_update_new_beacon()2202 sband = wiphy->bands[reg_beacon->chan.band]; in wiphy_update_new_beacon()2205 handle_reg_beacon(wiphy, i, reg_beacon); in wiphy_update_new_beacon()2215 struct reg_beacon *reg_beacon; in wiphy_update_beacon_reg() local2217 list_for_each_entry(reg_beacon, ®_beacon_list, list) { in wiphy_update_beacon_reg()[all …]