Searched refs:sched_scan_sdata (Results 1 – 3 of 3) sorted by relevance
321 sdata2 = rcu_dereference(local->sched_scan_sdata); in ieee80211_scan_rx()1368 rcu_assign_pointer(local->sched_scan_sdata, sdata); in __ieee80211_request_sched_scan_start()1377 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in __ieee80211_request_sched_scan_start()1391 if (rcu_access_pointer(local->sched_scan_sdata)) in ieee80211_request_sched_scan_start()1399 struct ieee80211_sub_if_data *sched_scan_sdata; in ieee80211_request_sched_scan_stop() local1410 sched_scan_sdata = rcu_dereference_protected(local->sched_scan_sdata, in ieee80211_request_sched_scan_stop()1412 if (sched_scan_sdata) { in ieee80211_request_sched_scan_stop()1413 ret = drv_sched_scan_stop(local, sched_scan_sdata); in ieee80211_request_sched_scan_stop()1415 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in ieee80211_request_sched_scan_stop()1435 if (!rcu_access_pointer(local->sched_scan_sdata)) in ieee80211_sched_scan_end()[all …]
1754 struct ieee80211_sub_if_data *sched_scan_sdata; in ieee80211_reconfig() local2131 sched_scan_sdata = rcu_dereference_protected(local->sched_scan_sdata, in ieee80211_reconfig()2135 if (sched_scan_sdata && sched_scan_req) in ieee80211_reconfig()2144 __ieee80211_request_sched_scan_start(sched_scan_sdata, in ieee80211_reconfig()2146 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in ieee80211_reconfig()
1565 struct ieee80211_sub_if_data __rcu *sched_scan_sdata; member