mgmt_registrations 4911 include/net/cfg80211.h 	struct list_head mgmt_registrations;
mgmt_registrations 1233 net/wireless/core.c 	INIT_LIST_HEAD(&wdev->mgmt_registrations);
mgmt_registrations  500 net/wireless/mlme.c 	list_for_each_entry(reg, &wdev->mgmt_registrations, list) {
mgmt_registrations  522 net/wireless/mlme.c 	list_add(&nreg->list, &wdev->mgmt_registrations);
mgmt_registrations  547 net/wireless/mlme.c 	list_for_each_entry_safe(reg, tmp, &wdev->mgmt_registrations, list) {
mgmt_registrations  576 net/wireless/mlme.c 	list_splice_tail_init(&wdev->mgmt_registrations, &rdev->mlme_unreg);
mgmt_registrations  728 net/wireless/mlme.c 	list_for_each_entry(reg, &wdev->mgmt_registrations, list) {