Searched refs:mgmt_registrations (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/wireless/
H A Dmlme.c604 list_for_each_entry(reg, &tmp->mgmt_registrations, list) {
695 list_for_each_entry(reg, &wdev->mgmt_registrations, list) {
725 list_add(&nreg->list, &wdev->mgmt_registrations);
749 list_for_each_entry_safe(reg, tmp, &wdev->mgmt_registrations, list) {
777 list_for_each_entry_safe(reg, tmp, &wdev->mgmt_registrations, list) {
969 list_for_each_entry(reg, &wdev->mgmt_registrations, list) {
H A Dcore.c1364 INIT_LIST_HEAD(&wdev->mgmt_registrations);
/linux-master/include/net/
H A Dcfg80211.h6115 * @mgmt_registrations: list of registrations for management frames
6159 struct list_head mgmt_registrations; member in struct:wireless_dev

Completed in 301 milliseconds