|
@@ -12225,7 +12225,7 @@ bool hdd_is_connection_in_progress(uint8_t *session_id,
|
|
|
&& (eConnectionState_Connecting ==
|
|
|
(WLAN_HDD_GET_STATION_CTX_PTR(adapter))->
|
|
|
conn_info.connState)) {
|
|
|
- hdd_err("%pK(%d) Connection is in progress",
|
|
|
+ hdd_debug("%pK(%d) Connection is in progress",
|
|
|
WLAN_HDD_GET_STATION_CTX_PTR(adapter),
|
|
|
adapter->sessionId);
|
|
|
if (session_id && reason) {
|
|
@@ -12243,7 +12243,7 @@ bool hdd_is_connection_in_progress(uint8_t *session_id,
|
|
|
WLAN_HDD_GET_HAL_CTX(adapter),
|
|
|
adapter->sessionId)) ||
|
|
|
hdd_is_roaming_in_progress(adapter)) {
|
|
|
- hdd_err("%pK(%d) Reassociation in progress",
|
|
|
+ hdd_debug("%pK(%d) Reassociation in progress",
|
|
|
WLAN_HDD_GET_STATION_CTX_PTR(adapter),
|
|
|
adapter->sessionId);
|
|
|
if (session_id && reason) {
|
|
@@ -12263,7 +12263,7 @@ bool hdd_is_connection_in_progress(uint8_t *session_id,
|
|
|
hdd_sta_ctx->conn_info.uIsAuthenticated)) {
|
|
|
sta_mac = (uint8_t *)
|
|
|
&(adapter->macAddressCurrent.bytes[0]);
|
|
|
- hdd_err("client " MAC_ADDRESS_STR
|
|
|
+ hdd_debug("client " MAC_ADDRESS_STR
|
|
|
" is in middle of WPS/EAPOL exchange.",
|
|
|
MAC_ADDR_ARRAY(sta_mac));
|
|
|
if (session_id && reason) {
|
|
@@ -12284,7 +12284,7 @@ bool hdd_is_connection_in_progress(uint8_t *session_id,
|
|
|
sta_mac = (uint8_t *)
|
|
|
&(adapter->aStaInfo[sta_id].
|
|
|
macAddrSTA.bytes[0]);
|
|
|
- hdd_err("client " MAC_ADDRESS_STR
|
|
|
+ hdd_debug("client " MAC_ADDRESS_STR
|
|
|
" of SAP/GO is in middle of WPS/EAPOL exchange",
|
|
|
MAC_ADDR_ARRAY(sta_mac));
|
|
|
if (session_id && reason) {
|
|
@@ -12294,7 +12294,7 @@ bool hdd_is_connection_in_progress(uint8_t *session_id,
|
|
|
return true;
|
|
|
}
|
|
|
if (hdd_ctx->connection_in_progress) {
|
|
|
- hdd_err("AP/GO: connection is in progress");
|
|
|
+ hdd_debug("AP/GO: connection is in progress");
|
|
|
return true;
|
|
|
}
|
|
|
}
|