Home
last modified time | relevance | path

Searched refs:nl_portid (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/net/wireless/
H A Dpmsr.c307 req->nl_portid = info->snd_portid; in nl80211_pmsr_start()
352 genlmsg_unicast(wiphy_net(wdev->wiphy), msg, req->nl_portid); in cfg80211_pmsr_complete()
571 genlmsg_unicast(wiphy_net(wdev->wiphy), msg, req->nl_portid); in cfg80211_pmsr_report()
588 if (req->nl_portid) in cfg80211_pmsr_process_abort()
619 req->nl_portid = 0; in cfg80211_pmsr_wdev_down()
635 if (req->nl_portid == portid) { in cfg80211_release_pmsr()
636 req->nl_portid = 0; in cfg80211_release_pmsr()
/OK3568_Linux_fs/kernel/include/net/
H A Dcfg80211.h3567 u32 nl_portid; member