Searched refs:sched_scan_sdata (Results 1 – 3 of 3) sorted by relevance
181 sdata2 = rcu_dereference(local->sched_scan_sdata); in ieee80211_scan_rx()1114 rcu_assign_pointer(local->sched_scan_sdata, sdata); in __ieee80211_request_sched_scan_start()1123 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in __ieee80211_request_sched_scan_start()1138 if (rcu_access_pointer(local->sched_scan_sdata)) { in ieee80211_request_sched_scan_start()1164 if (rcu_access_pointer(local->sched_scan_sdata)) { in ieee80211_request_sched_scan_stop()1167 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in ieee80211_request_sched_scan_stop()1189 if (!rcu_access_pointer(local->sched_scan_sdata)) { in ieee80211_sched_scan_end()1194 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in ieee80211_sched_scan_end()
1759 struct ieee80211_sub_if_data *sched_scan_sdata; in ieee80211_reconfig() local2070 sched_scan_sdata = rcu_dereference_protected(local->sched_scan_sdata, in ieee80211_reconfig()2074 if (sched_scan_sdata && sched_scan_req) in ieee80211_reconfig()2079 if (__ieee80211_request_sched_scan_start(sched_scan_sdata, in ieee80211_reconfig()
1246 struct ieee80211_sub_if_data __rcu *sched_scan_sdata; member