Searched refs:sched_scan_req (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/mac80211/
H A Dscan.c302 struct cfg80211_sched_scan_request *sched_scan_req; local
312 sched_scan_req = rcu_dereference(local->sched_scan_req);
317 if (sched_scan_req)
318 sched_scan_req_flags = sched_scan_req->flags;
1338 rcu_assign_pointer(local->sched_scan_req, req);
1347 RCU_INIT_POINTER(local->sched_scan_req, NULL);
1377 RCU_INIT_POINTER(local->sched_scan_req, NULL);
1410 RCU_INIT_POINTER(local->sched_scan_req, NULL);
H A Dutil.c1759 struct cfg80211_sched_scan_request *sched_scan_req; local
2121 sched_scan_req = rcu_dereference_protected(local->sched_scan_req,
2123 if (sched_scan_sdata && sched_scan_req)
2131 if (sched_scan_req->n_scan_plans > 1 ||
2133 sched_scan_req)) {
2135 RCU_INIT_POINTER(local->sched_scan_req, NULL);
H A Dieee80211_i.h1493 struct cfg80211_sched_scan_request __rcu *sched_scan_req; member in struct:ieee80211_local
/linux-master/net/wireless/
H A Dscan.c1303 struct cfg80211_sched_scan_request *sched_scan_req; local
1307 sched_scan_req = cfg80211_find_sched_scan_req(rdev, reqid);
1308 if (!sched_scan_req)
1311 return cfg80211_stop_sched_scan_req(rdev, sched_scan_req,
H A Dnl80211.c9845 struct cfg80211_sched_scan_request *sched_scan_req; local
9857 sched_scan_req = nl80211_parse_sched_scan(&rdev->wiphy, wdev,
9861 err = PTR_ERR_OR_ZERO(sched_scan_req);
9869 sched_scan_req->reqid = cfg80211_assign_cookie(rdev);
9871 err = rdev_sched_scan_start(rdev, dev, sched_scan_req);
9875 sched_scan_req->dev = dev;
9876 sched_scan_req->wiphy = &rdev->wiphy;
9879 sched_scan_req->owner_nlportid = info->snd_portid;
9881 cfg80211_add_sched_scan_req(rdev, sched_scan_req);
9883 nl80211_send_sched_scan(sched_scan_req, NL80211_CMD_START_SCHED_SCA
19936 struct cfg80211_sched_scan_request *sched_scan_req; local
[all...]

Completed in 361 milliseconds