blm_info("Allow BSSID %pM as the retry delay is greater than %u ms, expected RSSI = %d, current RSSI = %d, retry delay = %u ms original timeout %u time added %lu source %d reason %d",
blm_entry->bssid.bytes,MAX_BL_TIME,
blm_entry->rssi_reject_params.expected_rssi,
entry?entry->rssi_raw:0,
blm_entry->rssi_reject_params.retry_delay,
blm_entry->rssi_reject_params.original_timeout,
blm_entry->rssi_reject_params.received_time,
blm_entry->source,blm_entry->reject_ap_reason);
if(BLM_IS_AP_IN_AVOIDLIST(blm_entry))
if(BLM_IS_AP_IN_AVOIDLIST(blm_entry)){
blm_debug("%pM in avoid list, deprioritize it",
blm_entry->bssid.bytes);
returnBLM_MOVE_AT_LAST;
}
returnBLM_ACTION_NOP;
}
if(BLM_IS_AP_IN_BLACKLIST(blm_entry)){
blm_debug("%pM in blacklist list, reject ap type %d removing from candidate list",