Home
last modified time | relevance | path

Searched refs:n_pfn_results (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfgscan.c3434 int n_pfn_results = 0; in wl_notify_sched_scan_results() local
3455 n_pfn_results = pfn_result_v1->count; in wl_notify_sched_scan_results()
3457 WL_INFORM_MEM(("PFN NET FOUND event. count:%d \n", n_pfn_results)); in wl_notify_sched_scan_results()
3459 if (n_pfn_results > 0) { in wl_notify_sched_scan_results()
3462 if (n_pfn_results > MAX_PFN_LIST_COUNT) in wl_notify_sched_scan_results()
3463 n_pfn_results = MAX_PFN_LIST_COUNT; in wl_notify_sched_scan_results()
3468 sizeof(*request) + sizeof(*request->channels) * n_pfn_results); in wl_notify_sched_scan_results()
3470 (sizeof(struct ieee80211_channel) * n_pfn_results)); in wl_notify_sched_scan_results()
3497 for (i = 0; i < n_pfn_results; i++) { in wl_notify_sched_scan_results()
3616 n_pfn_results = pfn_result_v2->count; in wl_notify_sched_scan_results()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfgscan.c3425 int n_pfn_results = 0; in wl_notify_sched_scan_results() local
3446 n_pfn_results = pfn_result_v1->count; in wl_notify_sched_scan_results()
3448 WL_INFORM_MEM(("PFN NET FOUND event. count:%d \n", n_pfn_results)); in wl_notify_sched_scan_results()
3450 if (n_pfn_results > 0) { in wl_notify_sched_scan_results()
3453 if (n_pfn_results > MAX_PFN_LIST_COUNT) in wl_notify_sched_scan_results()
3454 n_pfn_results = MAX_PFN_LIST_COUNT; in wl_notify_sched_scan_results()
3459 sizeof(*request) + sizeof(*request->channels) * n_pfn_results); in wl_notify_sched_scan_results()
3461 (sizeof(struct ieee80211_channel) * n_pfn_results)); in wl_notify_sched_scan_results()
3488 for (i = 0; i < n_pfn_results; i++) { in wl_notify_sched_scan_results()
3607 n_pfn_results = pfn_result_v2->count; in wl_notify_sched_scan_results()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfgscan.c3434 int n_pfn_results = 0; in wl_notify_sched_scan_results() local
3455 n_pfn_results = pfn_result_v1->count; in wl_notify_sched_scan_results()
3457 WL_INFORM_MEM(("PFN NET FOUND event. count:%d \n", n_pfn_results)); in wl_notify_sched_scan_results()
3459 if (n_pfn_results > 0) { in wl_notify_sched_scan_results()
3462 if (n_pfn_results > MAX_PFN_LIST_COUNT) in wl_notify_sched_scan_results()
3463 n_pfn_results = MAX_PFN_LIST_COUNT; in wl_notify_sched_scan_results()
3468 sizeof(*request) + sizeof(*request->channels) * n_pfn_results); in wl_notify_sched_scan_results()
3470 (sizeof(struct ieee80211_channel) * n_pfn_results)); in wl_notify_sched_scan_results()
3497 for (i = 0; i < n_pfn_results; i++) { in wl_notify_sched_scan_results()
3616 n_pfn_results = pfn_result_v2->count; in wl_notify_sched_scan_results()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgscan.c4521 int n_pfn_results = 0; in wl_notify_sched_scan_results() local
4542 n_pfn_results = pfn_result_v1->count; in wl_notify_sched_scan_results()
4544 WL_INFORM_MEM(("PFN NET FOUND event. count:%d \n", n_pfn_results)); in wl_notify_sched_scan_results()
4546 if (n_pfn_results > 0) { in wl_notify_sched_scan_results()
4549 if (n_pfn_results > MAX_PFN_LIST_COUNT) in wl_notify_sched_scan_results()
4550 n_pfn_results = MAX_PFN_LIST_COUNT; in wl_notify_sched_scan_results()
4555 sizeof(*request) + sizeof(*request->channels) * n_pfn_results); in wl_notify_sched_scan_results()
4557 (sizeof(struct ieee80211_channel) * n_pfn_results)); in wl_notify_sched_scan_results()
4577 for (i = 0; i < n_pfn_results; i++) { in wl_notify_sched_scan_results()
4682 n_pfn_results = pfn_result_v2->count; in wl_notify_sched_scan_results()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgscan.c4437 int n_pfn_results = 0; in wl_notify_sched_scan_results() local
4458 n_pfn_results = pfn_result_v1->count; in wl_notify_sched_scan_results()
4460 WL_INFORM_MEM(("PFN NET FOUND event. count:%d \n", n_pfn_results)); in wl_notify_sched_scan_results()
4462 if (n_pfn_results > 0) { in wl_notify_sched_scan_results()
4465 if (n_pfn_results > MAX_PFN_LIST_COUNT) in wl_notify_sched_scan_results()
4466 n_pfn_results = MAX_PFN_LIST_COUNT; in wl_notify_sched_scan_results()
4471 sizeof(*request) + sizeof(*request->channels) * n_pfn_results); in wl_notify_sched_scan_results()
4473 (sizeof(struct ieee80211_channel) * n_pfn_results)); in wl_notify_sched_scan_results()
4493 for (i = 0; i < n_pfn_results; i++) { in wl_notify_sched_scan_results()
4598 n_pfn_results = pfn_result_v2->count; in wl_notify_sched_scan_results()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_cfg80211.c15341 int n_pfn_results = pfn_result->count; in wl_notify_sched_scan_results() local
15360 WL_PNO((">>> PFN NET FOUND event. count:%d \n", n_pfn_results)); in wl_notify_sched_scan_results()
15361 if (n_pfn_results > 0) { in wl_notify_sched_scan_results()
15364 if (n_pfn_results > MAX_PFN_LIST_COUNT) in wl_notify_sched_scan_results()
15365 n_pfn_results = MAX_PFN_LIST_COUNT; in wl_notify_sched_scan_results()
15372 + sizeof(*request->channels) * n_pfn_results, in wl_notify_sched_scan_results()
15375 (sizeof(struct ieee80211_channel) * n_pfn_results), in wl_notify_sched_scan_results()
15403 for (i = 0; i < n_pfn_results; i++) { in wl_notify_sched_scan_results()