Lines Matching refs:sched_scan_sdata
279 sdata2 = rcu_dereference(local->sched_scan_sdata); in ieee80211_scan_rx()
1354 rcu_assign_pointer(local->sched_scan_sdata, sdata); in __ieee80211_request_sched_scan_start()
1363 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in __ieee80211_request_sched_scan_start()
1378 if (rcu_access_pointer(local->sched_scan_sdata)) { in ieee80211_request_sched_scan_start()
1391 struct ieee80211_sub_if_data *sched_scan_sdata; in ieee80211_request_sched_scan_stop() local
1404 sched_scan_sdata = rcu_dereference_protected(local->sched_scan_sdata, in ieee80211_request_sched_scan_stop()
1406 if (sched_scan_sdata) { in ieee80211_request_sched_scan_stop()
1407 ret = drv_sched_scan_stop(local, sched_scan_sdata); in ieee80211_request_sched_scan_stop()
1409 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in ieee80211_request_sched_scan_stop()
1431 if (!rcu_access_pointer(local->sched_scan_sdata)) { in ieee80211_sched_scan_end()
1436 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in ieee80211_sched_scan_end()