Searched refs:n_pfn_results (Results 1 – 6 of 6) sorted by relevance
3434 int n_pfn_results = 0; in wl_notify_sched_scan_results() local3455 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 …]
3425 int n_pfn_results = 0; in wl_notify_sched_scan_results() local3446 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 …]
4521 int n_pfn_results = 0; in wl_notify_sched_scan_results() local4542 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 …]
4437 int n_pfn_results = 0; in wl_notify_sched_scan_results() local4458 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 …]
15341 int n_pfn_results = pfn_result->count; in wl_notify_sched_scan_results() local15360 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()