add debug msg

This commit is contained in:
Sam Leffler 2006-04-20 05:03:21 +00:00
parent c3f861f491
commit bd6b0820f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157898

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);
}