summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wpa/wpa_supplicant/driver_freebsd.c
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2006-04-20 05:03:21 +0000
committersam <sam@FreeBSD.org>2006-04-20 05:03:21 +0000
commit8d8f399b4c6bee6dd415d0e3ae46a82b39ba8031 (patch)
tree2d489b098545f2c09b6332a18f6643940048c4c9 /usr.sbin/wpa/wpa_supplicant/driver_freebsd.c
parent9f3542317c3420c68cf9af8899fc45f8890c4631 (diff)
downloadFreeBSD-src-8d8f399b4c6bee6dd415d0e3ae46a82b39ba8031.zip
FreeBSD-src-8d8f399b4c6bee6dd415d0e3ae46a82b39ba8031.tar.gz
add debug msg
Diffstat (limited to 'usr.sbin/wpa/wpa_supplicant/driver_freebsd.c')
-rw-r--r--usr.sbin/wpa/wpa_supplicant/driver_freebsd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/wpa/wpa_supplicant/driver_freebsd.c b/usr.sbin/wpa/wpa_supplicant/driver_freebsd.c
index 7f37772..31b35d7 100644
--- a/usr.sbin/wpa/wpa_supplicant/driver_freebsd.c
+++ b/usr.sbin/wpa/wpa_supplicant/driver_freebsd.c
@@ -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);
}
OpenPOWER on IntegriCloud