Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/wireless/
H A Dmlme.c622 if (nlportid == wdev->ap_unexpected_nlportid) in cfg80211_mlme_unregister_socket()
623 wdev->ap_unexpected_nlportid = 0; in cfg80211_mlme_unregister_socket()
H A Dnl80211.c12725 if (wdev->ap_unexpected_nlportid) in nl80211_register_unexpected_frame()
12728 wdev->ap_unexpected_nlportid = info->snd_portid; in nl80211_register_unexpected_frame()
16585 u32 nlportid = READ_ONCE(wdev->ap_unexpected_nlportid); in __nl80211_unexpected_frame()
/OK3568_Linux_fs/kernel/include/net/
H A Dcfg80211.h5349 u32 ap_unexpected_nlportid; member