Searched refs:sched_scan_sdata (Results 1 – 3 of 3) sorted by relevance
306 sdata2 = rcu_dereference(local->sched_scan_sdata); in ieee80211_scan_rx()1346 rcu_assign_pointer(local->sched_scan_sdata, sdata); in __ieee80211_request_sched_scan_start()1355 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in __ieee80211_request_sched_scan_start()1369 if (rcu_access_pointer(local->sched_scan_sdata)) in ieee80211_request_sched_scan_start()1377 struct ieee80211_sub_if_data *sched_scan_sdata; in ieee80211_request_sched_scan_stop() local1388 sched_scan_sdata = rcu_dereference_protected(local->sched_scan_sdata, in ieee80211_request_sched_scan_stop()1390 if (sched_scan_sdata) { in ieee80211_request_sched_scan_stop()1391 ret = drv_sched_scan_stop(local, sched_scan_sdata); in ieee80211_request_sched_scan_stop()1393 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in ieee80211_request_sched_scan_stop()1413 if (!rcu_access_pointer(local->sched_scan_sdata)) in ieee80211_sched_scan_end()[all …]
1765 struct ieee80211_sub_if_data *sched_scan_sdata; in ieee80211_reconfig() local2134 sched_scan_sdata = rcu_dereference_protected(local->sched_scan_sdata, in ieee80211_reconfig()2138 if (sched_scan_sdata && sched_scan_req) in ieee80211_reconfig()2147 __ieee80211_request_sched_scan_start(sched_scan_sdata, in ieee80211_reconfig()2149 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in ieee80211_reconfig()
1512 struct ieee80211_sub_if_data __rcu *sched_scan_sdata; member