Searched refs:mgmt_registrations (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | mlme.c | 459 list_for_each_entry(reg, &tmp->mgmt_registrations, list) { in cfg80211_mgmt_registrations_update() 550 list_for_each_entry(reg, &wdev->mgmt_registrations, list) { in cfg80211_mlme_register_mgmt() 580 list_add(&nreg->list, &wdev->mgmt_registrations); in cfg80211_mlme_register_mgmt() 604 list_for_each_entry_safe(reg, tmp, &wdev->mgmt_registrations, list) { in cfg80211_mlme_unregister_socket() 632 list_for_each_entry_safe(reg, tmp, &wdev->mgmt_registrations, list) { in cfg80211_mlme_purge_registrations() 787 list_for_each_entry(reg, &wdev->mgmt_registrations, list) { in cfg80211_rx_mgmt_khz()
|
| H A D | core.c | 1259 INIT_LIST_HEAD(&wdev->mgmt_registrations); in cfg80211_init_wdev()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | cfg80211.h | 5307 struct list_head mgmt_registrations; member
|