MFC 1.12: add debug msg

This commit is contained in:
sam 2006-09-02 17:32:25 +00:00
parent 4f70b6f9ea
commit c90fbee0bd

View File

@ -430,6 +430,9 @@ wpa_driver_bsd_set_auth_alg(void *priv, int auth_alg)
else
authmode = IEEE80211_AUTH_OPEN;
wpa_printf(MSG_DEBUG, "%s alg 0x%x authmode %u",
__func__, auth_alg, authmode);
return set80211param(drv, IEEE80211_IOC_AUTHMODE, authmode);
}