Home
last modified time | relevance | path

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

/net/wireless/
Dreg.c210 struct reg_beacon { struct
1927 struct reg_beacon *reg_beacon) in handle_reg_beacon() argument
1934 sband = wiphy->bands[reg_beacon->chan.band]; in handle_reg_beacon()
1937 if (likely(chan->center_freq != reg_beacon->chan.center_freq)) in handle_reg_beacon()
1967 struct reg_beacon *reg_beacon) in wiphy_update_new_beacon() argument
1972 if (!wiphy->bands[reg_beacon->chan.band]) in wiphy_update_new_beacon()
1975 sband = wiphy->bands[reg_beacon->chan.band]; in wiphy_update_new_beacon()
1978 handle_reg_beacon(wiphy, i, reg_beacon); in wiphy_update_new_beacon()
1988 struct reg_beacon *reg_beacon; in wiphy_update_beacon_reg() local
1990 list_for_each_entry(reg_beacon, &reg_beacon_list, list) { in wiphy_update_beacon_reg()
[all …]