Home
last modified time | relevance | path

Searched refs:sched_scan_req (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/kernel/net/mac80211/
H A Dscan.c294 struct cfg80211_sched_scan_request *sched_scan_req; in ieee80211_scan_rx() local
298 sched_scan_req = rcu_dereference(local->sched_scan_req); in ieee80211_scan_rx()
303 if (sched_scan_req) in ieee80211_scan_rx()
304 sched_scan_req_flags = sched_scan_req->flags; in ieee80211_scan_rx()
1353 rcu_assign_pointer(local->sched_scan_req, req); in __ieee80211_request_sched_scan_start()
1362 RCU_INIT_POINTER(local->sched_scan_req, NULL); in __ieee80211_request_sched_scan_start()
1400 RCU_INIT_POINTER(local->sched_scan_req, NULL); in ieee80211_request_sched_scan_stop()
1437 RCU_INIT_POINTER(local->sched_scan_req, NULL); in ieee80211_sched_scan_end()
H A Dutil.c2290 struct cfg80211_sched_scan_request *sched_scan_req; in ieee80211_reconfig() local
2585 sched_scan_req = rcu_dereference_protected(local->sched_scan_req, in ieee80211_reconfig()
2587 if (sched_scan_sdata && sched_scan_req) in ieee80211_reconfig()
2595 if (sched_scan_req->n_scan_plans > 1 || in ieee80211_reconfig()
2597 sched_scan_req)) { in ieee80211_reconfig()
2599 RCU_INIT_POINTER(local->sched_scan_req, NULL); in ieee80211_reconfig()
H A Dieee80211_i.h1310 struct cfg80211_sched_scan_request __rcu *sched_scan_req; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgscan.c452 (cfg->sched_scan_req && !cfg->scan_request)) { in wl_inform_single_bss()
2775 if (!cfg->scan_request && !cfg->sched_scan_req) { in wl_get_scan_wdev()
2784 } else if (cfg->sched_scan_req) { in wl_get_scan_wdev()
2785 wdev = GET_SCHED_SCAN_WDEV(cfg->sched_scan_req); in wl_get_scan_wdev()
2799 if (!cfg->scan_request && !cfg->sched_scan_req) { in _wl_cfgscan_cancel_scan()
2970 if (cfg->sched_scan_running && cfg->sched_scan_req) { in wl_notify_escan_complete()
2971 struct wiphy *wiphy = cfg->sched_scan_req->wiphy; in wl_notify_escan_complete()
2976 cfg->sched_scan_req->reqid); in wl_notify_escan_complete()
2997 CFG80211_SCHED_SCAN_STOPPED(wiphy, cfg->sched_scan_req); in wl_notify_escan_complete()
2998 cfg->sched_scan_req = NULL; in wl_notify_escan_complete()
[all …]
H A Dwl_cfg80211.h1800 struct cfg80211_sched_scan_request *sched_scan_req; /* scheduled scan req */ member
H A Dwl_cfg80211.c5663 if (cfg->sched_scan_req) { in wl_do_preassoc_ops()
5667 cfg->sched_scan_req->reqid); in wl_do_preassoc_ops()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfgscan.c2160 if (!cfg->scan_request && !cfg->sched_scan_req) { in wl_get_scan_wdev()
2169 } else if (cfg->sched_scan_req) { in wl_get_scan_wdev()
2170 wdev = GET_SCHED_SCAN_WDEV(cfg->sched_scan_req); in wl_get_scan_wdev()
2185 if (!cfg->scan_request && !cfg->sched_scan_req) { in wl_cfg80211_cancel_scan()
2324 if (cfg->sched_scan_req && !cfg->scan_request) { in wl_notify_escan_complete()
2328 cfg80211_sched_scan_results(cfg->sched_scan_req->wiphy, in wl_notify_escan_complete()
2329 cfg->sched_scan_req->reqid); in wl_notify_escan_complete()
2331 cfg80211_sched_scan_results(cfg->sched_scan_req->wiphy); in wl_notify_escan_complete()
2337 cfg->sched_scan_req = NULL; in wl_notify_escan_complete()
3137 cfg->sched_scan_req = request; in wl_cfg80211_sched_scan_start()
[all …]
H A Dwl_cfg80211.h1337 struct cfg80211_sched_scan_request *sched_scan_req; /* scheduled scan req */ member
H A Dwl_cfg80211.c6913 if (cfg->sched_scan_req) {
6916 cfg->sched_scan_req->reqid);
14222 (cfg->sched_scan_req && !cfg->scan_request)) {
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfgscan.c2151 if (!cfg->scan_request && !cfg->sched_scan_req) { in wl_get_scan_wdev()
2160 } else if (cfg->sched_scan_req) { in wl_get_scan_wdev()
2161 wdev = GET_SCHED_SCAN_WDEV(cfg->sched_scan_req); in wl_get_scan_wdev()
2176 if (!cfg->scan_request && !cfg->sched_scan_req) { in wl_cfg80211_cancel_scan()
2315 if (cfg->sched_scan_req && !cfg->scan_request) { in wl_notify_escan_complete()
2319 cfg80211_sched_scan_results(cfg->sched_scan_req->wiphy, in wl_notify_escan_complete()
2320 cfg->sched_scan_req->reqid); in wl_notify_escan_complete()
2322 cfg80211_sched_scan_results(cfg->sched_scan_req->wiphy); in wl_notify_escan_complete()
2328 cfg->sched_scan_req = NULL; in wl_notify_escan_complete()
3128 cfg->sched_scan_req = request; in wl_cfg80211_sched_scan_start()
[all …]
H A Dwl_cfg80211.h1277 struct cfg80211_sched_scan_request *sched_scan_req; /* scheduled scan req */ member
H A Dwl_cfg80211.c6829 if (cfg->sched_scan_req) {
6832 cfg->sched_scan_req->reqid);
14088 (cfg->sched_scan_req && !cfg->scan_request)) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfgscan.c2160 if (!cfg->scan_request && !cfg->sched_scan_req) { in wl_get_scan_wdev()
2169 } else if (cfg->sched_scan_req) { in wl_get_scan_wdev()
2170 wdev = GET_SCHED_SCAN_WDEV(cfg->sched_scan_req); in wl_get_scan_wdev()
2185 if (!cfg->scan_request && !cfg->sched_scan_req) { in wl_cfg80211_cancel_scan()
2324 if (cfg->sched_scan_req && !cfg->scan_request) { in wl_notify_escan_complete()
2328 cfg80211_sched_scan_results(cfg->sched_scan_req->wiphy, in wl_notify_escan_complete()
2329 cfg->sched_scan_req->reqid); in wl_notify_escan_complete()
2331 cfg80211_sched_scan_results(cfg->sched_scan_req->wiphy); in wl_notify_escan_complete()
2337 cfg->sched_scan_req = NULL; in wl_notify_escan_complete()
3137 cfg->sched_scan_req = request; in wl_cfg80211_sched_scan_start()
[all …]
H A Dwl_cfg80211.h1337 struct cfg80211_sched_scan_request *sched_scan_req; /* scheduled scan req */ member
H A Dwl_cfg80211.c6911 if (cfg->sched_scan_req) {
6914 cfg->sched_scan_req->reqid);
14220 (cfg->sched_scan_req && !cfg->scan_request)) {
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgscan.c448 (cfg->sched_scan_req && !cfg->scan_request)) { in wl_inform_single_bss()
2777 if (!cfg->scan_request && !cfg->sched_scan_req) { in wl_get_scan_wdev()
2786 } else if (cfg->sched_scan_req) { in wl_get_scan_wdev()
2787 wdev = GET_SCHED_SCAN_WDEV(cfg->sched_scan_req); in wl_get_scan_wdev()
2801 if (!cfg->scan_request && !cfg->sched_scan_req) { in _wl_cfgscan_cancel_scan()
2972 if (cfg->sched_scan_running && cfg->sched_scan_req) { in wl_notify_escan_complete()
2973 struct wiphy *wiphy = cfg->sched_scan_req->wiphy; in wl_notify_escan_complete()
2978 cfg->sched_scan_req->reqid); in wl_notify_escan_complete()
2993 CFG80211_SCHED_SCAN_STOPPED(wiphy, cfg->sched_scan_req); in wl_notify_escan_complete()
2994 cfg->sched_scan_req = NULL; in wl_notify_escan_complete()
[all …]
H A Dwl_cfg80211.h1800 struct cfg80211_sched_scan_request *sched_scan_req; /* scheduled scan req */ member
H A Dwl_cfg80211.c5677 if (cfg->sched_scan_req) { in wl_do_preassoc_ops()
5681 cfg->sched_scan_req->reqid); in wl_do_preassoc_ops()
/OK3568_Linux_fs/kernel/net/wireless/
H A Dscan.c1189 struct cfg80211_sched_scan_request *sched_scan_req; in __cfg80211_stop_sched_scan() local
1193 sched_scan_req = cfg80211_find_sched_scan_req(rdev, reqid); in __cfg80211_stop_sched_scan()
1194 if (!sched_scan_req) in __cfg80211_stop_sched_scan()
1197 return cfg80211_stop_sched_scan_req(rdev, sched_scan_req, in __cfg80211_stop_sched_scan()
H A Dnl80211.c8809 struct cfg80211_sched_scan_request *sched_scan_req; in nl80211_start_sched_scan() local
8821 sched_scan_req = nl80211_parse_sched_scan(&rdev->wiphy, wdev, in nl80211_start_sched_scan()
8825 err = PTR_ERR_OR_ZERO(sched_scan_req); in nl80211_start_sched_scan()
8833 sched_scan_req->reqid = cfg80211_assign_cookie(rdev); in nl80211_start_sched_scan()
8835 err = rdev_sched_scan_start(rdev, dev, sched_scan_req); in nl80211_start_sched_scan()
8839 sched_scan_req->dev = dev; in nl80211_start_sched_scan()
8840 sched_scan_req->wiphy = &rdev->wiphy; in nl80211_start_sched_scan()
8843 sched_scan_req->owner_nlportid = info->snd_portid; in nl80211_start_sched_scan()
8845 cfg80211_add_sched_scan_req(rdev, sched_scan_req); in nl80211_start_sched_scan()
8847 nl80211_send_sched_scan(sched_scan_req, NL80211_CMD_START_SCHED_SCAN); in nl80211_start_sched_scan()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_cfg80211.h838 struct cfg80211_sched_scan_request *sched_scan_req; /* scheduled scan req */ member
H A Dwl_cfg80211.c5627 if (cfg->sched_scan_req) { in wl_cfg80211_connect()
11071 cfg->sched_scan_req = request; in wl_cfg80211_sched_scan_start()
11110 cfg->sched_scan_req = NULL; in wl_cfg80211_sched_scan_stop()
12015 (cfg->sched_scan_req && !cfg->scan_request)) { in wl_inform_single_bss()
16105 if (cfg->sched_scan_req && !cfg->scan_request) { in wl_notify_escan_complete()
16109 cfg80211_sched_scan_results(cfg->sched_scan_req->wiphy, 0); in wl_notify_escan_complete()
16111 cfg80211_sched_scan_results(cfg->sched_scan_req->wiphy); in wl_notify_escan_complete()