Lines Matching refs:reg
13961 struct cfg80211_beacon_registration *reg, *nreg; in nl80211_register_beacons() local
13973 list_for_each_entry(reg, &rdev->beacon_registrations, list) { in nl80211_register_beacons()
13974 if (reg->nlportid == info->snd_portid) { in nl80211_register_beacons()
19309 struct cfg80211_beacon_registration *reg; in cfg80211_report_obss_beacon_khz() local
19314 list_for_each_entry(reg, &rdev->beacon_registrations, list) { in cfg80211_report_obss_beacon_khz()
19338 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, reg->nlportid); in cfg80211_report_obss_beacon_khz()
19572 struct cfg80211_beacon_registration *reg, *tmp; in nl80211_netlink_notify() local
19605 list_for_each_entry_safe(reg, tmp, &rdev->beacon_registrations, in nl80211_netlink_notify()
19607 if (reg->nlportid == notify->portid) { in nl80211_netlink_notify()
19608 list_del(®->list); in nl80211_netlink_notify()
19609 kfree(reg); in nl80211_netlink_notify()