Home
last modified time | relevance | path

Searched refs:HOSTAPD_DBG (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/wilc1000/
Dlinux_mon.c59 PRINT_INFO(HOSTAPD_DBG, "In monitor interface receive function\n"); in WILC_WFI_monitor_rx()
65 PRINT_INFO(HOSTAPD_DBG, "Monitor interface already RUNNING\n"); in WILC_WFI_monitor_rx()
82 PRINT_INFO(HOSTAPD_DBG, "Monitor if : No memory to allocate skb"); in WILC_WFI_monitor_rx()
113 PRINT_INFO(HOSTAPD_DBG, "Monitor if : No memory to allocate skb"); in WILC_WFI_monitor_rx()
122 PRINT_INFO(HOSTAPD_DBG, "Radiotap len %d\n", hdr->hdr.it_len); in WILC_WFI_monitor_rx()
125 PRINT_INFO(HOSTAPD_DBG, "Presentflags %d\n", hdr->hdr.it_present); in WILC_WFI_monitor_rx()
159 …PRINT_INFO(HOSTAPD_DBG, "Packet sent successfully - Size = %d - Address = %p.\n", pv_data->size, p… in mgmt_tx_complete()
161 …PRINT_INFO(HOSTAPD_DBG, "Couldn't send packet - Size = %d - Address = %p.\n", pv_data->size, pv_da… in mgmt_tx_complete()
176 PRINT_D(HOSTAPD_DBG, "ERROR: dev == NULL\n"); in mon_mgmt_tx()
240 PRINT_INFO(HOSTAPD_DBG, "Radiotap len: %d\n", rtap_len); in WILC_WFI_mon_xmit()
[all …]
Dwilc_wfi_cfgoperations.c1532 PRINT_D(HOSTAPD_DBG, "Getting station parameters\n"); in get_station()
1534 PRINT_INFO(HOSTAPD_DBG, ": %x%x%x%x%x\n", mac[0], mac[1], mac[2], mac[3], mac[4]); in get_station()
2542 PRINT_D(HOSTAPD_DBG, "In Change virtual interface function\n"); in change_virtual_intf()
2543 PRINT_D(HOSTAPD_DBG, "Wireless interface name =%s\n", dev->name); in change_virtual_intf()
2560 PRINT_D(HOSTAPD_DBG, "Interface type = NL80211_IFTYPE_STATION\n"); in change_virtual_intf()
2651 PRINT_D(HOSTAPD_DBG, "Interface type = NL80211_IFTYPE_P2P_CLIENT\n"); in change_virtual_intf()
2660 PRINT_D(HOSTAPD_DBG, "Downloading P2P_CONCURRENCY_FIRMWARE\n"); in change_virtual_intf()
2732 PRINT_D(HOSTAPD_DBG, "Interface type = NL80211_IFTYPE_AP %d\n", type); in change_virtual_intf()
2738 PRINT_D(HOSTAPD_DBG, "Downloading AP firmware\n"); in change_virtual_intf()
2769 PRINT_D(HOSTAPD_DBG, "Interface type = NL80211_IFTYPE_GO\n"); in change_virtual_intf()
[all …]
Dlinux_wlan_common.h25 #define HOSTAPD_DBG (1 << Hostapd_debug) macro
89 #define REGION (INIT_DBG | GENERIC_DBG | CFG80211_DBG | FIRM_DBG | HOSTAPD_DBG)
Dwilc_debugfs.c27 #define DBG_REGION_ALL (GENERIC_DBG | HOSTAPD_DBG | HOSTINF_DBG | CORECONFIG_DBG | CFG80211_DBG | I…
29 atomic_t REGION = ATOMIC_INIT(INIT_DBG | GENERIC_DBG | CFG80211_DBG | FIRM_DBG | HOSTAPD_DBG);
Dhost_interface.c3164 PRINT_INFO(HOSTAPD_DBG, "KEY is %x\n", key[i]); in host_int_add_wep_key_bss_ap()