Home
last modified time | relevance | path

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

/linux-4.1.27/net/wireless/
Dcore.c211 if (!wdev->p2p_started) in cfg80211_stop_p2p_device()
215 wdev->p2p_started = false; in cfg80211_stop_p2p_device()
Dutil.c1681 if (!wdev_iter->p2p_started) in cfg80211_can_use_iftype_chan()
Dnl80211.c9748 if (wdev->p2p_started) in nl80211_start_p2p_device()
9758 wdev->p2p_started = true; in nl80211_start_p2p_device()
9934 if (!wdev->netdev && !wdev->p2p_started) in nl80211_vendor_cmd()
10290 if (!wdev->p2p_started) { in nl80211_pre_doit()
/linux-4.1.27/include/net/
Dcfg80211.h3448 bool use_4addr, p2p_started; member