Home
last modified time | relevance | path

Searched refs:sched_scan_sdata (Results 1 – 3 of 3) sorted by relevance

/linux/net/mac80211/
H A Dscan.c321 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() local
1410 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, NUL in ieee80211_request_sched_scan_stop()
[all...]
H A Dutil.c1754 struct ieee80211_sub_if_data *sched_scan_sdata; in ieee80211_reconfig() local
2131 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()
H A Dieee80211_i.h1565 struct ieee80211_sub_if_data __rcu *sched_scan_sdata; member