Home
last modified time | relevance | path

Searched refs:ap_unexpected_nlportid (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/wireless/
Dmlme.c539 if (nlportid == wdev->ap_unexpected_nlportid) in cfg80211_mlme_unregister_socket()
540 wdev->ap_unexpected_nlportid = 0; in cfg80211_mlme_unregister_socket()
Dnl80211.c9832 if (wdev->ap_unexpected_nlportid) in nl80211_register_unexpected_frame()
9835 wdev->ap_unexpected_nlportid = info->snd_portid; in nl80211_register_unexpected_frame()
12314 u32 nlportid = ACCESS_ONCE(wdev->ap_unexpected_nlportid); in __nl80211_unexpected_frame()
/linux-4.4.14/include/net/
Dcfg80211.h3535 u32 ap_unexpected_nlportid; member