Lines Matching refs:reg
31 #include "reg.h"
7594 /* a self-managed-reg device must have a private regdom */
12788 struct cfg80211_beacon_registration *reg, *nreg;
12800 list_for_each_entry(reg, &rdev->beacon_registrations, list) {
12801 if (reg->nlportid == info->snd_portid) {
17333 struct cfg80211_beacon_registration *reg;
17338 list_for_each_entry(reg, &rdev->beacon_registrations, list) {
17362 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, reg->nlportid);
17596 struct cfg80211_beacon_registration *reg, *tmp;
17629 list_for_each_entry_safe(reg, tmp, &rdev->beacon_registrations,
17631 if (reg->nlportid == notify->portid) {
17632 list_del(®->list);
17633 kfree(reg);