Searched refs:IPW_DEBUG_ASSOC (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2200.c | 3897 IPW_DEBUG_ASSOC("Disassociating while associating.\n"); in ipw_send_disassociate() 3903 IPW_DEBUG_ASSOC("Disassociating while not associated.\n"); in ipw_send_disassociate() 3907 IPW_DEBUG_ASSOC("Disassociation attempt from %pM " in ipw_send_disassociate() 4458 IPW_DEBUG_ASSOC in ipw_rx_notification() 5622 IPW_DEBUG_ASSOC("Network '%*pE (%pM)' excluded due to capability mismatch.\n", in ipw_best_network() 5634 IPW_DEBUG_ASSOC("Network '%*pE (%pM)' excluded because of non-network ESSID.\n", in ipw_best_network() 5646 IPW_DEBUG_ASSOC("Network '%*pE (%pM)' excluded because of ESSID mismatch: '%*pE'.\n", in ipw_best_network() 5657 IPW_DEBUG_ASSOC("Network '%*pE (%pM)' excluded because '%*pE (%pM)' has a stronger signal.\n", in ipw_best_network() 5668 …IPW_DEBUG_ASSOC("Network '%*pE (%pM)' excluded because of storming (%ums since last assoc attempt)… in ipw_best_network() 5679 IPW_DEBUG_ASSOC("Network '%*pE (%pM)' excluded because of age: %ums.\n", in ipw_best_network() [all …]
|
H A D | ipw2100.h | 117 #define IPW_DEBUG_ASSOC(f, a...) IPW_DEBUG(IPW_DL_ASSOC | IPW_DL_INFO, f, ## a) macro
|
H A D | ipw2200.h | 1478 #define IPW_DEBUG_ASSOC(f, a...) IPW_DEBUG(IPW_DL_ASSOC | IPW_DL_INFO, f, ## a) macro
|