Searched refs:DEBUG_AP (Results 1 – 5 of 5) sorted by relevance
/drivers/net/wireless/hostap/ |
D | hostap_ap.c | 191 PDEBUG(DEBUG_AP, "ap_handle_timer() called with NULL data\n"); in ap_handle_timer() 244 PDEBUG(DEBUG_AP, "%s: removing automatic WDS " in ap_handle_timer() 262 PDEBUG(DEBUG_AP, "%s: sending %s info to STA %pM" in ap_handle_timer() 278 PDEBUG(DEBUG_AP, "%s: STA %pM" in ap_handle_timer() 306 PDEBUG(DEBUG_AP, "%s: Deauthenticate all stations\n", dev->name); in hostap_deauth_all_stas() 577 PDEBUG(DEBUG_AP, "Using data::nullfunc ACK workaround - " in hostap_check_sta_fw_version() 678 PDEBUG(DEBUG_AP, "%s: %pM auth_cb - alg=%d " in hostap_ap_tx_cb_auth() 745 PDEBUG(DEBUG_AP, "%s: %pM assoc_cb - %s\n", in hostap_ap_tx_cb_assoc() 769 PDEBUG(DEBUG_AP, in hostap_ap_tx_cb_poll() 931 PDEBUG(DEBUG_AP, "%s: prism2_send_mgmt - device is not UP - " in prism2_send_mgmt() [all …]
|
D | hostap_wlan.h | 943 #define DEBUG_AP BIT(3) macro 948 #define DEBUG_MASK (DEBUG_PS | DEBUG_AP | DEBUG_HW | DEBUG_EXTRA)
|
/drivers/net/wireless/wl12xx/ |
D | debug.h | 53 DEBUG_AP = BIT(17), enumerator 55 DEBUG_MASTER = (DEBUG_ADHOC | DEBUG_AP),
|
D | init.c | 428 wl1271_debug(DEBUG_AP, "AP basic rate set: 0x%x", in wl1271_init_ap_rates()
|
D | main.c | 3565 wl1271_debug(DEBUG_AP, "probe response updated"); in wl1271_bss_beacon_info_changed() 3693 wl1271_debug(DEBUG_AP, "started AP"); in wl1271_bss_info_changed_ap() 3704 wl1271_debug(DEBUG_AP, "stopped AP"); in wl1271_bss_info_changed_ap()
|