Searched refs:sched_scan_sdata (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/mac80211/
H A Dscan.c306 sdata2 = rcu_dereference(local->sched_scan_sdata);
1345 rcu_assign_pointer(local->sched_scan_sdata, sdata);
1354 RCU_INIT_POINTER(local->sched_scan_sdata, NULL);
1368 if (rcu_access_pointer(local->sched_scan_sdata))
1376 struct ieee80211_sub_if_data *sched_scan_sdata; local
1387 sched_scan_sdata = rcu_dereference_protected(local->sched_scan_sdata,
1389 if (sched_scan_sdata) {
1390 ret = drv_sched_scan_stop(local, sched_scan_sdata);
1392 RCU_INIT_POINTER(local->sched_scan_sdata, NUL
[all...]
H A Dutil.c1758 struct ieee80211_sub_if_data *sched_scan_sdata; local
2106 sched_scan_sdata = rcu_dereference_protected(local->sched_scan_sdata,
2110 if (sched_scan_sdata && sched_scan_req)
2119 __ieee80211_request_sched_scan_start(sched_scan_sdata,
2121 RCU_INIT_POINTER(local->sched_scan_sdata, NULL);
H A Dieee80211_i.h1487 struct ieee80211_sub_if_data __rcu *sched_scan_sdata; member in struct:ieee80211_local

Completed in 457 milliseconds