Home
last modified time | relevance | path

Searched refs:sched_scan_sdata (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Dscan.c277 sdata2 = rcu_dereference(local->sched_scan_sdata); in ieee80211_scan_rx()
1352 rcu_assign_pointer(local->sched_scan_sdata, sdata); in __ieee80211_request_sched_scan_start()
1361 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in __ieee80211_request_sched_scan_start()
1376 if (rcu_access_pointer(local->sched_scan_sdata)) { in ieee80211_request_sched_scan_start()
1389 struct ieee80211_sub_if_data *sched_scan_sdata; in ieee80211_request_sched_scan_stop() local
1402 sched_scan_sdata = rcu_dereference_protected(local->sched_scan_sdata, in ieee80211_request_sched_scan_stop()
1404 if (sched_scan_sdata) { in ieee80211_request_sched_scan_stop()
1405 ret = drv_sched_scan_stop(local, sched_scan_sdata); in ieee80211_request_sched_scan_stop()
1407 RCU_INIT_POINTER(local->sched_scan_sdata, NUL in ieee80211_request_sched_scan_stop()
[all...]
H A Dutil.c2289 struct ieee80211_sub_if_data *sched_scan_sdata; in ieee80211_reconfig() local
2583 sched_scan_sdata = rcu_dereference_protected(local->sched_scan_sdata, in ieee80211_reconfig()
2587 if (sched_scan_sdata && sched_scan_req) in ieee80211_reconfig()
2596 __ieee80211_request_sched_scan_start(sched_scan_sdata, in ieee80211_reconfig()
2598 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in ieee80211_reconfig()
H A Dieee80211_i.h1329 struct ieee80211_sub_if_data __rcu *sched_scan_sdata; member
/kernel/linux/linux-6.6/net/mac80211/
H A Dscan.c270 sdata2 = rcu_dereference(local->sched_scan_sdata); in ieee80211_scan_rx()
1342 rcu_assign_pointer(local->sched_scan_sdata, sdata); in __ieee80211_request_sched_scan_start()
1351 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in __ieee80211_request_sched_scan_start()
1366 if (rcu_access_pointer(local->sched_scan_sdata)) { in ieee80211_request_sched_scan_start()
1379 struct ieee80211_sub_if_data *sched_scan_sdata; in ieee80211_request_sched_scan_stop() local
1392 sched_scan_sdata = rcu_dereference_protected(local->sched_scan_sdata, in ieee80211_request_sched_scan_stop()
1394 if (sched_scan_sdata) { in ieee80211_request_sched_scan_stop()
1395 ret = drv_sched_scan_stop(local, sched_scan_sdata); in ieee80211_request_sched_scan_stop()
1397 RCU_INIT_POINTER(local->sched_scan_sdata, NUL in ieee80211_request_sched_scan_stop()
[all...]
H A Dutil.c2506 struct ieee80211_sub_if_data *sched_scan_sdata; in ieee80211_reconfig() local
2864 sched_scan_sdata = rcu_dereference_protected(local->sched_scan_sdata, in ieee80211_reconfig()
2868 if (sched_scan_sdata && sched_scan_req) in ieee80211_reconfig()
2877 __ieee80211_request_sched_scan_start(sched_scan_sdata, in ieee80211_reconfig()
2879 RCU_INIT_POINTER(local->sched_scan_sdata, NULL); in ieee80211_reconfig()
H A Dieee80211_i.h1487 struct ieee80211_sub_if_data __rcu *sched_scan_sdata; member

Completed in 23 milliseconds