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

/linux-4.1.27/net/wireless/
H A Dreg.c2185 struct reg_beacon *pending_beacon, *tmp; reg_process_pending_beacon_hints() local
2190 list_for_each_entry_safe(pending_beacon, tmp, reg_process_pending_beacon_hints()
2192 list_del_init(&pending_beacon->list); reg_process_pending_beacon_hints()
2196 wiphy_update_new_beacon(&rdev->wiphy, pending_beacon); reg_process_pending_beacon_hints()
2199 list_add_tail(&pending_beacon->list, &reg_beacon_list); reg_process_pending_beacon_hints()
2615 struct reg_beacon *pending_beacon; pending_reg_beacon() local
2617 list_for_each_entry(pending_beacon, &reg_pending_beacons, list) pending_reg_beacon()
2619 pending_beacon->chan.center_freq) pending_reg_beacon()

Completed in 61 milliseconds