Searched refs:IPW_DEBUG_ASSOC (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | ipw2200.c | 3967 IPW_DEBUG_ASSOC("Disassociating while associating.\n"); in ipw_send_disassociate() 3973 IPW_DEBUG_ASSOC("Disassociating while not associated.\n"); in ipw_send_disassociate() 3977 IPW_DEBUG_ASSOC("Disassocation attempt from %pM " in ipw_send_disassociate() 4528 IPW_DEBUG_ASSOC in ipw_rx_notification() 5691 IPW_DEBUG_ASSOC("Network '%*pE (%pM)' excluded due to capability mismatch.\n", in ipw_best_network() 5703 IPW_DEBUG_ASSOC("Network '%*pE (%pM)' excluded because of non-network ESSID.\n", in ipw_best_network() 5715 IPW_DEBUG_ASSOC("Network '%*pE (%pM)' excluded because of ESSID mismatch: '%*pE'.\n", in ipw_best_network() 5726 IPW_DEBUG_ASSOC("Network '%*pE (%pM)' excluded because '%*pE (%pM)' has a stronger signal.\n", in ipw_best_network() 5737 …IPW_DEBUG_ASSOC("Network '%*pE (%pM)' excluded because of storming (%ums since last assoc attempt)… in ipw_best_network() 5748 IPW_DEBUG_ASSOC("Network '%*pE (%pM)' excluded because of age: %ums.\n", in ipw_best_network() [all …]
|
D | ipw2100.h | 131 #define IPW_DEBUG_ASSOC(f, a...) IPW_DEBUG(IPW_DL_ASSOC | IPW_DL_INFO, f, ## a) macro
|
D | ipw2200.h | 1495 #define IPW_DEBUG_ASSOC(f, a...) IPW_DEBUG(IPW_DL_ASSOC | IPW_DL_INFO, f, ## a) macro
|