Lines Matching refs:reg
26 #include "reg.h"
9097 struct cfg80211_beacon_registration *reg, *nreg;
9109 list_for_each_entry(reg, &rdev->beacon_registrations, list) {
9110 if (reg->nlportid == info->snd_portid) {
11745 struct cfg80211_beacon_registration *reg;
11750 list_for_each_entry(reg, &rdev->beacon_registrations, list) {
11771 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, reg->nlportid);
11943 struct cfg80211_beacon_registration *reg, *tmp;
11961 list_for_each_entry_safe(reg, tmp, &rdev->beacon_registrations,
11963 if (reg->nlportid == notify->portid) {
11964 list_del(®->list);
11965 kfree(reg);