Home
last modified time | relevance | path

Searched refs:mgmt_registrations (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/net/wireless/
Dmlme.c431 list_for_each_entry(reg, &wdev->mgmt_registrations, list) { in cfg80211_mlme_register_mgmt()
452 list_add(&nreg->list, &wdev->mgmt_registrations); in cfg80211_mlme_register_mgmt()
471 list_for_each_entry_safe(reg, tmp, &wdev->mgmt_registrations, list) { in cfg80211_mlme_unregister_socket()
503 list_for_each_entry_safe(reg, tmp, &wdev->mgmt_registrations, list) { in cfg80211_mlme_purge_registrations()
638 list_for_each_entry(reg, &wdev->mgmt_registrations, list) { in cfg80211_rx_mgmt()
Dcore.c994 INIT_LIST_HEAD(&wdev->mgmt_registrations); in cfg80211_netdev_notifier_call()
Dnl80211.c2704 INIT_LIST_HEAD(&wdev->mgmt_registrations); in nl80211_new_interface()
/linux-4.1.27/include/net/
Dcfg80211.h3443 struct list_head mgmt_registrations; member