Lines Matching refs:reg
31 #include "reg.h"
8631 /* a self-managed-reg device must have a private regdom */
14195 struct cfg80211_beacon_registration *reg, *nreg;
14207 list_for_each_entry(reg, &rdev->beacon_registrations, list) {
14208 if (reg->nlportid == info->snd_portid) {
19681 struct cfg80211_beacon_registration *reg;
19686 list_for_each_entry(reg, &rdev->beacon_registrations, list) {
19710 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, reg->nlportid);
19944 struct cfg80211_beacon_registration *reg, *tmp;
19978 list_for_each_entry_safe(reg, tmp, &rdev->beacon_registrations,
19980 if (reg->nlportid == notify->portid) {
19981 list_del(®->list);
19982 kfree(reg);