Home
last modified time | relevance | path

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

/linux-4.4.14/net/wireless/
Dreg.c2274 struct reg_beacon *pending_beacon, *tmp; in reg_process_pending_beacon_hints() local
2279 list_for_each_entry_safe(pending_beacon, tmp, in reg_process_pending_beacon_hints()
2281 list_del_init(&pending_beacon->list); in reg_process_pending_beacon_hints()
2285 wiphy_update_new_beacon(&rdev->wiphy, pending_beacon); in reg_process_pending_beacon_hints()
2288 list_add_tail(&pending_beacon->list, &reg_beacon_list); in reg_process_pending_beacon_hints()
2704 struct reg_beacon *pending_beacon; in pending_reg_beacon() local
2706 list_for_each_entry(pending_beacon, &reg_pending_beacons, list) in pending_reg_beacon()
2708 pending_beacon->chan.center_freq) in pending_reg_beacon()