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;
1346 rcu_assign_pointer(local->sched_scan_req, req);
1355 RCU_INIT_POINTER(local->sched_scan_req, NULL);
1385 RCU_INIT_POINTER(local->sched_scan_req, NULL);
1418 RCU_INIT_POINTER(local->sched_scan_req, NULL);
H A Dutil.c1759 struct cfg80211_sched_scan_request *sched_scan_req; local
2108 sched_scan_req = rcu_dereference_protected(local->sched_scan_req,
2110 if (sched_scan_sdata && sched_scan_req)
2118 if (sched_scan_req->n_scan_plans > 1 ||
2120 sched_scan_req)) {
2122 RCU_INIT_POINTER(local->sched_scan_req, NULL);
H A Dieee80211_i.h1488 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.c9844 struct cfg80211_sched_scan_request *sched_scan_req; local
9856 sched_scan_req = nl80211_parse_sched_scan(&rdev->wiphy, wdev,
9860 err = PTR_ERR_OR_ZERO(sched_scan_req);
9868 sched_scan_req->reqid = cfg80211_assign_cookie(rdev);
9870 err = rdev_sched_scan_start(rdev, dev, sched_scan_req);
9874 sched_scan_req->dev = dev;
9875 sched_scan_req->wiphy = &rdev->wiphy;
9878 sched_scan_req->owner_nlportid = info->snd_portid;
9880 cfg80211_add_sched_scan_req(rdev, sched_scan_req);
9882 nl80211_send_sched_scan(sched_scan_req, NL80211_CMD_START_SCHED_SCA
19929 struct cfg80211_sched_scan_request *sched_scan_req; local
[all...]

Completed in 318 milliseconds