Lines Matching refs:WL_ERR

163 		WL_ERR(("unsupported (id=%d)\n", ie_id));  in wl_cfg80211_add_iw_ie()
169 WL_ERR(("wrong interworking IE (len=%d)\n", data_len)); in wl_cfg80211_add_iw_ie()
178 WL_ERR(("invalid packet flag 0x%x\n", pktflag)); in wl_cfg80211_add_iw_ie()
185 WL_ERR(("Previous IW IE is equals to current IE\n")); in wl_cfg80211_add_iw_ie()
210 WL_ERR(("Error allocating buffer for IE\n")); in wl_cfg80211_add_iw_ie()
252 WL_ERR(("%s: bi is NULL\n", __func__)); in wl_bcnrecv_result_handler()
257 WL_ERR(("bi info version doesn't support bcn_recv attributes\n")); in wl_bcnrecv_result_handler()
264 WL_ERR(("wiphy is NULL\n")); in wl_bcnrecv_result_handler()
270 WL_ERR(("Failed to allocate memory\n")); in wl_bcnrecv_result_handler()
292 WL_ERR(("failed to send bcnrecv event, error:%d\n", err)); in wl_bcnrecv_result_handler()
426 WL_ERR(("Invalid escan result (NULL pointer)\n")); in wl_escan_handler()
431 WL_ERR(("Invalid escan buffer len:%d\n", dtoh32(escan_result->buflen))); in wl_escan_handler()
435 WL_ERR(("Invalid bss_count %d: ignoring\n", escan_result->bss_count)); in wl_escan_handler()
440 WL_ERR(("Invalid escan bss info (NULL pointer)\n")); in wl_escan_handler()
445 WL_ERR(("Invalid bss_info length %d: ignoring\n", bi_length)); in wl_escan_handler()
469 WL_ERR(("ACTION FRAME SCAN : Peer " MACDBG " found," in wl_escan_handler()
501 WL_ERR(("Couldn't find P2PIE in probe" in wl_escan_handler()
527 WL_ERR(("bss is NULL\n")); in wl_escan_handler()
591 WL_ERR(("Buffer is too small: keep the" in wl_escan_handler()
618 WL_ERR(("Failed to copy the recent bss_info." in wl_escan_handler()
642 WL_ERR(("Buffer is too small: ignoring\n")); in wl_escan_handler()
660 WL_ERR(("P2P assoc scan fast aborted.\n")); in wl_escan_handler()
717 WL_ERR(("scan list is changed")); in wl_escan_handler()
755 WL_ERR(("WLC_E_STATUS_TIMEOUT : scan_request[%p]\n", cfg->scan_request)); in wl_escan_handler()
756 WL_ERR(("reason[0x%x]\n", e->reason)); in wl_escan_handler()
761 WL_ERR(("unexpected Escan Event %d : abort\n", status)); in wl_escan_handler()
801 WL_ERR(("WPS IE not present")); in wl_retrieve_wps_attribute()
964 WL_ERR(("Invalid chanspec! Skipping channel\n")); in wl_cfgscan_populate_scan_channels()
1021 WL_ERR(("buf len not sufficient for scan ssids\n")); in wl_cfgscan_populate_scan_ssids()
1188 WL_ERR(("get channels failed with %d\n", err)); in wl_get_valid_channels()
1217 WL_ERR(("chanspec failed %d\n", err)); in wl_update_ap_chandef()
1224 WL_ERR(("current channel %d is not allowed\n" in wl_update_ap_chandef()
1299 WL_ERR(("error(%d)\n", err)); in wl_check_valid_channel_in_country()
1378 WL_ERR(("%s : failed to set random mac for host scan, %d\n", in wl_run_escan()
1412 WL_ERR(("Index %d exceeds max 2.4GHz channels %d" in wl_run_escan()
1431 WL_ERR(("Invalid number of 2.4GHz channels %d\n", j)); in wl_run_escan()
1476 WL_ERR(("scan_prep failed\n")); in wl_run_escan()
1494 WL_ERR(("ioctl buffer length not sufficient\n")); in wl_run_escan()
1509 WL_ERR((" Escan set error (%d)\n", err)); in wl_run_escan()
1526 WL_ERR(("channel list allocation failed \n")); in wl_run_escan()
1537 WL_ERR(("wrong n_valid_chan:%d\n", n_valid_chan)); in wl_run_escan()
1572 WL_ERR(("SKIP DFS CHANs(52~144)\n")); in wl_run_escan()
1645 WL_ERR(("scan error (%d)\n", err)); in wl_run_escan()
1673 WL_ERR(("error (%d)\n", err)); in wl_do_escan()
1682 WL_ERR(("== error (%d)\n", err)); in wl_do_escan()
1692 WL_ERR(("== error (%d)\n", err)); in wl_do_escan()
1706 WL_ERR(("== error (%d)\n", err)); in wl_do_escan()
1757 WL_ERR(("Scan err = (%d), busy?%d", err, -EBUSY)); in wl_cfgscan_handle_scanbusy()
1760 WL_ERR(("Scan not permitted due to scan suppress\n")); in wl_cfgscan_handle_scanbusy()
1783 WL_ERR(("Unusual continuous EBUSY error, %d %d %d %d %d %d %d %d %d\n", in wl_cfgscan_handle_scanbusy()
1804 WL_ERR(("FW is connected with " MACDBG "/n", in wl_cfgscan_handle_scanbusy()
1807 WL_ERR(("GET BSSID failed with %d\n", ret)); in wl_cfgscan_handle_scanbusy()
1867 WL_ERR(("Sending Action Frames. Try it again.\n")); in __wl_cfg80211_scan()
1877 WL_ERR(("Scanning already\n")); in __wl_cfg80211_scan()
1882 WL_ERR(("Scanning being aborted\n")); in __wl_cfg80211_scan()
1886 WL_ERR(("request null or n_ssids > WL_SCAN_PARAMS_SSID_MAX\n")); in __wl_cfg80211_scan()
1891 WL_ERR(("Scanning is not allowed during CSA\n")); in __wl_cfg80211_scan()
1924 WL_ERR(("p2p_search on non p2p iface\n")); in __wl_cfg80211_scan()
1973 WL_ERR(("Find p2p index from ndev(%p) failed\n", in __wl_cfg80211_scan()
1986 WL_ERR(("Failed to add interworking IE")); in __wl_cfg80211_scan()
1998 WL_ERR(("Set grat_arp failed:(%d) Ignore!\n", err)); in __wl_cfg80211_scan()
2117 WL_ERR(("wlan0 scan failed, p2p devices are operational")); in wl_cfg80211_scan()
2124 WL_ERR(("scan error (%d)\n", err)); in wl_cfg80211_scan()
2147 WL_ERR(("cfg ptr null\n")); in wl_get_scan_wdev()
2184 WL_ERR(("No wdev present\n")); in wl_cfg80211_cancel_scan()
2212 WL_ERR(("mem alloc failed (%d bytes)\n", params_size)); in wl_cfg80211_scan_abort()
2259 WL_ERR(("ndev is null\n")); in wl_notify_escan_complete()
2265 WL_ERR(("Outstanding scan req ndev not matching (%p:%p)\n", in wl_notify_escan_complete()
2304 WL_ERR(("scan list is changed")); in wl_notify_escan_complete()
2435 WL_ERR(("ACTION FRAME SCAN : Peer " MACDBG " found," in wl_p2p_find_peer_channel()
2485 WL_ERR(("Invalid escan result (NULL pointer) or invalid bss_count\n")); in wl_escan_without_scan_cache()
2493 WL_ERR(("Invalid escan bss info (NULL pointer)" in wl_escan_without_scan_cache()
2528 WL_ERR(("P2P assoc scan fast aborted.\n")); in wl_escan_without_scan_cache()
2568 WL_ERR(("WLC_E_STATUS_TIMEOUT : scan_request[%p]\n", cfg->scan_request)); in wl_escan_without_scan_cache()
2569 WL_ERR(("reason[0x%x]\n", e->reason)); in wl_escan_without_scan_cache()
2576 WL_ERR(("unexpected Escan Event %d : abort\n", status)); in wl_escan_without_scan_cache()
2623 WL_ERR(("scan busy (%d)\n", err)); in wl_notify_scan_status()
2638 WL_ERR(("%s Scan_results error (%d)\n", ndev->name, err)); in wl_notify_scan_status()
2682 WL_ERR(("Random MAC already %s\n", enable ? "Enabled" : "Disabled")); in wl_cfg80211_set_random_mac()
2716 WL_ERR(("fail to Set random mac, current state is wrong\n")); in wl_cfg80211_random_mac_enable()
2737 WL_ERR(("failed to set random generate MAC address\n")); in wl_cfg80211_random_mac_enable()
2739 WL_ERR(("set mac " MACDBG " to " MACDBG "\n", in wl_cfg80211_random_mac_enable()
2742 WL_ERR(("random MAC enable done")); in wl_cfg80211_random_mac_enable()
2772 WL_ERR(("failed to set random generate MAC address\n")); in wl_cfg80211_random_mac_enable()
2774 WL_ERR(("set mac " MACDBG " to " MACDBG "\n", in wl_cfg80211_random_mac_enable()
2777 WL_ERR(("random MAC enable done using legacy randmac")); in wl_cfg80211_random_mac_enable()
2808 WL_ERR(("failed scanmac configuration\n")); in wl_cfg80211_random_mac_enable()
2816 WL_ERR(("failed to enable scanmac, err=%d\n", err)); in wl_cfg80211_random_mac_enable()
2836 WL_ERR(("set original mac " MACDBG "\n", in wl_cfg80211_random_mac_disable()
2844 WL_ERR(("failed to set original MAC address\n")); in wl_cfg80211_random_mac_disable()
2846 WL_ERR(("legacy random MAC disable done \n")); in wl_cfg80211_random_mac_disable()
2862 WL_ERR(("failed to disable scanmac, err=%d\n", err)); in wl_cfg80211_random_mac_disable()
2890 WL_ERR(("fail to Set random mac, bad argument\n")); in wl_cfg80211_scan_mac_enable()
2905 WL_ERR(("fail to Set random mac, current state is wrong\n")); in wl_cfg80211_scan_mac_enable()
2962 WL_ERR(("failed scanmac configuration\n")); in wl_cfg80211_scan_mac_enable()
2972 WL_ERR(("failed to enable scanmac, err=%d\n", err)); in wl_cfg80211_scan_mac_enable()
3033 WL_ERR(("Sched scan request was NULL\n")); in wl_cfg80211_sched_scan_start()
3045 WL_ERR(("Invalid sched scan req!! n_ssids:%d \n", request->n_ssids)); in wl_cfg80211_sched_scan_start()
3059 WL_ERR(("%s: failed to allocate log_conn_event_t with " in wl_cfg80211_sched_scan_start()
3068 WL_ERR(("%s: failed to allocate log_tlv with " in wl_cfg80211_sched_scan_start()
3105 WL_ERR(("PNO setup failed!! ret=%d \n", ret)); in wl_cfg80211_sched_scan_start()
3143 WL_ERR(("set random mac failed (%d). Ignore.\n", ret)); in wl_cfg80211_sched_scan_start()
3146 WL_ERR(("PNO Stop for SSID failed")); in wl_cfg80211_sched_scan_start()
3180 WL_ERR(("PNO Stop for SSID failed")); in wl_cfg80211_sched_scan_stop()
3210 WL_ERR(("Scan Channel Time %d\n", time)); in wl_cfg80211_custom_scan_time()
3214 WL_ERR(("Scan Unassoc Time %d\n", time)); in wl_cfg80211_custom_scan_time()
3218 WL_ERR(("Scan Passive Time %d\n", time)); in wl_cfg80211_custom_scan_time()
3222 WL_ERR(("Scan Home Time %d\n", time)); in wl_cfg80211_custom_scan_time()
3226 WL_ERR(("Scan Home Away Time %d\n", time)); in wl_cfg80211_custom_scan_time()
3244 WL_ERR(("Enter \n")); in wl_scan_timeout_dbg_set()
3255 WL_ERR(("Enter \n")); in wl_scan_timeout_dbg_clear()
3284 WL_ERR(("timer expired but no scan request\n")); in wl_scan_timeout()
3293 WL_ERR(("No wireless_dev present\n")); in wl_scan_timeout()
3304 WL_ERR(("****SCAN event timeout due to scheduling problem\n")); in wl_scan_timeout()
3310 WL_ERR(("***SCAN event timeout. WQ state:0x%x scan_enq_time:"SEC_USEC_FMT in wl_scan_timeout()
3320 WL_ERR(("Elapsed time(ns): %llu\n", (cur_time - cfg->scan_enq_time))); in wl_scan_timeout()
3322 WL_ERR(("lock_states:[%d:%d:%d:%d:%d:%d]\n", in wl_scan_timeout()
3330 WL_ERR(("RTT lock_state:[%d]\n", in wl_scan_timeout()
3333 WL_ERR(("RTT and Geofence lock_states:[%d:%d]\n", in wl_scan_timeout()
3352 WL_ERR(("bss_list is null. Didn't receive any partial scan results\n")); in wl_scan_timeout()
3354 WL_ERR(("Dump scan buffer:\n" in wl_scan_timeout()
3360 WL_ERR(("SSID :%s Channel :%d\n", bi->SSID, channel)); in wl_scan_timeout()
3366 WL_ERR(("timer expired\n")); in wl_scan_timeout()
3463 WL_ERR(("No memory")); in wl_notify_sched_scan_results()
3475 WL_ERR(("%s: failed to allocate the log_conn_event_t with " in wl_notify_sched_scan_results()
3482 WL_ERR(("%s: failed to allocate the tlv_log with " in wl_notify_sched_scan_results()
3491 WL_ERR(("Invalid netinfo ptr. index:%d", i)); in wl_notify_sched_scan_results()
3496 WL_ERR(("Wrong SSID length:%d\n", in wl_notify_sched_scan_results()
3603 WL_ERR(("FALSE PNO Event. (pfn_count == 0) \n")); in wl_notify_sched_scan_results()
3630 WL_ERR(("No memory")); in wl_notify_sched_scan_results()
3642 WL_ERR(("%s: failed to allocate the log_conn_event_t with " in wl_notify_sched_scan_results()
3649 WL_ERR(("%s: failed to allocate the tlv_log with " in wl_notify_sched_scan_results()
3658 WL_ERR(("Invalid netinfo ptr. index:%d", i)); in wl_notify_sched_scan_results()
3760 WL_ERR(("FALSE PNO Event. (pfn_count == 0) \n")); in wl_notify_sched_scan_results()
3763 WL_ERR(("Unsupported version %d, expected %d or %d\n", pfn_result_v1->version, in wl_notify_sched_scan_results()
3803 WL_ERR(("Data received is NULL!\n")); in wl_notify_pfn_status()
3853 WL_ERR(("Batch retrieval already in progress %d\n", err)); in wl_notify_gscan_event()
3921 WL_ERR(("Unknown event %d\n", event)); in wl_notify_gscan_event()
3937 WL_ERR(("Unknown command \n")); in wl_cfg80211_set_passive_scan()