Searched refs:sched_scan_sdata (Results 1 – 3 of 3) sorted by relevance
185 sdata2 = rcu_dereference(local->sched_scan_sdata); in ieee80211_scan_rx()1119 rcu_assign_pointer(local->sched_scan_sdata, sdata); in __ieee80211_request_sched_scan_start()1128 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in __ieee80211_request_sched_scan_start()1143 if (rcu_access_pointer(local->sched_scan_sdata)) { in ieee80211_request_sched_scan_start()1156 struct ieee80211_sub_if_data *sched_scan_sdata; in ieee80211_request_sched_scan_stop() local1169 sched_scan_sdata = rcu_dereference_protected(local->sched_scan_sdata, in ieee80211_request_sched_scan_stop()1171 if (sched_scan_sdata) { in ieee80211_request_sched_scan_stop()1172 ret = drv_sched_scan_stop(local, sched_scan_sdata); in ieee80211_request_sched_scan_stop()1174 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in ieee80211_request_sched_scan_stop()1196 if (!rcu_access_pointer(local->sched_scan_sdata)) { in ieee80211_sched_scan_end()[all …]
1755 struct ieee80211_sub_if_data *sched_scan_sdata; in ieee80211_reconfig() local2029 sched_scan_sdata = rcu_dereference_protected(local->sched_scan_sdata, in ieee80211_reconfig()2033 if (sched_scan_sdata && sched_scan_req) in ieee80211_reconfig()2042 __ieee80211_request_sched_scan_start(sched_scan_sdata, in ieee80211_reconfig()
1239 struct ieee80211_sub_if_data __rcu *sched_scan_sdata; member