Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dreg.c232 struct reg_beacon { struct
2160 struct reg_beacon *reg_beacon) in handle_reg_beacon() argument
2168 sband = wiphy->bands[reg_beacon->chan.band]; in handle_reg_beacon()
2171 if (likely(!ieee80211_channel_equal(chan, &reg_beacon->chan))) in handle_reg_beacon()
2204 struct reg_beacon *reg_beacon) in wiphy_update_new_beacon() argument
2209 if (!wiphy->bands[reg_beacon->chan.band]) in wiphy_update_new_beacon()
2212 sband = wiphy->bands[reg_beacon->chan.band]; in wiphy_update_new_beacon()
2215 handle_reg_beacon(wiphy, i, reg_beacon); in wiphy_update_new_beacon()
2225 struct reg_beacon *reg_beacon; in wiphy_update_beacon_reg() local
2227 list_for_each_entry(reg_beacon, &reg_beacon_list, list) { in wiphy_update_beacon_reg()
[all …]