Freeradius-Users
Threads by month
- ----- 2026 -----
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
July 2006
- 173 participants
- 245 discussions
Hi !
Your friend romel from Bangalore India, just invited you to his online photo albums and journals at Zorpia.com.
About romel :
Know Me Know Fun
No Me No Fun
So what is Zorpia?
It is an online community that allows you to upload unlimited amount of photos, write journals and make friends. We also have a variety of skins in store for you so that you can customize your homepage freely.
Join now for free! Please click the following link to join Zorpia:
http://www.zorpia.com/cgi/signup.cgi?invitation_key=7d3391e3c6586a56fcd14ad…
This message was delivered with the romel's initiation.
If you wish to discontinue receiving invitations from us, please click the following link:
http://www.zorpia.com/cgi/signup.cgi?action=optout&email=freeradius-users@l…
1
0
Hi..
Freeradius 1.1.2
OS : FreeBSD 6.1
Referring to below debug logs and config.. I'm planning to have 2 DEFAULT
entries in users.. One that read LDAP tree ou=DIALUP & one ou=RADIUS
but 1st DEFAULT entry will only be matched if it contain attribute
"jaringService = REAL" in ou=DIALUP.. Other than that it will match 2nd
entry...
But the problem is that although first DEFAULT is NOT matched, and matched
2nd DEFAULT (Auth & Autz Type LDAP), it will still bind using ou=DIALUP
(from 1st DEFAULT) to LDAP....
>>>rlm_ldap: user DN:
>>>uniqueIdentifier=10614,ou=DIALUP,ou=AAA,ou=People,dc=jaring,dc=my
The problem happen when both LDAP tree has entry with same uid... but
different password and belong to different person.
users:-
====
## NEW Dialup (REAL TIME)
DEFAULT ldapdialup1-Ldap-Group == "REAL", Autz-Type := DIALUP,
Auth-Type :=DIALUP
## NORMAL DIALUP
DEFAULT Autz-Type := LDAP, Auth-Type := LDAP
radiusd.conf
========
ldap ldap1 {
basedn = "ou=RADIUS,ou=People,dc=jaring,dc=my"
groupname_attribute = jaringConnectionType
groupmembership_filter =
"(&(uid=%{Stripped-User-Name:-%{User-Name}})(objectclass=radiusprofile))"
}
ldap ldap2 {
basedn = "ou=RADIUS,ou=People,dc=jaring,dc=my"
groupname_attribute = jaringConnectionType
groupmembership_filter =
"(&(uid=%{Stripped-User-Name:-%{User-Name}})(objectclass=radiusprofile))"
}
ldap ldapdialup1 {
basedn = "ou=DIALUP,ou=AAA,ou=People,dc=jaring,dc=my"
groupname_attribute = jaringService
groupmembership_filter =
"(&(uid=%{Stripped-User-Name:-%{User-Name}})(objectclass=radiusprofile))"
}
ldap ldapdialup2 {
basedn = "ou=DIALUP,ou=AAA,ou=People,dc=jaring,dc=my"
groupname_attribute = jaringService
groupmembership_filter =
"(&(uid=%{Stripped-User-Name:-%{User-Name}})(objectclass=radiusprofile))"
}
Autz-Type LDAP {
redundant {
ldap1
ldap2
}
}
Autz-Type DIALUP {
redundant {
ldapdialup1
ldapdialup2
}
}
Auth-Type LDAP {
redundant {
ldap1
ldap2
}
}
Auth-Type DIALUP {
redundant {
ldapdialup1
ldapdialup2
}
}
debug:-
=====
rad_recv: Access-Request packet from host xxxxxxxxxxxxxxx:60005, id=41,
length=46
User-Name = "bacang"
User-Password = "xxxxxx"
rad_rmspace_pair: User-Name now 'bacang'
Processing the authorize section of radiusd.conf
modcall: entering group authorize for request 0
modcall[authorize]: module "preprocess" returns ok for request 0
modcall[authorize]: module "chap" returns noop for request 0
modcall[authorize]: module "mschap" returns noop for request 0
rlm_realm: No '/' in User-Name = "bacang", skipping NULL due to config.
modcall[authorize]: module "IPASS" returns noop for request 0
rlm_realm: No '@' in User-Name = "bacang", looking up realm NULL
rlm_realm: Found realm "NULL"
rlm_realm: Adding Stripped-User-Name = "bacang"
rlm_realm: Proxying request from user bacang to realm NULL
rlm_realm: Adding Realm = "NULL"
rlm_realm: Authentication realm is LOCAL.
modcall[authorize]: module "suffix" returns noop for request 0
rlm_eap: No EAP-Message, not doing EAP
modcall[authorize]: module "eap" returns noop for request 0
rlm_ldap: Entering ldap_groupcmp()
radius_xlat: 'ou=DIALUP,ou=AAA,ou=People,dc=jaring,dc=my'
radius_xlat: '(uid=bacang)'
rlm_ldap: ldap_get_conn: Checking Id: 0
rlm_ldap: ldap_get_conn: Got Id: 0
rlm_ldap: attempting LDAP reconnection
rlm_ldap: (re)connect to xxxxxxxxx:389, authentication 0
rlm_ldap: bind as cn=xxxxxxxxx,ou=Applications,dc=jaring,dc=my/xxxxxxxxxxx
to xxxxxxxxx:389
rlm_ldap: waiting for bind result ...
rlm_ldap: Bind was successful
rlm_ldap: performing search in ou=DIALUP,ou=AAA,ou=People,dc=jaring,dc=my,
with filter (uid=bacang)
rlm_ldap: ldap_release_conn: Release Id: 0
radius_xlat: '(&(uid=bacang)(objectclass=radiusprofile))'
rlm_ldap: ldap_get_conn: Checking Id: 0
rlm_ldap: ldap_get_conn: Got Id: 0
rlm_ldap: performing search in ou=DIALUP,ou=AAA,ou=People,dc=jaring,dc=my,
with filter
(&(jaringService=REAL)(&(uid=bacang)(objectclass=radiusprofile)))
rlm_ldap: object not found or got ambiguous search result
rlm_ldap: ldap_release_conn: Release Id: 0
rlm_ldap::ldap_groupcmp: Group REAL not found or user is not a member.
users: Matched entry DEFAULT at line 23
modcall[authorize]: module "files" returns ok for request 0
modcall: leaving group authorize (returns ok) for request 0
Found Autz-Type LDAP
Processing the authorize section of radiusd.conf
modcall: entering group LDAP for request 0
modcall: entering group redundant for request 0
rlm_ldap: - authorize
rlm_ldap: performing user authorization for bacang
radius_xlat: '(uid=bacang)'
radius_xlat: 'ou=RADIUS,ou=People,dc=jaring,dc=my'
rlm_ldap: ldap_get_conn: Checking Id: 0
rlm_ldap: ldap_get_conn: Got Id: 0
rlm_ldap: attempting LDAP reconnection
rlm_ldap: (re)connect to xxxxxxxxxx:389, authentication 0
rlm_ldap: bind as cn=xxxxxxxxx,ou=Applications,dc=jaring,dc=my/xxxxxxxxxxx
to xxxxxxxxxxxx:389
rlm_ldap: waiting for bind result ...
rlm_ldap: Bind was successful
rlm_ldap: performing search in ou=RADIUS,ou=People,dc=jaring,dc=my, with
filter (uid=bacang)
rlm_ldap: checking if remote access for bacang is allowed by dialupAccess
rlm_ldap: Added password {CRYPT}Y3EhshegMNPxA in check items
rlm_ldap: looking for check items in directory...
rlm_ldap: looking for reply items in directory...
rlm_ldap: Adding radiusFramedCompression as Framed-Compression, value
Van-Jacobson-TCP-IP & op=11
rlm_ldap: Adding radiusFramedMTU as Framed-MTU, value 1500 & op=11
rlm_ldap: Adding radiusFramedProtocol as Framed-Protocol, value PPP & op=11
rlm_ldap: Adding radiusServiceType as Service-Type, value Framed-User &
op=11
rlm_ldap: user bacang authorized to use remote access
rlm_ldap: ldap_release_conn: Release Id: 0
modcall[authorize]: module "ldap1" returns ok for request 0
modcall: leaving group redundant (returns ok) for request 0
modcall: leaving group LDAP (returns ok) for request 0
rad_check_password: Found Auth-Type LDAP
auth: type "LDAP"
Processing the authenticate section of radiusd.conf
modcall: entering group LDAP for request 0
modcall: entering group redundant for request 0
rlm_ldap: - authenticate
rlm_ldap: login attempt by "bacang" with password "xxxxxxxx"
rlm_ldap: user DN:
uniqueIdentifier=10614,ou=DIALUP,ou=AAA,ou=People,dc=jaring,dc=my
rlm_ldap: (re)connect to xxxxxxxxxxxxxx:389, authentication 1
rlm_ldap: bind as
uniqueIdentifier=10614,ou=DIALUP,ou=AAA,ou=People,dc=jaring,dc=my/xxxxxxxxx
to xxxxxxxxxxxx:389
rlm_ldap: waiting for bind result ...
rlm_ldap: Bind failed with invalid credentials
modcall[authenticate]: module "ldap1" returns reject for request 0
modcall: leaving group redundant (returns reject) for request 0
modcall: leaving group LDAP (returns reject) for request 0
auth: Failed to validate the user.
Login incorrect (rlm_ldap: Bind as user failed): [bacang] (from client
sysadmin port 0)
1
2
Hi,
I have a WI-FI connection with freeRADIUS+OpenLDAP+Chillispot.
I have to manage two groups of people. The first group have hit to all the
resources of the LAN, the second group can use only the http protocol.
There is a simple solution to do this? I have thinked to assign some
different IP class to each group, and manage the rule with iptables. If this
is the only solution, how i can assign different IP classes?
Best regards.
Giusy
1
0
;-)
1
0
I have been using FreeRadius with users entered into the config files, and
now wish to migrate to using MySQL. Have MySQL, FreeRadius etc running under
SuSE 8.1 on a test box.
So far the only user in the MySQL database that authenticates OK is one that
has the same username / password under Linux on the box concerned. Otherwise
I get
modcall[authorize]: module "sql" returns OK
users: Matched DEFAULT at 152
modcall[authorize]: module "files" returns OK
modcall:group authorize returns OK
rad_check_password: Found Auth-Type System
auth: type "System"
modcall: entering group authenticate
modcall[authenticate]: module "unix" returns notfound
modcall: group authenticate returns notfound
auth: Failed to validate the user.
The succesful file based users say "Found Auth-Type Local" which I guess is
a clue to my problem.
What do you helpful people need to know next ?
Phil
--
View this message in context: http://www.nabble.com/MySQL-tf1989114.html#a5458881
Sent from the FreeRadius - User forum at Nabble.com.
1
0
>
> Hi Alan,
>
> Please find the configuration in the users file & proxy.conf file. Please
> let me know if i am missing or wrong configuration is done is achieve my
> objective.
>
> Radiusd.conf file:
>
modules {
pap {
encryption_scheme = clear
}
chap {
authtype = CHAP
}
pam {
pam_auth = radiusd
}
unix {
cache = no
cache_reload = 600
radwtmp = /var/log/radius/radwtmp
}
mschap {
authtype = MS-CHAP
#use_mppe = no
#require_encryption = yes
#require_strong = yes
#with_ntdomain_hack = no
}
ldap ldap_primary {
server = 1.1.1.1
port = 1234
identity = "kjd"
password = sdkjf
basedn = sdjkf
filter = "kjgf"
start_tls = no
access_attr = "dialupacces"
dictionary_mapping = ${raddbdir}/ldap.attrmap
ldap_connections_number = 5
#password_header = "{SHA}"
password_attribute = fdsjk
groupname_attribute = dj
groupmembership_filter = "kjf"
groupmembership_attribute = jkl
timeout = 4
timelimit = 3
net_timeout = 1
access_attr_used_for_allow = no
}
ldap ldap_secondary {
server = 2.2.2.2
port = 1234
identity = "kjd"
password = sdkjf
basedn = sdjkf
filter = "kjgf"
start_tls = no
access_attr = "dialupacces"
dictionary_mapping = ${raddbdir}/ldap.attrmap
ldap_connections_number = 5
#password_header = "{SHA}"
password_attribute = fdsjk
groupname_attribute = dj
groupmembership_filter = "kjf"
groupmembership_attribute = jkl
timeout = 4
timelimit = 3
net_timeout = 1
access_attr_used_for_allow = no
}
passwd etc_passwd {
filename = /var/etc/passwd
format = "*User-Name::User-Password"
delimiter = :
}
passwd etc_group {
filename = /var/etc/group
format = "~Group-Name::*,User-Name"
delimiter = :
}
realm suffix_oblic {
format = suffix
delimiter = /
ignore_default = no
ignore_null = no
}
realm prefix_oblic {
format = prefix
delimiter = /
ignore_default = no
ignore_null = no
}
realm suffix_at {
format = suffix
delimiter = @
ignore_default = no
ignore_null = no
}
realm prefix_at {
format = prefix
delimiter = @
ignore_default = no
ignore_null = no
}
realm suffix_percent {
format = suffix
delimiter = %
ignore_default = no
ignore_null = no
}
realm prefix_percent {
format = prefix
delimiter = %
ignore_default = no
ignore_null = no
}
checkval {
item-name = Calling-Station-Id
check-name = Calling-Station-Id
data-type = string
#notfound-reject = no
}
preprocess {
huntgroups = ${confdir}/huntgroups
hu_int32_ts = ${confdir}/hints
with_ascend_hack = no
ascend_channels_per_line = 23
with_ntdomain_hack = no
with_specialix_jetstream_hack = no
with_cisco_vsa_hack = no
}
files {
usersfile = ${confdir}/users
acctusersfile = ${confdir}/acct_users
compat = no
}
..
..
}
instantiate {
#exec
#expr
ldap_primary
ldap_secondary
}
authorize {
preprocess
#etc_passwd
#etc_group
chap
mschap
suffix_oblic
prefix_oblic
suffix_at
prefix_at
suffix_percent
prefix_percent
files
redundant {
ldap_primary
ldap_secondary
}
eap
}
authenticate {
Auth-Type PAP {
pap
}
Auth-Type CHAP {
chap
}
Auth-Type MS-CHAP {
mschap
}
Auth-Type LDAP {
redundant {
ldap_primary
ldap_secondary
}
}
#unix
eap
}
post-auth {
}
pre-proxy {
}
post_proxy {
eap
}
Users file:
--------------
# primary ldap group policy configuration
# WLAN Allow policy for the groups
DEFAULT ldap_primary-Ldap-Group == "sales",VSA-Attr-4 =~ "1",Login-Time
:= "Any0000-2359"
Tunnel-Type = 13,
Tunnel-Medium-Type = 6,
Tunnel-Private-Group-Id = 1
DEFAULT ldap_primary-Ldap-Group == "marketting",VSA-Attr-4 =~
"2",Login-Time := "Any0000-2359"
Tunnel-Type = 13,
Tunnel-Medium-Type = 6,
Tunnel-Private-Group-Id = 10
# WLAN Deny policy for the groups
DEFAULT ldap_primary-Ldap-Group == "sales",VSA-Attr-4 =~
"2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32",Auth-Type:=Reject
DEFAULT ldap_primary-Ldap-Group == "marketting",VSA-Attr-4 =~
"1|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32",Auth-Type:=Reject
# secondary ldap group policy configuration
# WLAN Allow policy for the groups
DEFAULT ldap_secondary-Ldap-Group == "sales",VSA-Attr-4 =~ "1",Login-Time
:= "Any0000-2359"
Tunnel-Type = 13,
Tunnel-Medium-Type = 6,
Tunnel-Private-Group-Id = 1
DEFAULT ldap_secondary-Ldap-Group == "marketting",VSA-Attr-4 =~
"2",Login-Time := "Any0000-2359"
Tunnel-Type = 13,
Tunnel-Medium-Type = 6,
Tunnel-Private-Group-Id = 10
# WLAN Deny policy for the groups
DEFAULT ldap_secondary-Ldap-Group == "sales",VSA-Attr-4 =~
"2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32",Auth-Type:=Reject
DEFAULT ldap_secondary-Ldap-Group == "marketting",VSA-Attr-4 =~
"1|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32",Auth-Type:=Reject
anonymous
Anonymous
DEFAULT Realm != "NULL"
DEFAULT Auth-Type := Reject
Proxy.conf file
---------------------
proxy server {
synchronous = no
retry_delay = 5
retry_count = 3
dead_time = 120
default_fallback = yes
post_proxy_authorize = no
}
realm user\(a)myorg\.com {
authhost = 192.168.2.2:1812
accthost = 192.168.2.2:1813
secret = symbol123
nostrip
}
the request was proxied to 192.168.2.2 but it still tries to connect to
ldap_primary
Please correct me if im doing any wrong configuration.
Thanks.
On 7/19/06, Alan DeKok <aland(a)nitros9.org> wrote:
> >
> > "sumi thra" <sumi.techno(a)gmail.com> wrote:
> > > What you are saying is correct. But, i want proxy the request for some
> > users
> > > and for others i still want to use ldap .. in that case the users file
> > will
> > > have the policy for using LDAP & the proxy.conf file will have the
> > realms
> > > configured.
> >
> > That's pretty trivial to do.
> >
> > > When the server finds a matching realm, why is it trying to do ldap
> > > authentication? ie, why the users policy is getting applied?
> >
> > Because you told it to.
> >
> > Read the debug log. It *will* tell you what's going on.
> >
> > Alan DeKok.
> > -
> > List info/subscribe/unsubscribe? See
> > http://www.freeradius.org/list/users.html
> >
>
>
2
1
>Phil Mayers wrote:
>
>Since the client is stopping, and you say you have the OIDs, you'll have
>to debug the client. Try:
>
>netsh ras set tracing * enabled
>
>...and then look for the relevant logs in
>
>c:\windows\whereverthehelltheygo
I did as you said, and I got a bunch of logfiles in c:\windows\tracing
(A copy of all the logs can be found here:
http://users.skynet.be/klaasdc/tracing.zip)
Below is RASTLS.LOG and EAPOL.LOG, which I believe are the most important.
I can't find any apparent error in it though, it just keeps repeating
the same request over and over again... Any ideas?
============RASTLS.LOG============
[872] 11:24:14:585: EapTlsEnd
[872] 11:24:14:585: EapTlsEnd(klaasdc)
[872] 11:24:14:585: Auth failed so freeing cached creds.
[872] 11:24:14:585: FreeCachedCredentials
[872] 11:24:14:585: EapTlsInvokeIdentityUI
[872] 11:24:14:585: GetCertInfo
[872] 11:24:14:595: FCheckSCardCertAndCanOpenSilentContext
[872] 11:24:14:595: FGetEKUUsage
[872] 11:24:14:595: Acquiring Context for Container Name:
{24FE0D7B-A08C-4F94-8B96-BCFA66FBF5D3}, ProvName: Microsoft Base
Cryptographic Provider v1.0, ProvType 0x1
[872] 11:24:14:595: FCheckTimeValidity
[872] 11:24:14:605: Add Selected Cert to List
[872] 11:24:14:645:
[872] 11:24:14:645: EapTlsBegin(KlaasDC)
[872] 11:24:14:645: State change to Initial
[872] 11:24:14:645: EapTlsBegin: Detected 8021X authentication
[872] 11:24:14:645: MaxTLSMessageLength is now 16384
[872] 11:24:14:645:
[872] 11:24:14:645: EapTlsMakeMessage(klaasdc)
[872] 11:24:14:645: >> Received Request (Code: 1) packet: Id: 2,
Length: 6, Type: 13, TLS blob length: 0. Flags: S
[872] 11:24:14:645: EapTlsCMakeMessage
[872] 11:24:14:645: EapTlsReset
[872] 11:24:14:645: State change to Initial
[872] 11:24:14:645: GetCredentials
[872] 11:24:14:645: Flag is Client and Store is Current User
[872] 11:24:14:645: GetCachedCredentials
[872] 11:24:14:645: FreeCachedCredentials
[872] 11:24:14:645: AssociatePinWithCertificate
[872] 11:24:14:655: The name in the certificate is: KlaasDC
[872] 11:24:14:655: Will validate server cert
[872] 11:24:14:675: MakeReplyMessage
[872] 11:24:14:675: SecurityContextFunction
[872] 11:24:14:675: InitializeSecurityContext returned 0x90312
[872] 11:24:14:675: State change to SentHello
[872] 11:24:14:675: BuildPacket
[872] 11:24:14:675: << Sending Response (Code: 2) packet: Id: 2,
Length: 80, Type: 13, TLS blob length: 70. Flags: L
[872] 11:24:14:765:
[872] 11:24:14:765: EapTlsMakeMessage(klaasdc)
[872] 11:24:14:765: >> Received Request (Code: 1) packet: Id: 3,
Length: 1034, Type: 13, TLS blob length: 1601. Flags: LM
[872] 11:24:14:765: EapTlsCMakeMessage
[872] 11:24:14:765: MakeReplyMessage
[872] 11:24:14:765: Reallocating input TLS blob buffer
[872] 11:24:14:765: BuildPacket
[872] 11:24:14:765: << Sending Response (Code: 2) packet: Id: 3,
Length: 6, Type: 13, TLS blob length: 0. Flags:
[872] 11:24:14:815:
[872] 11:24:14:815: EapTlsMakeMessage(klaasdc)
[872] 11:24:14:815: >> Received Request (Code: 1) packet: Id: 4,
Length: 587, Type: 13, TLS blob length: 1601. Flags: L
[872] 11:24:14:815: EapTlsCMakeMessage
[872] 11:24:14:815: MakeReplyMessage
[872] 11:24:14:815: SecurityContextFunction
[872] 11:24:14:815: InitializeSecurityContext returned 0x80090327
[872] 11:24:14:815: State change to RecdFinished. Error: 0x80090327
[872] 11:24:14:815: BuildPacket
[872] 11:24:14:815: << Sending Response (Code: 2) packet: Id: 4,
Length: 6, Type: 13, TLS blob length: 0. Flags:
[872] 11:24:14:855:
[872] 11:24:14:855: EapTlsMakeMessage(klaasdc)
[872] 11:24:14:855: >> Received Request (Code: 1) packet: Id: 5,
Length: 10, Type: 13, TLS blob length: 0. Flags: L
[872] 11:24:14:855: EapTlsCMakeMessage
[872] 11:24:14:855: Unexpected code: 1 in state RecdFinished
[872] 11:24:44:868: EapTlsEnd
[872] 11:24:44:868: EapTlsEnd(klaasdc)
[872] 11:24:44:868: Auth failed so freeing cached creds.
[872] 11:24:44:868: FreeCachedCredentials
[872] 11:24:44:908:
[872] 11:24:44:908: EapTlsBegin(KlaasDC)
[872] 11:24:44:908: State change to Initial
[872] 11:24:44:908: EapTlsBegin: Detected 8021X authentication
[872] 11:24:44:908: MaxTLSMessageLength is now 16384
[872] 11:24:44:908:
[872] 11:24:44:908: EapTlsMakeMessage(klaasdc)
[872] 11:24:44:908: >> Received Request (Code: 1) packet: Id: 8,
Length: 6, Type: 13, TLS blob length: 0. Flags: S
[872] 11:24:44:908: EapTlsCMakeMessage
[872] 11:24:44:908: EapTlsReset
[872] 11:24:44:908: State change to Initial
[872] 11:24:44:908: GetCredentials
[872] 11:24:44:908: Flag is Client and Store is Current User
[872] 11:24:44:908: GetCachedCredentials
[872] 11:24:44:908: FreeCachedCredentials
[872] 11:24:44:908: AssociatePinWithCertificate
[872] 11:24:44:918: The name in the certificate is: KlaasDC
[872] 11:24:44:918: Will validate server cert
[872] 11:24:44:918: MakeReplyMessage
[872] 11:24:44:918: SecurityContextFunction
[872] 11:24:44:918: InitializeSecurityContext returned 0x90312
[872] 11:24:44:918: State change to SentHello
[872] 11:24:44:918: BuildPacket
[872] 11:24:44:918: << Sending Response (Code: 2) packet: Id: 8,
Length: 80, Type: 13, TLS blob length: 70. Flags: L
[872] 11:24:44:999:
[872] 11:24:44:999: EapTlsMakeMessage(klaasdc)
[872] 11:24:44:999: >> Received Request (Code: 1) packet: Id: 9,
Length: 1034, Type: 13, TLS blob length: 1601. Flags: LM
[872] 11:24:44:999: EapTlsCMakeMessage
[872] 11:24:44:999: MakeReplyMessage
[872] 11:24:44:999: Reallocating input TLS blob buffer
[872] 11:24:44:999: BuildPacket
[872] 11:24:44:999: << Sending Response (Code: 2) packet: Id: 9,
Length: 6, Type: 13, TLS blob length: 0. Flags:
[872] 11:24:45:059:
[872] 11:24:45:059: EapTlsMakeMessage(klaasdc)
[872] 11:24:45:059: >> Received Request (Code: 1) packet: Id: 10,
Length: 587, Type: 13, TLS blob length: 1601. Flags: L
[872] 11:24:45:059: EapTlsCMakeMessage
[872] 11:24:45:059: MakeReplyMessage
[872] 11:24:45:059: SecurityContextFunction
[872] 11:24:45:059: InitializeSecurityContext returned 0x80090327
[872] 11:24:45:059: State change to RecdFinished. Error: 0x80090327
[872] 11:24:45:059: BuildPacket
[872] 11:24:45:059: << Sending Response (Code: 2) packet: Id: 10,
Length: 6, Type: 13, TLS blob length: 0. Flags:
[872] 11:24:45:099:
[872] 11:24:45:099: EapTlsMakeMessage(klaasdc)
[872] 11:24:45:099: >> Received Request (Code: 1) packet: Id: 11,
Length: 10, Type: 13, TLS blob length: 0. Flags: L
[872] 11:24:45:099: EapTlsCMakeMessage
[872] 11:24:45:099: Unexpected code: 1 in state RecdFinished
[872] 11:25:15:152: EapTlsEnd
[872] 11:25:15:152: EapTlsEnd(klaasdc)
[872] 11:25:15:152: Auth failed so freeing cached creds.
[872] 11:25:15:152: FreeCachedCredentials
[872] 11:25:15:192:
[872] 11:25:15:192: EapTlsBegin(KlaasDC)
[872] 11:25:15:192: State change to Initial
[872] 11:25:15:192: EapTlsBegin: Detected 8021X authentication
[872] 11:25:15:192: MaxTLSMessageLength is now 16384
[872] 11:25:15:192:
[872] 11:25:15:192: EapTlsMakeMessage(klaasdc)
[872] 11:25:15:192: >> Received Request (Code: 1) packet: Id: 13,
Length: 6, Type: 13, TLS blob length: 0. Flags: S
[872] 11:25:15:192: EapTlsCMakeMessage
[872] 11:25:15:192: EapTlsReset
[872] 11:25:15:192: State change to Initial
[872] 11:25:15:192: GetCredentials
[872] 11:25:15:192: Flag is Client and Store is Current User
[872] 11:25:15:192: GetCachedCredentials
[872] 11:25:15:192: FreeCachedCredentials
[872] 11:25:15:202: AssociatePinWithCertificate
[872] 11:25:15:202: The name in the certificate is: KlaasDC
[872] 11:25:15:202: Will validate server cert
[872] 11:25:15:202: MakeReplyMessage
[872] 11:25:15:202: SecurityContextFunction
[872] 11:25:15:212: InitializeSecurityContext returned 0x90312
[872] 11:25:15:212: State change to SentHello
[872] 11:25:15:212: BuildPacket
[872] 11:25:15:212: << Sending Response (Code: 2) packet: Id: 13,
Length: 80, Type: 13, TLS blob length: 70. Flags: L
[872] 11:25:15:292:
[872] 11:25:15:292: EapTlsMakeMessage(klaasdc)
[872] 11:25:15:292: >> Received Request (Code: 1) packet: Id: 14,
Length: 1034, Type: 13, TLS blob length: 1601. Flags: LM
[872] 11:25:15:292: EapTlsCMakeMessage
[872] 11:25:15:292: MakeReplyMessage
[872] 11:25:15:292: Reallocating input TLS blob buffer
[872] 11:25:15:292: BuildPacket
[872] 11:25:15:292: << Sending Response (Code: 2) packet: Id: 14,
Length: 6, Type: 13, TLS blob length: 0. Flags:
[872] 11:25:15:352:
[872] 11:25:15:352: EapTlsMakeMessage(klaasdc)
[872] 11:25:15:352: >> Received Request (Code: 1) packet: Id: 15,
Length: 587, Type: 13, TLS blob length: 1601. Flags: L
[872] 11:25:15:352: EapTlsCMakeMessage
[872] 11:25:15:352: MakeReplyMessage
[872] 11:25:15:352: SecurityContextFunction
[872] 11:25:15:352: InitializeSecurityContext returned 0x80090327
[872] 11:25:15:352: State change to RecdFinished. Error: 0x80090327
[872] 11:25:15:352: BuildPacket
[872] 11:25:15:352: << Sending Response (Code: 2) packet: Id: 15,
Length: 6, Type: 13, TLS blob length: 0. Flags:
[872] 11:25:15:392:
[872] 11:25:15:392: EapTlsMakeMessage(klaasdc)
[872] 11:25:15:392: >> Received Request (Code: 1) packet: Id: 16,
Length: 10, Type: 13, TLS blob length: 0. Flags: L
[872] 11:25:15:392: EapTlsCMakeMessage
[872] 11:25:15:392: Unexpected code: 1 in state RecdFinished
[872] 11:25:45:405: EapTlsEnd
[872] 11:25:45:405: EapTlsEnd(klaasdc)
[872] 11:25:45:405: Auth failed so freeing cached creds.
[872] 11:25:45:405: FreeCachedCredentials
[872] 11:25:45:445:
[872] 11:25:45:445: EapTlsBegin(KlaasDC)
[872] 11:25:45:445: State change to Initial
[872] 11:25:45:445: EapTlsBegin: Detected 8021X authentication
[872] 11:25:45:445: MaxTLSMessageLength is now 16384
[872] 11:25:45:445:
[872] 11:25:45:445: EapTlsMakeMessage(klaasdc)
[872] 11:25:45:445: >> Received Request (Code: 1) packet: Id: 19,
Length: 6, Type: 13, TLS blob length: 0. Flags: S
[872] 11:25:45:445: EapTlsCMakeMessage
[872] 11:25:45:445: EapTlsReset
[872] 11:25:45:445: State change to Initial
[872] 11:25:45:445: GetCredentials
[872] 11:25:45:445: Flag is Client and Store is Current User
[872] 11:25:45:445: GetCachedCredentials
[872] 11:25:45:445: FreeCachedCredentials
[872] 11:25:45:455: AssociatePinWithCertificate
[872] 11:25:45:455: The name in the certificate is: KlaasDC
[872] 11:25:45:455: Will validate server cert
[872] 11:25:45:465: MakeReplyMessage
[872] 11:25:45:465: SecurityContextFunction
[872] 11:25:45:465: InitializeSecurityContext returned 0x90312
[872] 11:25:45:465: State change to SentHello
[872] 11:25:45:465: BuildPacket
[872] 11:25:45:465: << Sending Response (Code: 2) packet: Id: 19,
Length: 80, Type: 13, TLS blob length: 70. Flags: L
[872] 11:25:45:556:
[872] 11:25:45:556: EapTlsMakeMessage(klaasdc)
[872] 11:25:45:556: >> Received Request (Code: 1) packet: Id: 20,
Length: 1034, Type: 13, TLS blob length: 1601. Flags: LM
[872] 11:25:45:556: EapTlsCMakeMessage
[872] 11:25:45:556: MakeReplyMessage
[872] 11:25:45:556: Reallocating input TLS blob buffer
[872] 11:25:45:556: BuildPacket
[872] 11:25:45:556: << Sending Response (Code: 2) packet: Id: 20,
Length: 6, Type: 13, TLS blob length: 0. Flags:
[872] 11:25:45:606:
[872] 11:25:45:606: EapTlsMakeMessage(klaasdc)
[872] 11:25:45:606: >> Received Request (Code: 1) packet: Id: 21,
Length: 587, Type: 13, TLS blob length: 1601. Flags: L
[872] 11:25:45:606: EapTlsCMakeMessage
[872] 11:25:45:606: MakeReplyMessage
[872] 11:25:45:606: SecurityContextFunction
[872] 11:25:45:606: InitializeSecurityContext returned 0x80090327
[872] 11:25:45:606: State change to RecdFinished. Error: 0x80090327
[872] 11:25:45:606: BuildPacket
[872] 11:25:45:606: << Sending Response (Code: 2) packet: Id: 21,
Length: 6, Type: 13, TLS blob length: 0. Flags:
[872] 11:25:45:646:
[872] 11:25:45:646: EapTlsMakeMessage(klaasdc)
[872] 11:25:45:646: >> Received Request (Code: 1) packet: Id: 22,
Length: 10, Type: 13, TLS blob length: 0. Flags: L
[872] 11:25:45:646: EapTlsCMakeMessage
[872] 11:25:45:646: Unexpected code: 1 in state RecdFinished
[872] 11:26:15:649: EapTlsEnd
[872] 11:26:15:649: EapTlsEnd(klaasdc)
[872] 11:26:15:649: Auth failed so freeing cached creds.
[872] 11:26:15:649: FreeCachedCredentials
[872] 11:26:15:709:
[872] 11:26:15:709: EapTlsBegin(KlaasDC)
[872] 11:26:15:709: State change to Initial
[872] 11:26:15:709: EapTlsBegin: Detected 8021X authentication
[872] 11:26:15:709: MaxTLSMessageLength is now 16384
[872] 11:26:15:709:
[872] 11:26:15:709: EapTlsMakeMessage(klaasdc)
[872] 11:26:15:709: >> Received Request (Code: 1) packet: Id: 24,
Length: 6, Type: 13, TLS blob length: 0. Flags: S
[872] 11:26:15:709: EapTlsCMakeMessage
[872] 11:26:15:709: EapTlsReset
[872] 11:26:15:709: State change to Initial
[872] 11:26:15:709: GetCredentials
[872] 11:26:15:709: Flag is Client and Store is Current User
[872] 11:26:15:709: GetCachedCredentials
[872] 11:26:15:709: FreeCachedCredentials
[872] 11:26:15:709: AssociatePinWithCertificate
[872] 11:26:15:719: The name in the certificate is: KlaasDC
[872] 11:26:15:719: Will validate server cert
[872] 11:26:15:719: MakeReplyMessage
[872] 11:26:15:719: SecurityContextFunction
[872] 11:26:15:719: InitializeSecurityContext returned 0x90312
[872] 11:26:15:719: State change to SentHello
[872] 11:26:15:719: BuildPacket
[872] 11:26:15:719: << Sending Response (Code: 2) packet: Id: 24,
Length: 80, Type: 13, TLS blob length: 70. Flags: L
[872] 11:26:15:809:
[872] 11:26:15:809: EapTlsMakeMessage(klaasdc)
[872] 11:26:15:809: >> Received Request (Code: 1) packet: Id: 25,
Length: 1034, Type: 13, TLS blob length: 1601. Flags: LM
[872] 11:26:15:809: EapTlsCMakeMessage
[872] 11:26:15:809: MakeReplyMessage
[872] 11:26:15:809: Reallocating input TLS blob buffer
[872] 11:26:15:809: BuildPacket
[872] 11:26:15:809: << Sending Response (Code: 2) packet: Id: 25,
Length: 6, Type: 13, TLS blob length: 0. Flags:
[872] 11:26:15:869:
[872] 11:26:15:869: EapTlsMakeMessage(klaasdc)
[872] 11:26:15:869: >> Received Request (Code: 1) packet: Id: 26,
Length: 587, Type: 13, TLS blob length: 1601. Flags: L
[872] 11:26:15:869: EapTlsCMakeMessage
[872] 11:26:15:869: MakeReplyMessage
[872] 11:26:15:869: SecurityContextFunction
[872] 11:26:15:869: InitializeSecurityContext returned 0x80090327
[872] 11:26:15:869: State change to RecdFinished. Error: 0x80090327
[872] 11:26:15:869: BuildPacket
[872] 11:26:15:869: << Sending Response (Code: 2) packet: Id: 26,
Length: 6, Type: 13, TLS blob length: 0. Flags:
[872] 11:26:15:909:
[872] 11:26:15:909: EapTlsMakeMessage(klaasdc)
[872] 11:26:15:909: >> Received Request (Code: 1) packet: Id: 27,
Length: 10, Type: 13, TLS blob length: 0. Flags: L
[872] 11:26:15:909: EapTlsCMakeMessage
[872] 11:26:15:909: Unexpected code: 1 in state RecdFinished
[872] 11:26:45:922: EapTlsEnd
[872] 11:26:45:922: EapTlsEnd(klaasdc)
[872] 11:26:45:922: Auth failed so freeing cached creds.
[872] 11:26:45:922: FreeCachedCredentials
[872] 11:26:45:962:
[872] 11:26:45:962: EapTlsBegin(KlaasDC)
[872] 11:26:45:962: State change to Initial
[872] 11:26:45:962: EapTlsBegin: Detected 8021X authentication
[872] 11:26:45:962: MaxTLSMessageLength is now 16384
[872] 11:26:45:962:
[872] 11:26:45:962: EapTlsMakeMessage(klaasdc)
[872] 11:26:45:962: >> Received Request (Code: 1) packet: Id: 30,
Length: 6, Type: 13, TLS blob length: 0. Flags: S
[872] 11:26:45:962: EapTlsCMakeMessage
[872] 11:26:45:962: EapTlsReset
[872] 11:26:45:962: State change to Initial
[872] 11:26:45:962: GetCredentials
[872] 11:26:45:962: Flag is Client and Store is Current User
[872] 11:26:45:962: GetCachedCredentials
[872] 11:26:45:962: FreeCachedCredentials
[872] 11:26:45:972: AssociatePinWithCertificate
[872] 11:26:45:972: The name in the certificate is: KlaasDC
[872] 11:26:45:972: Will validate server cert
[872] 11:26:45:972: MakeReplyMessage
[872] 11:26:45:983: SecurityContextFunction
[872] 11:26:45:983: InitializeSecurityContext returned 0x90312
[872] 11:26:45:983: State change to SentHello
[872] 11:26:45:983: BuildPacket
[872] 11:26:45:983: << Sending Response (Code: 2) packet: Id: 30,
Length: 80, Type: 13, TLS blob length: 70. Flags: L
[872] 11:26:46:063:
[872] 11:26:46:063: EapTlsMakeMessage(klaasdc)
[872] 11:26:46:063: >> Received Request (Code: 1) packet: Id: 31,
Length: 1034, Type: 13, TLS blob length: 1601. Flags: LM
[872] 11:26:46:063: EapTlsCMakeMessage
[872] 11:26:46:063: MakeReplyMessage
[872] 11:26:46:063: Reallocating input TLS blob buffer
[872] 11:26:46:063: BuildPacket
[872] 11:26:46:063: << Sending Response (Code: 2) packet: Id: 31,
Length: 6, Type: 13, TLS blob length: 0. Flags:
[872] 11:26:46:113:
[872] 11:26:46:113: EapTlsMakeMessage(klaasdc)
[872] 11:26:46:113: >> Received Request (Code: 1) packet: Id: 32,
Length: 587, Type: 13, TLS blob length: 1601. Flags: L
[872] 11:26:46:113: EapTlsCMakeMessage
[872] 11:26:46:113: MakeReplyMessage
[872] 11:26:46:113: SecurityContextFunction
[872] 11:26:46:113: InitializeSecurityContext returned 0x80090327
[872] 11:26:46:113: State change to RecdFinished. Error: 0x80090327
[872] 11:26:46:113: BuildPacket
[872] 11:26:46:113: << Sending Response (Code: 2) packet: Id: 32,
Length: 6, Type: 13, TLS blob length: 0. Flags:
[872] 11:26:46:153:
[872] 11:26:46:153: EapTlsMakeMessage(klaasdc)
[872] 11:26:46:153: >> Received Request (Code: 1) packet: Id: 33,
Length: 10, Type: 13, TLS blob length: 0. Flags: L
[872] 11:26:46:153: EapTlsCMakeMessage
[872] 11:26:46:153: Unexpected code: 1 in state RecdFinished
============================
========EAPOL.LOG===========
[1468] 11:24:10:960: ElSetCustomAuthData: EapTypeId=<13>,
SSIDLength=<11>, InfoLength=<42>
[1468] 11:24:10:960: ElSetCustomAuthData: Set value succeeded,
fFound=<1>, dwEapBlob=<106>, dwSizeOfSSID=<11>
[1468] 11:24:10:960: ElSetCustomAuthData: EapTypeId=<25>,
SSIDLength=<11>, InfoLength=<0>
[1468] 11:24:10:960: ElSetCustomAuthData: Set value succeeded,
fFound=<1>, dwEapBlob=<106>, dwSizeOfSSID=<11>
[1468] 11:24:10:960: ElSetInterfaceParams: EapTypeId=<13> SSIDLen=<11>
[1468] 11:24:10:960: Setting stuff in registry for
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[1468] 11:24:10:960: ElSetInterfaceParams: Succeeded, EapTypeId=<13>
fFound=<1>, SSIDLen=<11>
[1468] 11:24:10:960: ElPostEapConfigChanged: SSIDLength=<11>
[872] 11:24:10:960: ElGetInterfaceParams: SsidLength=<11>, Found
EapTypeId=<13>, SSIDLen=<11>
[872] 11:24:10:960: ElProcessEapConfigChange: PCB ref and enabled,
continue check
[872] 11:24:10:960: ElGetCustomAuthData: SSIDLen=<11>, EapTypeId=<13>,
Offset=<52/106>, dwAuthData=<42>
[872] 11:24:10:960: ElGetCustomAuthData: SSIDLen=<11>, EapTypeId=<13>,
Offset=<52/106>, dwAuthData=<42>
[872] 11:24:10:960: ElZeroConfigNotify: Handle=(0), failcount=(0),
lastauthtype=(0)
[1468] 11:24:10:970: ElGetWinStationUserToken: GetWinStationUserToken
failed for SessionId (0) with error (1702)
[1468] 11:24:10:970: ElWZCCfgUpdateSettings: Error in RegOpenKeyEx for
base key, 2
[1468] 11:24:10:970: ElWZCCfgChangeHandler: ElWZCCfgUpdateSettings
HKCU failed with error (2)
[872] 11:24:10:970: ElProcessEapConfigChange: Finished with error 0
[872] 11:24:14:575: ElIoCompletionRoutine called, 23 bytes xferred
[872] 11:24:14:575: ElReadCompletionRoutine entered, 23 bytes recvd
[872] 11:24:14:575: ElMediaEventsHandler entered -- EventType=<7>
[872] 11:24:14:575: ElMediaEventsHandler: Calling ElZeroConfigEvent
[872] 11:24:14:575: ElGetInterfaceParams: SsidLength=<11>, Found
EapTypeId=<13>, SSIDLen=<11>
[872] 11:24:14:575: ElEnumAndOpenInterfaces: DeviceDesc = , GUID =
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:24:14:575: ElNdisuioEnumerateInterfaces: Opening handle
[872] 11:24:14:575: NdisuioEnumerateInterfaces: NDISUIO bound to: (0)
\DEVICE\{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
- IEEE 802.11b WLAN network adaptor PC Card
[872] 11:24:14:575: NdisuioEnumerateInterfaces: NDISUIO bound to: (1)
\DEVICE\{B44C6FE0-3E89-44F5-98A4-BC47199103CA}
- Realtek RTL8139 Family PCI Fast Ethernet NIC
[872] 11:24:14:575: ElNdisuioEnumerateInterfaces: DeviceIoControl
IOCTL_NDISUIO_QUERY_BINDING has no more entries
[872] 11:24:14:575: Device: \DEVICE\{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:24:14:575: Description: IEEE 802.11b WLAN network adaptor PC Card
[872] 11:24:14:575: ElEnumAndOpenInterfaces: Found interface after
enumeration \DEVICE\{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:24:14:575: ElEnumAndOpenInterfaces: Found PCB already
existing for interface
[872] 11:24:14:575: ElCreatePort: Entered for Handle=(00001178),
GUID=({BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}), Name=(IEEE 802.11b WLAN
network adaptor PC Card), ZCId=(30), UserData=(000EE7DC)
Notification=<4>
[872] 11:24:14:575: ElGetInterfaceNdisStatistics:
pwszDeviceInterfaceName =
(\Device\{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9})
[872] 11:24:14:585: ElCreatePort: PCB found for
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:24:14:585: ElReStartPort: Entered: pPCB=<0014AC60>,
pZCConnectInfo=<00A3FED0>, Refcnt=<3>, EapFlags=<c0000000>,
Notification=<4>
[872] 11:24:14:585: ElReStartPort: prdUserData not valid
[872] 11:24:14:585: ElReStartPort: pPCB=<0014AC60>,
AuthenticationMode=<0>, EncyptionStatus=<0>, usKeyDescription=<1>
[872] 11:24:14:585: ElGetInterfaceNdisStatistics:
pwszDeviceInterfaceName =
(\Device\{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9})
[872] 11:24:14:585: ElReStartPort: ElNdisuioQueryOIDValue for
OID_802_11_INFRASTRUCTURE_MODE successful, Mode = (1)
[872] 11:24:14:585: ElReStartPort: ElNdisuioQueryOIDValue for
OID_802_11_BSSID successful
[872] 11:24:14:585: 00 02 6F 3C 37 D7 00 00 00 00 00 00 00 00 00 00
|..o<7...........|
[872] 11:24:14:585: ElReStartPort: Port Network Identifier:
[872] 11:24:14:585: 73 6F 65 6B 72 69 73 34 35 32 31 00 00 00 00 00
|soekris4521.....|
[872] 11:24:14:585: ElGetInterfaceParams: SsidLength=<11>, Found
EapTypeId=<13>, SSIDLen=<11>
[872] 11:24:14:585: ElReadPerPortRegistryParams: Setting dwEapFlags=<c0000000>
[872] 11:24:14:585: ElGetCustomAuthData: SSIDLen=<11>, EapTypeId=<13>,
Offset=<52/106>, dwAuthData=<42>
[872] 11:24:14:585: ElGetCustomAuthData: SSIDLen=<11>, EapTypeId=<13>,
Offset=<52/106>, dwAuthData=<42>
[872] 11:24:14:585: ElReadPerPortRegistryParams: dwTotalMaxAuthFailCount = (3)
[872] 11:24:14:585: FSMConnecting entered for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:24:14:585: TIMER: Restart PCB Time: 60
[872] 11:24:14:585: ElWriteToPort entered: Pkt Length = 7
[872] 11:24:14:585: ElWriteToPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:24:14:585: ElWriteToInterface entered
[872] 11:24:14:585: ElWriteToInterface completed, RetCode = 0
[872] 11:24:14:585: Setting state CONNECTING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:14:585: FSMConnecting completed for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:24:14:585: ElEnumAndOpenInterfaces: CreatePort successful
[872] 11:24:14:585: ElEnumAndOpenInterfaces: PCB already existed,
skipping Interface hash table addition
[872] 11:24:14:585: Device: \DEVICE\{B44C6FE0-3E89-44F5-98A4-BC47199103CA}
[872] 11:24:14:585: Description: Realtek RTL8139 Family PCI Fast Ethernet NIC
[872] 11:24:14:585: ElEnumAndOpenInterfaces: Completed with retcode = 0
[872] 11:24:14:585: ProcessReceivedPacket entered, length = 23
[872] 11:24:14:585: ProcessReceivedPacket: EAP_Packet
[872] 11:24:14:585: ProcessReceivedPacket: EAPOLSTATE_CONNECTING
[872] 11:24:14:585: TIMER: Restart PCB Time: 2097148
[872] 11:24:14:585: FSMAcquired entered for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:24:14:585: TIMER: Restart PCB Time: 30
[872] 11:24:14:585: ElEapEnd entered
[872] 11:24:14:585: ElEapDllEnd called for EAP Index 0
[872] 11:24:14:585: ElEapBegin entered
[872] 11:24:14:585: ElEapBegin done
[872] 11:24:14:585: ElEapWork: EapolPkt created at 000FF008
[872] 11:24:14:585: ElEapMakeMessage entered
[872] 11:24:14:585: ElParseIdentityString: Packet length 5 less than minimum 5
[872] 11:24:14:585: ElGetIdentity: Userlogged, Prev !Machine auth
[872] 11:24:14:585: ElGetIdentity: Userlogged, <Maxauth, Prev !Machine
auth: !MD5
[872] 11:24:14:585: ElGetUserIdentity entered
[872] 11:24:14:585: ElGetWinStationUserToken: GetWinStationUserToken
failed for SessionId (0) with error (1702)
[872] 11:24:14:585: ElGetEapUserInfo: Error in RegOpenKeyEx for base key, 2
[872] 11:24:14:585: ElGetCustomAuthData: SSIDLen=<11>, EapTypeId=<13>,
Offset=<52/106>, dwAuthData=<42>
[872] 11:24:14:585: ElGetCustomAuthData: SSIDLen=<11>, EapTypeId=<13>,
Offset=<52/106>, dwAuthData=<42>
[872] 11:24:14:605: ElGetUserIdentityOptimized: Got identity = KlaasDC
[872] 11:24:14:605: ElGetUserIdentity: ElGetUserIdentityOptimized got
identity without user module intervention
[872] 11:24:14:605: ElGetUserIdentity completed with error 0
[872] 11:24:14:605: ElGetIdentity: Userlogged, <Maxauth, Prev !Machine
auth: No Error: User Auth fine
[872] 11:24:14:605: Identity sent out = KlaasDC
[872] 11:24:14:605: ElWriteToPort entered: Pkt Length = 18
[872] 11:24:14:605: ElWriteToPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:24:14:605: ElWriteToInterface entered
[872] 11:24:14:605: ElWriteToInterface completed, RetCode = 0
[872] 11:24:14:605: Setting state ACQUIRED for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:24:14:605: FSMAcquired completed for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:24:14:605: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:24:14:605: ElReadFromPort entered
[872] 11:24:14:605: ElReadFromPort: pPCB = 0014AC60, RefCnt = 5
[872] 11:24:14:605: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 5
[872] 11:24:14:605: ProcessReceivedPacket exit
[872] 11:24:14:605: ElIoCompletionRoutine called, 19 bytes xferred
[872] 11:24:14:605: ElWriteCompletionRoutine sent out 19 bytes with error 0
[872] 11:24:14:605: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 4
[872] 11:24:14:605: ElIoCompletionRoutine called, 30 bytes xferred
[872] 11:24:14:605: ElWriteCompletionRoutine sent out 30 bytes with error 0
[872] 11:24:14:605: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:24:14:605: ElIoCompletionRoutine called, 23 bytes xferred
[872] 11:24:14:605: ElReadCompletionRoutine entered, 23 bytes recvd
[872] 11:24:14:605: ProcessReceivedPacket entered, length = 23
[872] 11:24:14:605: ProcessReceivedPacket: EAP_Packet
[872] 11:24:14:605: ProcessReceivedPacket: EAPOLSTATE_ACQUIRED
[872] 11:24:14:605: TIMER: Restart PCB Time: 2097148
[872] 11:24:14:605: FSMAcquired entered for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:24:14:605: TIMER: Restart PCB Time: 30
[872] 11:24:14:605: ElEapEnd entered
[872] 11:24:14:605: ElEapDllEnd called for EAP Index -1
[872] 11:24:14:605: ElEapBegin entered
[872] 11:24:14:605: ElEapBegin done
[872] 11:24:14:605: ElEapWork: EapolPkt created at 029B0140
[872] 11:24:14:605: ElEapMakeMessage entered
[872] 11:24:14:605: ElParseIdentityString: Packet length 5 less than minimum 5
[872] 11:24:14:605: ElGetIdentity: Userlogged, Prev !Machine auth
[872] 11:24:14:605: ElGetIdentity: Already got identity
[872] 11:24:14:605: Identity sent out = KlaasDC
[872] 11:24:14:605: ElWriteToPort entered: Pkt Length = 18
[872] 11:24:14:605: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:24:14:605: ElWriteToInterface entered
[872] 11:24:14:605: ElWriteToInterface completed, RetCode = 0
[872] 11:24:14:605: Setting state ACQUIRED for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:24:14:605: FSMAcquired completed for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:24:14:605: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:24:14:605: ElReadFromPort entered
[872] 11:24:14:605: ElReadFromPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:24:14:605: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 4
[872] 11:24:14:605: ProcessReceivedPacket exit
[872] 11:24:14:605: ElIoCompletionRoutine called, 30 bytes xferred
[872] 11:24:14:605: ElWriteCompletionRoutine sent out 30 bytes with error 0
[872] 11:24:14:605: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:24:14:635: ElIoCompletionRoutine called, 24 bytes xferred
[872] 11:24:14:635: ElReadCompletionRoutine entered, 24 bytes recvd
[872] 11:24:14:635: ProcessReceivedPacket entered, length = 24
[872] 11:24:14:635: ProcessReceivedPacket: EAP_Packet
[872] 11:24:14:635: ProcessReceivedPacket: EAPOLSTATE_ACQUIRED
[872] 11:24:14:635: TIMER: Restart PCB Time: 2097148
[872] 11:24:14:635: FSMAuthenticating entered for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:14:635: TIMER: Restart PCB Time: 30
[872] 11:24:14:635: ElEapWork: EapolPkt created at 029B0140
[872] 11:24:14:635: ElEapMakeMessage entered
[872] 11:24:14:635: ElMakeSupplicantMessage entered
[872] 11:24:14:635: EAPSTATE_Initial
[872] 11:24:14:635: ElEapDllBegin called for EAP Type 13
[872] 11:24:14:635: ElEapDllBegin: Not Setting GUEST flag
[872] 11:24:14:645: FGetEKUUsage
[872] 11:24:14:645: EKU: Clientverificatie
[872] 11:24:14:645: EKUUsage: Clientverificatie
[872] 11:24:14:645: EAPSTATE_Working
[872] 11:24:14:645: ElEapDllWork called for EAP Type 13
[872] 11:24:14:675: EAP Dll returned Action=EAPACTION_Send
[872] 11:24:14:675: ElEapDllWork finished for EAP Type 13 with error 0
[872] 11:24:14:675: ElWriteToPort entered: Pkt Length = 86
[872] 11:24:14:675: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:24:14:675: ElWriteToInterface entered
[872] 11:24:14:675: ElWriteToInterface completed, RetCode = 0
[872] 11:24:14:675: Setting state AUTHENTICATING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:14:675: WZCNetmanConnectionStatusChanged: Entered
[872] 11:24:14:675: QueueEvent: CoCreateInstance succeeded
[872] 11:24:14:675: ConnectionStatusChanged completed
[872] 11:24:14:675: FSMAuthenticating completed for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:14:675: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:24:14:675: ElReadFromPort entered
[872] 11:24:14:675: ElReadFromPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:24:14:675: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 4
[872] 11:24:14:675: ProcessReceivedPacket exit
[872] 11:24:14:675: ElIoCompletionRoutine called, 98 bytes xferred
[872] 11:24:14:675: ElWriteCompletionRoutine sent out 98 bytes with error 0
[872] 11:24:14:675: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:24:14:765: ElIoCompletionRoutine called, 1052 bytes xferred
[872] 11:24:14:765: ElReadCompletionRoutine entered, 1052 bytes recvd
[872] 11:24:14:765: ProcessReceivedPacket entered, length = 1052
[872] 11:24:14:765: ProcessReceivedPacket: EAP_Packet
[872] 11:24:14:765: ProcessReceivedPacket: EAPOLSTATE_AUTHENTICATING
[872] 11:24:14:765: TIMER: Restart PCB Time: 2097148
[872] 11:24:14:765: FSMAuthenticating entered for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:14:765: TIMER: Restart PCB Time: 30
[872] 11:24:14:765: ElEapWork: EapolPkt created at 029B0140
[872] 11:24:14:765: ElEapMakeMessage entered
[872] 11:24:14:765: ElMakeSupplicantMessage entered
[872] 11:24:14:765: EAPSTATE_Working
[872] 11:24:14:765: ElEapDllWork called for EAP Type 13
[872] 11:24:14:765: EAP Dll returned Action=EAPACTION_Send
[872] 11:24:14:765: ElEapDllWork finished for EAP Type 13 with error 0
[872] 11:24:14:765: ElWriteToPort entered: Pkt Length = 12
[872] 11:24:14:765: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:24:14:765: ElWriteToInterface entered
[872] 11:24:14:765: ElWriteToInterface completed, RetCode = 0
[872] 11:24:14:765: Setting state AUTHENTICATING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:14:765: FSMAuthenticating completed for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:14:765: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:24:14:765: ElReadFromPort entered
[872] 11:24:14:765: ElReadFromPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:24:14:765: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 4
[872] 11:24:14:765: ProcessReceivedPacket exit
[872] 11:24:14:765: ElIoCompletionRoutine called, 24 bytes xferred
[872] 11:24:14:765: ElWriteCompletionRoutine sent out 24 bytes with error 0
[872] 11:24:14:765: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:24:14:815: ElIoCompletionRoutine called, 605 bytes xferred
[872] 11:24:14:815: ElReadCompletionRoutine entered, 605 bytes recvd
[872] 11:24:14:815: ProcessReceivedPacket entered, length = 605
[872] 11:24:14:815: ProcessReceivedPacket: EAP_Packet
[872] 11:24:14:815: ProcessReceivedPacket: EAPOLSTATE_AUTHENTICATING
[872] 11:24:14:815: TIMER: Restart PCB Time: 2097148
[872] 11:24:14:815: FSMAuthenticating entered for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:14:815: TIMER: Restart PCB Time: 30
[872] 11:24:14:815: ElEapWork: EapolPkt created at 029B0140
[872] 11:24:14:815: ElEapMakeMessage entered
[872] 11:24:14:815: ElMakeSupplicantMessage entered
[872] 11:24:14:815: EAPSTATE_Working
[872] 11:24:14:815: ElEapDllWork called for EAP Type 13
[872] 11:24:14:815: EAP Dll returned Action=EAPACTION_Send
[872] 11:24:14:815: ElEapDllWork finished for EAP Type 13 with error 0
[872] 11:24:14:815: ElWriteToPort entered: Pkt Length = 12
[872] 11:24:14:815: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:24:14:815: ElWriteToInterface entered
[872] 11:24:14:825: ElWriteToInterface completed, RetCode = 0
[872] 11:24:14:825: Setting state AUTHENTICATING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:14:825: FSMAuthenticating completed for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:14:825: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:24:14:825: ElReadFromPort entered
[872] 11:24:14:825: ElReadFromPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:24:14:825: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 4
[872] 11:24:14:825: ProcessReceivedPacket exit
[872] 11:24:14:825: ElIoCompletionRoutine called, 24 bytes xferred
[872] 11:24:14:825: ElWriteCompletionRoutine sent out 24 bytes with error 0
[872] 11:24:14:825: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:24:14:855: ElIoCompletionRoutine called, 28 bytes xferred
[872] 11:24:14:855: ElReadCompletionRoutine entered, 28 bytes recvd
[872] 11:24:14:855: ProcessReceivedPacket entered, length = 28
[872] 11:24:14:855: ProcessReceivedPacket: EAP_Packet
[872] 11:24:14:855: ProcessReceivedPacket: EAPOLSTATE_AUTHENTICATING
[872] 11:24:14:855: TIMER: Restart PCB Time: 2097148
[872] 11:24:14:855: FSMAuthenticating entered for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:14:855: TIMER: Restart PCB Time: 30
[872] 11:24:14:855: ElEapWork: EapolPkt created at 029B0140
[872] 11:24:14:855: ElEapMakeMessage entered
[872] 11:24:14:855: ElMakeSupplicantMessage entered
[872] 11:24:14:855: EAPSTATE_Working
[872] 11:24:14:855: ElEapDllWork called for EAP Type 13
[872] 11:24:14:855: EAP Dll returned Action=EAPACTION_NoAction
[872] 11:24:14:855: ElEapDllWork finished for EAP Type 13 with error 0
[872] 11:24:14:855: Setting state AUTHENTICATING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:14:855: FSMAuthenticating completed for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:14:855: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:24:14:855: ElReadFromPort entered
[872] 11:24:14:855: ElReadFromPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:24:14:855: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 3
[872] 11:24:14:855: ProcessReceivedPacket exit
[1868] 11:24:21:735: ElGetInterfaceParams: SsidLength=<11>, Found
EapTypeId=<13>, SSIDLen=<11>
[1868] 11:24:21:735: ElGetCustomAuthData: SSIDLen=<11>,
EapTypeId=<13>, Offset=<52/106>, dwAuthData=<42>
[1868] 11:24:21:735: ElGetCustomAuthData: SSIDLen=<11>,
EapTypeId=<13>, Offset=<52/106>, dwAuthData=<42>
[1468] 11:24:21:735: ElGetCustomAuthData: SSIDLen=<11>,
EapTypeId=<25>, Offset=<52/106>, dwAuthData=<0>
[1868] 11:24:21:735: ElGetInterfaceParams: SsidLength=<11>, Found
EapTypeId=<13>, SSIDLen=<11>
[1868] 11:24:21:735: ElGetCustomAuthData: SSIDLen=<11>,
EapTypeId=<13>, Offset=<52/106>, dwAuthData=<42>
[1868] 11:24:21:745: ElGetCustomAuthData: SSIDLen=<11>,
EapTypeId=<13>, Offset=<52/106>, dwAuthData=<42>
[1468] 11:24:21:745: ElGetCustomAuthData: SSIDLen=<11>,
EapTypeId=<25>, Offset=<52/106>, dwAuthData=<0>
[1820] 11:24:44:868: ElTimeoutCallbackRoutine entered
[1820] 11:24:44:868: FSMConnecting entered for port IEEE 802.11b WLAN
network adaptor PC Card
[1820] 11:24:44:868: TIMER: Restart PCB Time: 60
[1820] 11:24:44:868: ElWriteToPort entered: Pkt Length = 7
[1820] 11:24:44:868: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[1820] 11:24:44:868: ElWriteToInterface entered
[1820] 11:24:44:868: ElWriteToInterface completed, RetCode = 0
[1820] 11:24:44:868: Setting state CONNECTING for port IEEE 802.11b
WLAN network adaptor PC Card
[1820] 11:24:44:868: FSMConnecting completed for port IEEE 802.11b
WLAN network adaptor PC Card
[1820] 11:24:44:868: ElTimeoutCallbackRoutine completed
[1820] 11:24:44:868: ElIoCompletionRoutine called, 19 bytes xferred
[1820] 11:24:44:868: ElWriteCompletionRoutine sent out 19 bytes with error 0
[1820] 11:24:44:868: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:24:44:868: ElIoCompletionRoutine called, 23 bytes xferred
[872] 11:24:44:868: ElReadCompletionRoutine entered, 23 bytes recvd
[872] 11:24:44:868: ProcessReceivedPacket entered, length = 23
[872] 11:24:44:868: ProcessReceivedPacket: EAP_Packet
[872] 11:24:44:868: ProcessReceivedPacket: EAPOLSTATE_CONNECTING
[872] 11:24:44:868: TIMER: Restart PCB Time: 2097148
[872] 11:24:44:868: FSMAcquired entered for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:24:44:868: TIMER: Restart PCB Time: 30
[872] 11:24:44:868: ElEapEnd entered
[872] 11:24:44:868: ElEapDllEnd called for EAP Index 0
[872] 11:24:44:868: ElEapBegin entered
[872] 11:24:44:868: ElEapBegin done
[872] 11:24:44:868: ElEapWork: EapolPkt created at 029B0140
[872] 11:24:44:868: ElEapMakeMessage entered
[872] 11:24:44:868: ElParseIdentityString: Packet length 5 less than minimum 5
[872] 11:24:44:868: ElGetIdentity: Userlogged, Prev !Machine auth
[872] 11:24:44:868: ElGetIdentity: Already got identity
[872] 11:24:44:868: Identity sent out = KlaasDC
[872] 11:24:44:868: ElWriteToPort entered: Pkt Length = 18
[872] 11:24:44:868: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:24:44:868: ElWriteToInterface entered
[872] 11:24:44:868: ElWriteToInterface completed, RetCode = 0
[872] 11:24:44:868: Setting state ACQUIRED for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:24:44:868: FSMAcquired completed for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:24:44:868: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:24:44:868: ElReadFromPort entered
[872] 11:24:44:868: ElReadFromPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:24:44:868: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 4
[872] 11:24:44:868: ProcessReceivedPacket exit
[872] 11:24:44:868: ElIoCompletionRoutine called, 30 bytes xferred
[872] 11:24:44:868: ElWriteCompletionRoutine sent out 30 bytes with error 0
[872] 11:24:44:868: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:24:44:898: ElIoCompletionRoutine called, 24 bytes xferred
[872] 11:24:44:898: ElReadCompletionRoutine entered, 24 bytes recvd
[872] 11:24:44:898: ProcessReceivedPacket entered, length = 24
[872] 11:24:44:898: ProcessReceivedPacket: EAP_Packet
[872] 11:24:44:898: ProcessReceivedPacket: EAPOLSTATE_ACQUIRED
[872] 11:24:44:898: TIMER: Restart PCB Time: 2097148
[872] 11:24:44:898: FSMAuthenticating entered for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:44:898: TIMER: Restart PCB Time: 30
[872] 11:24:44:898: ElEapWork: EapolPkt created at 029B0140
[872] 11:24:44:898: ElEapMakeMessage entered
[872] 11:24:44:898: ElMakeSupplicantMessage entered
[872] 11:24:44:898: EAPSTATE_Initial
[872] 11:24:44:898: ElEapDllBegin called for EAP Type 13
[872] 11:24:44:898: ElEapDllBegin: Not Setting GUEST flag
[872] 11:24:44:908: FGetEKUUsage
[872] 11:24:44:908: EKU: Clientverificatie
[872] 11:24:44:908: EKUUsage: Clientverificatie
[872] 11:24:44:908: EAPSTATE_Working
[872] 11:24:44:908: ElEapDllWork called for EAP Type 13
[872] 11:24:44:918: EAP Dll returned Action=EAPACTION_Send
[872] 11:24:44:918: ElEapDllWork finished for EAP Type 13 with error 0
[872] 11:24:44:918: ElWriteToPort entered: Pkt Length = 86
[872] 11:24:44:918: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:24:44:918: ElWriteToInterface entered
[872] 11:24:44:918: ElWriteToInterface completed, RetCode = 0
[872] 11:24:44:918: Setting state AUTHENTICATING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:44:918: WZCNetmanConnectionStatusChanged: Entered
[872] 11:24:44:918: QueueEvent: CoCreateInstance succeeded
[872] 11:24:44:918: ConnectionStatusChanged completed
[872] 11:24:44:918: FSMAuthenticating completed for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:44:918: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:24:44:918: ElReadFromPort entered
[872] 11:24:44:918: ElReadFromPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:24:44:918: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 4
[872] 11:24:44:918: ProcessReceivedPacket exit
[872] 11:24:44:918: ElIoCompletionRoutine called, 98 bytes xferred
[872] 11:24:44:918: ElWriteCompletionRoutine sent out 98 bytes with error 0
[872] 11:24:44:918: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:24:44:999: ElIoCompletionRoutine called, 1052 bytes xferred
[872] 11:24:44:999: ElReadCompletionRoutine entered, 1052 bytes recvd
[872] 11:24:44:999: ProcessReceivedPacket entered, length = 1052
[872] 11:24:44:999: ProcessReceivedPacket: EAP_Packet
[872] 11:24:44:999: ProcessReceivedPacket: EAPOLSTATE_AUTHENTICATING
[872] 11:24:44:999: TIMER: Restart PCB Time: 2097148
[872] 11:24:44:999: FSMAuthenticating entered for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:44:999: TIMER: Restart PCB Time: 30
[872] 11:24:44:999: ElEapWork: EapolPkt created at 029B0140
[872] 11:24:44:999: ElEapMakeMessage entered
[872] 11:24:44:999: ElMakeSupplicantMessage entered
[872] 11:24:44:999: EAPSTATE_Working
[872] 11:24:44:999: ElEapDllWork called for EAP Type 13
[872] 11:24:44:999: EAP Dll returned Action=EAPACTION_Send
[872] 11:24:44:999: ElEapDllWork finished for EAP Type 13 with error 0
[872] 11:24:44:999: ElWriteToPort entered: Pkt Length = 12
[872] 11:24:44:999: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:24:44:999: ElWriteToInterface entered
[872] 11:24:45:009: ElWriteToInterface completed, RetCode = 0
[872] 11:24:45:009: Setting state AUTHENTICATING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:45:009: FSMAuthenticating completed for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:45:009: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:24:45:009: ElReadFromPort entered
[872] 11:24:45:009: ElReadFromPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:24:45:009: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 4
[872] 11:24:45:009: ProcessReceivedPacket exit
[872] 11:24:45:009: ElIoCompletionRoutine called, 24 bytes xferred
[872] 11:24:45:009: ElWriteCompletionRoutine sent out 24 bytes with error 0
[872] 11:24:45:009: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:24:45:059: ElIoCompletionRoutine called, 605 bytes xferred
[872] 11:24:45:059: ElReadCompletionRoutine entered, 605 bytes recvd
[872] 11:24:45:059: ProcessReceivedPacket entered, length = 605
[872] 11:24:45:059: ProcessReceivedPacket: EAP_Packet
[872] 11:24:45:059: ProcessReceivedPacket: EAPOLSTATE_AUTHENTICATING
[872] 11:24:45:059: TIMER: Restart PCB Time: 2097148
[872] 11:24:45:059: FSMAuthenticating entered for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:45:059: TIMER: Restart PCB Time: 30
[872] 11:24:45:059: ElEapWork: EapolPkt created at 029B0140
[872] 11:24:45:059: ElEapMakeMessage entered
[872] 11:24:45:059: ElMakeSupplicantMessage entered
[872] 11:24:45:059: EAPSTATE_Working
[872] 11:24:45:059: ElEapDllWork called for EAP Type 13
[872] 11:24:45:059: EAP Dll returned Action=EAPACTION_Send
[872] 11:24:45:059: ElEapDllWork finished for EAP Type 13 with error 0
[872] 11:24:45:059: ElWriteToPort entered: Pkt Length = 12
[872] 11:24:45:059: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:24:45:059: ElWriteToInterface entered
[872] 11:24:45:059: ElWriteToInterface completed, RetCode = 0
[872] 11:24:45:059: Setting state AUTHENTICATING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:45:059: FSMAuthenticating completed for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:45:059: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:24:45:059: ElReadFromPort entered
[872] 11:24:45:059: ElReadFromPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:24:45:059: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 4
[872] 11:24:45:059: ProcessReceivedPacket exit
[872] 11:24:45:059: ElIoCompletionRoutine called, 24 bytes xferred
[872] 11:24:45:059: ElWriteCompletionRoutine sent out 24 bytes with error 0
[872] 11:24:45:059: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:24:45:099: ElIoCompletionRoutine called, 28 bytes xferred
[872] 11:24:45:099: ElReadCompletionRoutine entered, 28 bytes recvd
[872] 11:24:45:099: ProcessReceivedPacket entered, length = 28
[872] 11:24:45:099: ProcessReceivedPacket: EAP_Packet
[872] 11:24:45:099: ProcessReceivedPacket: EAPOLSTATE_AUTHENTICATING
[872] 11:24:45:099: TIMER: Restart PCB Time: 2097148
[872] 11:24:45:099: FSMAuthenticating entered for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:45:099: TIMER: Restart PCB Time: 30
[872] 11:24:45:099: ElEapWork: EapolPkt created at 029B0140
[872] 11:24:45:099: ElEapMakeMessage entered
[872] 11:24:45:099: ElMakeSupplicantMessage entered
[872] 11:24:45:099: EAPSTATE_Working
[872] 11:24:45:099: ElEapDllWork called for EAP Type 13
[872] 11:24:45:099: EAP Dll returned Action=EAPACTION_NoAction
[872] 11:24:45:099: ElEapDllWork finished for EAP Type 13 with error 0
[872] 11:24:45:099: Setting state AUTHENTICATING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:45:099: FSMAuthenticating completed for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:24:45:099: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:24:45:099: ElReadFromPort entered
[872] 11:24:45:099: ElReadFromPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:24:45:099: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 3
[872] 11:24:45:099: ProcessReceivedPacket exit
[360] 11:25:15:122: ElTimeoutCallbackRoutine entered
[360] 11:25:15:122: FSMConnecting entered for port IEEE 802.11b WLAN
network adaptor PC Card
[360] 11:25:15:122: TIMER: Restart PCB Time: 60
[360] 11:25:15:122: ElWriteToPort entered: Pkt Length = 7
[360] 11:25:15:122: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[360] 11:25:15:122: ElWriteToInterface entered
[360] 11:25:15:122: ElWriteToInterface completed, RetCode = 0
[360] 11:25:15:122: Setting state CONNECTING for port IEEE 802.11b
WLAN network adaptor PC Card
[360] 11:25:15:122: FSMConnecting completed for port IEEE 802.11b WLAN
network adaptor PC Card
[360] 11:25:15:122: ElTimeoutCallbackRoutine completed
[360] 11:25:15:122: ElIoCompletionRoutine called, 19 bytes xferred
[360] 11:25:15:122: ElWriteCompletionRoutine sent out 19 bytes with error 0
[360] 11:25:15:122: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:25:15:152: ElIoCompletionRoutine called, 23 bytes xferred
[872] 11:25:15:152: ElReadCompletionRoutine entered, 23 bytes recvd
[872] 11:25:15:152: ProcessReceivedPacket entered, length = 23
[872] 11:25:15:152: ProcessReceivedPacket: EAP_Packet
[872] 11:25:15:152: ProcessReceivedPacket: EAPOLSTATE_CONNECTING
[872] 11:25:15:152: TIMER: Restart PCB Time: 2097148
[872] 11:25:15:152: FSMAcquired entered for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:25:15:152: TIMER: Restart PCB Time: 30
[872] 11:25:15:152: ElEapEnd entered
[872] 11:25:15:152: ElEapDllEnd called for EAP Index 0
[872] 11:25:15:152: ElEapBegin entered
[872] 11:25:15:152: ElEapBegin done
[872] 11:25:15:152: ElEapWork: EapolPkt created at 0017D940
[872] 11:25:15:152: ElEapMakeMessage entered
[872] 11:25:15:152: ElParseIdentityString: Packet length 5 less than minimum 5
[872] 11:25:15:152: ElGetIdentity: Userlogged, Prev !Machine auth
[872] 11:25:15:152: ElGetIdentity: Already got identity
[872] 11:25:15:152: Identity sent out = KlaasDC
[872] 11:25:15:152: ElWriteToPort entered: Pkt Length = 18
[872] 11:25:15:152: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:25:15:152: ElWriteToInterface entered
[872] 11:25:15:152: ElWriteToInterface completed, RetCode = 0
[872] 11:25:15:152: Setting state ACQUIRED for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:25:15:152: FSMAcquired completed for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:25:15:152: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:25:15:152: ElReadFromPort entered
[872] 11:25:15:152: ElReadFromPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:25:15:152: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 4
[872] 11:25:15:152: ProcessReceivedPacket exit
[872] 11:25:15:152: ElIoCompletionRoutine called, 30 bytes xferred
[872] 11:25:15:152: ElWriteCompletionRoutine sent out 30 bytes with error 0
[872] 11:25:15:152: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:25:15:192: ElIoCompletionRoutine called, 24 bytes xferred
[872] 11:25:15:192: ElReadCompletionRoutine entered, 24 bytes recvd
[872] 11:25:15:192: ProcessReceivedPacket entered, length = 24
[872] 11:25:15:192: ProcessReceivedPacket: EAP_Packet
[872] 11:25:15:192: ProcessReceivedPacket: EAPOLSTATE_ACQUIRED
[872] 11:25:15:192: TIMER: Restart PCB Time: 2097148
[872] 11:25:15:192: FSMAuthenticating entered for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:25:15:192: TIMER: Restart PCB Time: 30
[872] 11:25:15:192: ElEapWork: EapolPkt created at 0017D940
[872] 11:25:15:192: ElEapMakeMessage entered
[872] 11:25:15:192: ElMakeSupplicantMessage entered
[872] 11:25:15:192: EAPSTATE_Initial
[872] 11:25:15:192: ElEapDllBegin called for EAP Type 13
[872] 11:25:15:192: ElEapDllBegin: Not Setting GUEST flag
[872] 11:25:15:192: FGetEKUUsage
[872] 11:25:15:192: EKU: Clientverificatie
[872] 11:25:15:192: EKUUsage: Clientverificatie
[872] 11:25:15:192: EAPSTATE_Working
[872] 11:25:15:192: ElEapDllWork called for EAP Type 13
[872] 11:25:15:212: EAP Dll returned Action=EAPACTION_Send
[872] 11:25:15:212: ElEapDllWork finished for EAP Type 13 with error 0
[872] 11:25:15:212: ElWriteToPort entered: Pkt Length = 86
[872] 11:25:15:212: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:25:15:212: ElWriteToInterface entered
[872] 11:25:15:212: ElWriteToInterface completed, RetCode = 0
[872] 11:25:15:212: Setting state AUTHENTICATING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:25:15:212: WZCNetmanConnectionStatusChanged: Entered
[872] 11:25:15:212: QueueEvent: CoCreateInstance succeeded
[872] 11:25:15:212: ConnectionStatusChanged completed
[872] 11:25:15:212: FSMAuthenticating completed for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:25:15:212: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:25:15:212: ElReadFromPort entered
[872] 11:25:15:212: ElReadFromPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:25:15:212: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 4
[872] 11:25:15:212: ProcessReceivedPacket exit
[872] 11:25:15:212: ElIoCompletionRoutine called, 98 bytes xferred
[872] 11:25:15:212: ElWriteCompletionRoutine sent out 98 bytes with error 0
[872] 11:25:15:212: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:25:15:292: ElIoCompletionRoutine called, 1052 bytes xferred
[872] 11:25:15:292: ElReadCompletionRoutine entered, 1052 bytes recvd
[872] 11:25:15:292: ProcessReceivedPacket entered, length = 1052
[872] 11:25:15:292: ProcessReceivedPacket: EAP_Packet
[872] 11:25:15:292: ProcessReceivedPacket: EAPOLSTATE_AUTHENTICATING
[872] 11:25:15:292: TIMER: Restart PCB Time: 2097148
[872] 11:25:15:292: FSMAuthenticating entered for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:25:15:292: TIMER: Restart PCB Time: 30
[872] 11:25:15:292: ElEapWork: EapolPkt created at 0017D940
[872] 11:25:15:292: ElEapMakeMessage entered
[872] 11:25:15:292: ElMakeSupplicantMessage entered
[872] 11:25:15:292: EAPSTATE_Working
[872] 11:25:15:292: ElEapDllWork called for EAP Type 13
[872] 11:25:15:292: EAP Dll returned Action=EAPACTION_Send
[872] 11:25:15:292: ElEapDllWork finished for EAP Type 13 with error 0
[872] 11:25:15:292: ElWriteToPort entered: Pkt Length = 12
[872] 11:25:15:292: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:25:15:292: ElWriteToInterface entered
[872] 11:25:15:292: ElWriteToInterface completed, RetCode = 0
[872] 11:25:15:292: Setting state AUTHENTICATING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:25:15:292: FSMAuthenticating completed for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:25:15:292: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:25:15:292: ElReadFromPort entered
[872] 11:25:15:292: ElReadFromPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:25:15:292: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 4
[872] 11:25:15:302: ProcessReceivedPacket exit
[872] 11:25:15:302: ElIoCompletionRoutine called, 24 bytes xferred
[872] 11:25:15:302: ElWriteCompletionRoutine sent out 24 bytes with error 0
[872] 11:25:15:302: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:25:15:352: ElIoCompletionRoutine called, 605 bytes xferred
[872] 11:25:15:352: ElReadCompletionRoutine entered, 605 bytes recvd
[872] 11:25:15:352: ProcessReceivedPacket entered, length = 605
[872] 11:25:15:352: ProcessReceivedPacket: EAP_Packet
[872] 11:25:15:352: ProcessReceivedPacket: EAPOLSTATE_AUTHENTICATING
[872] 11:25:15:352: TIMER: Restart PCB Time: 2097148
[872] 11:25:15:352: FSMAuthenticating entered for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:25:15:352: TIMER: Restart PCB Time: 30
[872] 11:25:15:352: ElEapWork: EapolPkt created at 0017D940
[872] 11:25:15:352: ElEapMakeMessage entered
[872] 11:25:15:352: ElMakeSupplicantMessage entered
[872] 11:25:15:352: EAPSTATE_Working
[872] 11:25:15:352: ElEapDllWork called for EAP Type 13
[872] 11:25:15:352: EAP Dll returned Action=EAPACTION_Send
[872] 11:25:15:352: ElEapDllWork finished for EAP Type 13 with error 0
[872] 11:25:15:352: ElWriteToPort entered: Pkt Length = 12
[872] 11:25:15:352: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:25:15:352: ElWriteToInterface entered
[872] 11:25:15:352: ElWriteToInterface completed, RetCode = 0
[872] 11:25:15:352: Setting state AUTHENTICATING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:25:15:352: FSMAuthenticating completed for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:25:15:352: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:25:15:352: ElReadFromPort entered
[872] 11:25:15:352: ElReadFromPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:25:15:352: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 4
[872] 11:25:15:352: ProcessReceivedPacket exit
[872] 11:25:15:352: ElIoCompletionRoutine called, 24 bytes xferred
[872] 11:25:15:352: ElWriteCompletionRoutine sent out 24 bytes with error 0
[872] 11:25:15:352: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:25:15:392: ElIoCompletionRoutine called, 28 bytes xferred
[872] 11:25:15:392: ElReadCompletionRoutine entered, 28 bytes recvd
[872] 11:25:15:392: ProcessReceivedPacket entered, length = 28
[872] 11:25:15:392: ProcessReceivedPacket: EAP_Packet
[872] 11:25:15:392: ProcessReceivedPacket: EAPOLSTATE_AUTHENTICATING
[872] 11:25:15:392: TIMER: Restart PCB Time: 2097148
[872] 11:25:15:392: FSMAuthenticating entered for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:25:15:392: TIMER: Restart PCB Time: 30
[872] 11:25:15:392: ElEapWork: EapolPkt created at 0017D940
[872] 11:25:15:392: ElEapMakeMessage entered
[872] 11:25:15:392: ElMakeSupplicantMessage entered
[872] 11:25:15:392: EAPSTATE_Working
[872] 11:25:15:392: ElEapDllWork called for EAP Type 13
[872] 11:25:15:392: EAP Dll returned Action=EAPACTION_NoAction
[872] 11:25:15:392: ElEapDllWork finished for EAP Type 13 with error 0
[872] 11:25:15:392: Setting state AUTHENTICATING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:25:15:392: FSMAuthenticating completed for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:25:15:392: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:25:15:392: ElReadFromPort entered
[872] 11:25:15:392: ElReadFromPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:25:15:392: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 3
[872] 11:25:15:392: ProcessReceivedPacket exit
[1820] 11:25:45:405: ElTimeoutCallbackRoutine entered
[1820] 11:25:45:405: FSMConnecting entered for port IEEE 802.11b WLAN
network adaptor PC Card
[1820] 11:25:45:405: TIMER: Restart PCB Time: 60
[1820] 11:25:45:405: ElWriteToPort entered: Pkt Length = 7
[1820] 11:25:45:405: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[1820] 11:25:45:405: ElWriteToInterface entered
[1820] 11:25:45:405: ElWriteToInterface completed, RetCode = 0
[1820] 11:25:45:405: Setting state CONNECTING for port IEEE 802.11b
WLAN network adaptor PC Card
[1820] 11:25:45:405: FSMConnecting completed for port IEEE 802.11b
WLAN network adaptor PC Card
[1820] 11:25:45:405: ElTimeoutCallbackRoutine completed
[872] 11:25:45:405: ElIoCompletionRoutine called, 19 bytes xferred
[872] 11:25:45:405: ElWriteCompletionRoutine sent out 19 bytes with error 0
[872] 11:25:45:405: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:25:45:405: ElIoCompletionRoutine called, 23 bytes xferred
[872] 11:25:45:405: ElReadCompletionRoutine entered, 23 bytes recvd
[872] 11:25:45:405: ProcessReceivedPacket entered, length = 23
[872] 11:25:45:405: ProcessReceivedPacket: EAP_Packet
[872] 11:25:45:405: ProcessReceivedPacket: EAPOLSTATE_CONNECTING
[872] 11:25:45:405: TIMER: Restart PCB Time: 2097148
[872] 11:25:45:405: FSMAcquired entered for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:25:45:405: TIMER: Restart PCB Time: 30
[872] 11:25:45:405: ElEapEnd entered
[872] 11:25:45:405: ElEapDllEnd called for EAP Index 0
[872] 11:25:45:405: ElEapBegin entered
[872] 11:25:45:405: ElEapBegin done
[872] 11:25:45:405: ElEapWork: EapolPkt created at 00180008
[872] 11:25:45:405: ElEapMakeMessage entered
[872] 11:25:45:405: ElParseIdentityString: Packet length 5 less than minimum 5
[872] 11:25:45:405: ElGetIdentity: Userlogged, Prev !Machine auth
[872] 11:25:45:405: ElGetIdentity: Already got identity
[872] 11:25:45:405: Identity sent out = KlaasDC
[872] 11:25:45:405: ElWriteToPort entered: Pkt Length = 18
[872] 11:25:45:405: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:25:45:405: ElWriteToInterface entered
[872] 11:25:45:405: ElWriteToInterface completed, RetCode = 0
[872] 11:25:45:405: Setting state ACQUIRED for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:25:45:405: FSMAcquired completed for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:25:45:405: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:25:45:405: ElReadFromPort entered
[872] 11:25:45:405: ElReadFromPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:25:45:405: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 4
[872] 11:25:45:405: ProcessReceivedPacket exit
[872] 11:25:45:405: ElIoCompletionRoutine called, 30 bytes xferred
[872] 11:25:45:405: ElWriteCompletionRoutine sent out 30 bytes with error 0
[872] 11:25:45:405: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:25:45:445: ElIoCompletionRoutine called, 24 bytes xferred
[872] 11:25:45:445: ElReadCompletionRoutine entered, 24 bytes recvd
[872] 11:25:45:445: ProcessReceivedPacket entered, length = 24
[872] 11:25:45:445: ProcessReceivedPacket: EAP_Packet
[872] 11:25:45:445: ProcessReceivedPacket: EAPOLSTATE_ACQUIRED
[872] 11:25:45:445: TIMER: Restart PCB Time: 2097148
[872] 11:25:45:445: FSMAuthenticating entered for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:25:45:445: TIMER: Restart PCB Time: 30
[872] 11:25:45:445: ElEapWork: EapolPkt created at 00180008
[872] 11:25:45:445: ElEapMakeMessage entered
[872] 11:25:45:445: ElMakeSupplicantMessage entered
[872] 11:25:45:445: EAPSTATE_Initial
[872] 11:25:45:445: ElEapDllBegin called for EAP Type 13
[872] 11:25:45:445: ElEapDllBegin: Not Setting GUEST flag
[872] 11:25:45:445: FGetEKUUsage
[872] 11:25:45:445: EKU: Clientverificatie
[872] 11:25:45:445: EKUUsage: Clientverificatie
[872] 11:25:45:445: EAPSTATE_Working
[872] 11:25:45:445: ElEapDllWork called for EAP Type 13
[872] 11:25:45:465: EAP Dll returned Action=EAPACTION_Send
[872] 11:25:45:465: ElEapDllWork finished for EAP Type 13 with error 0
[872] 11:25:45:465: ElWriteToPort entered: Pkt Length = 86
[872] 11:25:45:465: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:25:45:465: ElWriteToInterface entered
[872] 11:25:45:465: ElWriteToInterface completed, RetCode = 0
[872] 11:25:45:465: Setting state AUTHENTICATING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:25:45:465: WZCNetmanConnectionStatusChanged: Entered
[872] 11:25:45:465: QueueEvent: CoCreateInstance succeeded
[872] 11:25:45:465: ConnectionStatusChanged completed
[872] 11:25:45:465: FSMAuthenticating completed for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:25:45:465: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:25:45:465: ElReadFromPort entered
[872] 11:25:45:465: ElReadFromPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:25:45:465: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 4
[872] 11:25:45:465: ProcessReceivedPacket exit
[872] 11:25:45:465: ElIoCompletionRoutine called, 98 bytes xferred
[872] 11:25:45:465: ElWriteCompletionRoutine sent out 98 bytes with error 0
[872] 11:25:45:465: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:25:45:556: ElIoCompletionRoutine called, 1052 bytes xferred
[872] 11:25:45:556: ElReadCompletionRoutine entered, 1052 bytes recvd
[872] 11:25:45:556: ProcessReceivedPacket entered, length = 1052
[872] 11:25:45:556: ProcessReceivedPacket: EAP_Packet
[872] 11:25:45:556: ProcessReceivedPacket: EAPOLSTATE_AUTHENTICATING
[872] 11:25:45:556: TIMER: Restart PCB Time: 2097148
[872] 11:25:45:556: FSMAuthenticating entered for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:25:45:556: TIMER: Restart PCB Time: 30
[872] 11:25:45:556: ElEapWork: EapolPkt created at 00180008
[872] 11:25:45:556: ElEapMakeMessage entered
[872] 11:25:45:556: ElMakeSupplicantMessage entered
[872] 11:25:45:556: EAPSTATE_Working
[872] 11:25:45:556: ElEapDllWork called for EAP Type 13
[872] 11:25:45:556: EAP Dll returned Action=EAPACTION_Send
[872] 11:25:45:556: ElEapDllWork finished for EAP Type 13 with error 0
[872] 11:25:45:556: ElWriteToPort entered: Pkt Length = 12
[872] 11:25:45:556: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:25:45:556: ElWriteToInterface entered
[872] 11:25:45:556: ElWriteToInterface completed, RetCode = 0
[872] 11:25:45:556: Setting state AUTHENTICATING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:25:45:556: FSMAuthenticating completed for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:25:45:556: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:25:45:556: ElReadFromPort entered
[872] 11:25:45:556: ElReadFromPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:25:45:556: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 4
[872] 11:25:45:556: ProcessReceivedPacket exit
[872] 11:25:45:556: ElIoCompletionRoutine called, 24 bytes xferred
[872] 11:25:45:556: ElWriteCompletionRoutine sent out 24 bytes with error 0
[872] 11:25:45:556: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:25:45:606: ElIoCompletionRoutine called, 605 bytes xferred
[872] 11:25:45:606: ElReadCompletionRoutine entered, 605 bytes recvd
[872] 11:25:45:606: ProcessReceivedPacket entered, length = 605
[872] 11:25:45:606: ProcessReceivedPacket: EAP_Packet
[872] 11:25:45:606: ProcessReceivedPacket: EAPOLSTATE_AUTHENTICATING
[872] 11:25:45:606: TIMER: Restart PCB Time: 2097148
[872] 11:25:45:606: FSMAuthenticating entered for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:25:45:606: TIMER: Restart PCB Time: 30
[872] 11:25:45:606: ElEapWork: EapolPkt created at 00180008
[872] 11:25:45:606: ElEapMakeMessage entered
[872] 11:25:45:606: ElMakeSupplicantMessage entered
[872] 11:25:45:606: EAPSTATE_Working
[872] 11:25:45:606: ElEapDllWork called for EAP Type 13
[872] 11:25:45:606: EAP Dll returned Action=EAPACTION_Send
[872] 11:25:45:606: ElEapDllWork finished for EAP Type 13 with error 0
[872] 11:25:45:606: ElWriteToPort entered: Pkt Length = 12
[872] 11:25:45:606: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:25:45:606: ElWriteToInterface entered
[872] 11:25:45:606: ElWriteToInterface completed, RetCode = 0
[872] 11:25:45:606: Setting state AUTHENTICATING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:25:45:616: FSMAuthenticating completed for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:25:45:616: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:25:45:616: ElReadFromPort entered
[872] 11:25:45:616: ElReadFromPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:25:45:616: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 4
[872] 11:25:45:616: ProcessReceivedPacket exit
[872] 11:25:45:616: ElIoCompletionRoutine called, 24 bytes xferred
[872] 11:25:45:616: ElWriteCompletionRoutine sent out 24 bytes with error 0
[872] 11:25:45:616: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:25:45:646: ElIoCompletionRoutine called, 28 bytes xferred
[872] 11:25:45:646: ElReadCompletionRoutine entered, 28 bytes recvd
[872] 11:25:45:646: ProcessReceivedPacket entered, length = 28
[872] 11:25:45:646: ProcessReceivedPacket: EAP_Packet
[872] 11:25:45:646: ProcessReceivedPacket: EAPOLSTATE_AUTHENTICATING
[872] 11:25:45:646: TIMER: Restart PCB Time: 2097148
[872] 11:25:45:646: FSMAuthenticating entered for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:25:45:646: TIMER: Restart PCB Time: 30
[872] 11:25:45:646: ElEapWork: EapolPkt created at 00180008
[872] 11:25:45:646: ElEapMakeMessage entered
[872] 11:25:45:646: ElMakeSupplicantMessage entered
[872] 11:25:45:646: EAPSTATE_Working
[872] 11:25:45:646: ElEapDllWork called for EAP Type 13
[872] 11:25:45:646: EAP Dll returned Action=EAPACTION_NoAction
[872] 11:25:45:646: ElEapDllWork finished for EAP Type 13 with error 0
[872] 11:25:45:646: Setting state AUTHENTICATING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:25:45:646: FSMAuthenticating completed for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:25:45:646: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:25:45:646: ElReadFromPort entered
[872] 11:25:45:646: ElReadFromPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:25:45:646: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 3
[872] 11:25:45:646: ProcessReceivedPacket exit
[872] 11:26:15:649: ElTimeoutCallbackRoutine entered
[872] 11:26:15:649: FSMConnecting entered for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:26:15:649: TIMER: Restart PCB Time: 60
[872] 11:26:15:649: ElWriteToPort entered: Pkt Length = 7
[872] 11:26:15:649: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:26:15:649: ElWriteToInterface entered
[872] 11:26:15:649: ElWriteToInterface completed, RetCode = 0
[872] 11:26:15:649: Setting state CONNECTING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:15:649: FSMConnecting completed for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:26:15:649: ElTimeoutCallbackRoutine completed
[872] 11:26:15:649: ElIoCompletionRoutine called, 19 bytes xferred
[872] 11:26:15:649: ElWriteCompletionRoutine sent out 19 bytes with error 0
[872] 11:26:15:649: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:26:15:649: ElIoCompletionRoutine called, 23 bytes xferred
[872] 11:26:15:649: ElReadCompletionRoutine entered, 23 bytes recvd
[872] 11:26:15:649: ProcessReceivedPacket entered, length = 23
[872] 11:26:15:649: ProcessReceivedPacket: EAP_Packet
[872] 11:26:15:649: ProcessReceivedPacket: EAPOLSTATE_CONNECTING
[872] 11:26:15:649: TIMER: Restart PCB Time: 2097148
[872] 11:26:15:649: FSMAcquired entered for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:26:15:649: TIMER: Restart PCB Time: 30
[872] 11:26:15:649: ElEapEnd entered
[872] 11:26:15:649: ElEapDllEnd called for EAP Index 0
[872] 11:26:15:649: ElEapBegin entered
[872] 11:26:15:649: ElEapBegin done
[872] 11:26:15:649: ElEapWork: EapolPkt created at 00180008
[872] 11:26:15:649: ElEapMakeMessage entered
[872] 11:26:15:649: ElParseIdentityString: Packet length 5 less than minimum 5
[872] 11:26:15:649: ElGetIdentity: Userlogged, Prev !Machine auth
[872] 11:26:15:649: ElGetIdentity: Already got identity
[872] 11:26:15:649: Identity sent out = KlaasDC
[872] 11:26:15:649: ElWriteToPort entered: Pkt Length = 18
[872] 11:26:15:649: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:26:15:649: ElWriteToInterface entered
[872] 11:26:15:649: ElWriteToInterface completed, RetCode = 0
[872] 11:26:15:649: Setting state ACQUIRED for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:26:15:649: FSMAcquired completed for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:26:15:649: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:26:15:649: ElReadFromPort entered
[872] 11:26:15:649: ElReadFromPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:26:15:649: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 4
[872] 11:26:15:649: ProcessReceivedPacket exit
[872] 11:26:15:649: ElIoCompletionRoutine called, 30 bytes xferred
[872] 11:26:15:649: ElWriteCompletionRoutine sent out 30 bytes with error 0
[872] 11:26:15:649: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:26:15:709: ElIoCompletionRoutine called, 24 bytes xferred
[872] 11:26:15:709: ElReadCompletionRoutine entered, 24 bytes recvd
[872] 11:26:15:709: ProcessReceivedPacket entered, length = 24
[872] 11:26:15:709: ProcessReceivedPacket: EAP_Packet
[872] 11:26:15:709: ProcessReceivedPacket: EAPOLSTATE_ACQUIRED
[872] 11:26:15:709: TIMER: Restart PCB Time: 2097148
[872] 11:26:15:709: FSMAuthenticating entered for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:15:709: TIMER: Restart PCB Time: 30
[872] 11:26:15:709: ElEapWork: EapolPkt created at 00180008
[872] 11:26:15:709: ElEapMakeMessage entered
[872] 11:26:15:709: ElMakeSupplicantMessage entered
[872] 11:26:15:709: EAPSTATE_Initial
[872] 11:26:15:709: ElEapDllBegin called for EAP Type 13
[872] 11:26:15:709: ElEapDllBegin: Not Setting GUEST flag
[872] 11:26:15:709: FGetEKUUsage
[872] 11:26:15:709: EKU: Clientverificatie
[872] 11:26:15:709: EKUUsage: Clientverificatie
[872] 11:26:15:709: EAPSTATE_Working
[872] 11:26:15:709: ElEapDllWork called for EAP Type 13
[872] 11:26:15:719: EAP Dll returned Action=EAPACTION_Send
[872] 11:26:15:719: ElEapDllWork finished for EAP Type 13 with error 0
[872] 11:26:15:719: ElWriteToPort entered: Pkt Length = 86
[872] 11:26:15:719: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:26:15:719: ElWriteToInterface entered
[872] 11:26:15:719: ElWriteToInterface completed, RetCode = 0
[872] 11:26:15:719: Setting state AUTHENTICATING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:15:719: WZCNetmanConnectionStatusChanged: Entered
[872] 11:26:15:719: QueueEvent: CoCreateInstance succeeded
[872] 11:26:15:719: ConnectionStatusChanged completed
[872] 11:26:15:719: FSMAuthenticating completed for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:15:719: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:26:15:719: ElReadFromPort entered
[872] 11:26:15:719: ElReadFromPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:26:15:719: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 4
[872] 11:26:15:719: ProcessReceivedPacket exit
[872] 11:26:15:719: ElIoCompletionRoutine called, 98 bytes xferred
[872] 11:26:15:719: ElWriteCompletionRoutine sent out 98 bytes with error 0
[872] 11:26:15:719: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:26:15:809: ElIoCompletionRoutine called, 1052 bytes xferred
[872] 11:26:15:809: ElReadCompletionRoutine entered, 1052 bytes recvd
[872] 11:26:15:809: ProcessReceivedPacket entered, length = 1052
[872] 11:26:15:809: ProcessReceivedPacket: EAP_Packet
[872] 11:26:15:809: ProcessReceivedPacket: EAPOLSTATE_AUTHENTICATING
[872] 11:26:15:809: TIMER: Restart PCB Time: 2097148
[872] 11:26:15:809: FSMAuthenticating entered for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:15:809: TIMER: Restart PCB Time: 30
[872] 11:26:15:809: ElEapWork: EapolPkt created at 029B2708
[872] 11:26:15:809: ElEapMakeMessage entered
[872] 11:26:15:809: ElMakeSupplicantMessage entered
[872] 11:26:15:809: EAPSTATE_Working
[872] 11:26:15:809: ElEapDllWork called for EAP Type 13
[872] 11:26:15:809: EAP Dll returned Action=EAPACTION_Send
[872] 11:26:15:809: ElEapDllWork finished for EAP Type 13 with error 0
[872] 11:26:15:809: ElWriteToPort entered: Pkt Length = 12
[872] 11:26:15:809: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:26:15:809: ElWriteToInterface entered
[872] 11:26:15:809: ElWriteToInterface completed, RetCode = 0
[872] 11:26:15:809: Setting state AUTHENTICATING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:15:809: FSMAuthenticating completed for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:15:809: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:26:15:809: ElReadFromPort entered
[872] 11:26:15:809: ElReadFromPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:26:15:809: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 4
[872] 11:26:15:809: ProcessReceivedPacket exit
[872] 11:26:15:809: ElIoCompletionRoutine called, 24 bytes xferred
[872] 11:26:15:809: ElWriteCompletionRoutine sent out 24 bytes with error 0
[872] 11:26:15:809: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:26:15:869: ElIoCompletionRoutine called, 605 bytes xferred
[872] 11:26:15:869: ElReadCompletionRoutine entered, 605 bytes recvd
[872] 11:26:15:869: ProcessReceivedPacket entered, length = 605
[872] 11:26:15:869: ProcessReceivedPacket: EAP_Packet
[872] 11:26:15:869: ProcessReceivedPacket: EAPOLSTATE_AUTHENTICATING
[872] 11:26:15:869: TIMER: Restart PCB Time: 2097148
[872] 11:26:15:869: FSMAuthenticating entered for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:15:869: TIMER: Restart PCB Time: 30
[872] 11:26:15:869: ElEapWork: EapolPkt created at 029B2708
[872] 11:26:15:869: ElEapMakeMessage entered
[872] 11:26:15:869: ElMakeSupplicantMessage entered
[872] 11:26:15:869: EAPSTATE_Working
[872] 11:26:15:869: ElEapDllWork called for EAP Type 13
[872] 11:26:15:869: EAP Dll returned Action=EAPACTION_Send
[872] 11:26:15:869: ElEapDllWork finished for EAP Type 13 with error 0
[872] 11:26:15:869: ElWriteToPort entered: Pkt Length = 12
[872] 11:26:15:869: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:26:15:869: ElWriteToInterface entered
[872] 11:26:15:869: ElWriteToInterface completed, RetCode = 0
[872] 11:26:15:869: Setting state AUTHENTICATING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:15:869: FSMAuthenticating completed for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:15:869: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:26:15:869: ElReadFromPort entered
[872] 11:26:15:869: ElReadFromPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:26:15:869: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 4
[872] 11:26:15:869: ProcessReceivedPacket exit
[872] 11:26:15:869: ElIoCompletionRoutine called, 24 bytes xferred
[872] 11:26:15:869: ElWriteCompletionRoutine sent out 24 bytes with error 0
[872] 11:26:15:869: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:26:15:909: ElIoCompletionRoutine called, 28 bytes xferred
[872] 11:26:15:909: ElReadCompletionRoutine entered, 28 bytes recvd
[872] 11:26:15:909: ProcessReceivedPacket entered, length = 28
[872] 11:26:15:909: ProcessReceivedPacket: EAP_Packet
[872] 11:26:15:909: ProcessReceivedPacket: EAPOLSTATE_AUTHENTICATING
[872] 11:26:15:909: TIMER: Restart PCB Time: 2097148
[872] 11:26:15:909: FSMAuthenticating entered for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:15:909: TIMER: Restart PCB Time: 30
[872] 11:26:15:909: ElEapWork: EapolPkt created at 029B2708
[872] 11:26:15:909: ElEapMakeMessage entered
[872] 11:26:15:909: ElMakeSupplicantMessage entered
[872] 11:26:15:909: EAPSTATE_Working
[872] 11:26:15:909: ElEapDllWork called for EAP Type 13
[872] 11:26:15:909: EAP Dll returned Action=EAPACTION_NoAction
[872] 11:26:15:909: ElEapDllWork finished for EAP Type 13 with error 0
[872] 11:26:15:909: Setting state AUTHENTICATING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:15:909: FSMAuthenticating completed for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:15:909: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:26:15:909: ElReadFromPort entered
[872] 11:26:15:909: ElReadFromPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:26:15:909: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 3
[872] 11:26:15:909: ProcessReceivedPacket exit
[872] 11:26:45:922: ElTimeoutCallbackRoutine entered
[872] 11:26:45:922: FSMConnecting entered for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:26:45:922: TIMER: Restart PCB Time: 60
[872] 11:26:45:922: ElWriteToPort entered: Pkt Length = 7
[872] 11:26:45:922: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:26:45:922: ElWriteToInterface entered
[872] 11:26:45:922: ElWriteToInterface completed, RetCode = 0
[872] 11:26:45:922: Setting state CONNECTING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:45:922: FSMConnecting completed for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:26:45:922: ElTimeoutCallbackRoutine completed
[872] 11:26:45:922: ElIoCompletionRoutine called, 19 bytes xferred
[872] 11:26:45:922: ElWriteCompletionRoutine sent out 19 bytes with error 0
[872] 11:26:45:922: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:26:45:922: ElIoCompletionRoutine called, 23 bytes xferred
[872] 11:26:45:922: ElReadCompletionRoutine entered, 23 bytes recvd
[872] 11:26:45:922: ProcessReceivedPacket entered, length = 23
[872] 11:26:45:922: ProcessReceivedPacket: EAP_Packet
[872] 11:26:45:922: ProcessReceivedPacket: EAPOLSTATE_CONNECTING
[872] 11:26:45:922: TIMER: Restart PCB Time: 2097148
[872] 11:26:45:922: FSMAcquired entered for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:26:45:922: TIMER: Restart PCB Time: 30
[872] 11:26:45:922: ElEapEnd entered
[872] 11:26:45:922: ElEapDllEnd called for EAP Index 0
[872] 11:26:45:922: ElEapBegin entered
[872] 11:26:45:922: ElEapBegin done
[872] 11:26:45:922: ElEapWork: EapolPkt created at 00180008
[872] 11:26:45:922: ElEapMakeMessage entered
[872] 11:26:45:922: ElParseIdentityString: Packet length 5 less than minimum 5
[872] 11:26:45:922: ElGetIdentity: Userlogged, Prev !Machine auth
[872] 11:26:45:922: ElGetIdentity: Already got identity
[872] 11:26:45:922: Identity sent out = KlaasDC
[872] 11:26:45:922: ElWriteToPort entered: Pkt Length = 18
[872] 11:26:45:922: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:26:45:922: ElWriteToInterface entered
[872] 11:26:45:922: ElWriteToInterface completed, RetCode = 0
[872] 11:26:45:922: Setting state ACQUIRED for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:26:45:922: FSMAcquired completed for port IEEE 802.11b WLAN
network adaptor PC Card
[872] 11:26:45:922: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:26:45:922: ElReadFromPort entered
[872] 11:26:45:922: ElReadFromPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:26:45:922: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 4
[872] 11:26:45:922: ProcessReceivedPacket exit
[872] 11:26:45:922: ElIoCompletionRoutine called, 30 bytes xferred
[872] 11:26:45:922: ElWriteCompletionRoutine sent out 30 bytes with error 0
[872] 11:26:45:922: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:26:45:962: ElIoCompletionRoutine called, 24 bytes xferred
[872] 11:26:45:962: ElReadCompletionRoutine entered, 24 bytes recvd
[872] 11:26:45:962: ProcessReceivedPacket entered, length = 24
[872] 11:26:45:962: ProcessReceivedPacket: EAP_Packet
[872] 11:26:45:962: ProcessReceivedPacket: EAPOLSTATE_ACQUIRED
[872] 11:26:45:962: TIMER: Restart PCB Time: 2097148
[872] 11:26:45:962: FSMAuthenticating entered for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:45:962: TIMER: Restart PCB Time: 30
[872] 11:26:45:962: ElEapWork: EapolPkt created at 00180008
[872] 11:26:45:962: ElEapMakeMessage entered
[872] 11:26:45:962: ElMakeSupplicantMessage entered
[872] 11:26:45:962: EAPSTATE_Initial
[872] 11:26:45:962: ElEapDllBegin called for EAP Type 13
[872] 11:26:45:962: ElEapDllBegin: Not Setting GUEST flag
[872] 11:26:45:962: FGetEKUUsage
[872] 11:26:45:962: EKU: Clientverificatie
[872] 11:26:45:962: EKUUsage: Clientverificatie
[872] 11:26:45:962: EAPSTATE_Working
[872] 11:26:45:962: ElEapDllWork called for EAP Type 13
[872] 11:26:45:983: EAP Dll returned Action=EAPACTION_Send
[872] 11:26:45:983: ElEapDllWork finished for EAP Type 13 with error 0
[872] 11:26:45:983: ElWriteToPort entered: Pkt Length = 86
[872] 11:26:45:983: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:26:45:983: ElWriteToInterface entered
[872] 11:26:45:983: ElWriteToInterface completed, RetCode = 0
[872] 11:26:45:983: Setting state AUTHENTICATING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:45:983: WZCNetmanConnectionStatusChanged: Entered
[872] 11:26:45:983: QueueEvent: CoCreateInstance succeeded
[872] 11:26:45:983: ConnectionStatusChanged completed
[872] 11:26:45:983: FSMAuthenticating completed for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:45:983: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:26:45:983: ElReadFromPort entered
[872] 11:26:45:983: ElReadFromPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:26:45:983: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 4
[872] 11:26:45:983: ProcessReceivedPacket exit
[872] 11:26:45:983: ElIoCompletionRoutine called, 98 bytes xferred
[872] 11:26:45:983: ElWriteCompletionRoutine sent out 98 bytes with error 0
[872] 11:26:45:983: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:26:46:063: ElIoCompletionRoutine called, 1052 bytes xferred
[872] 11:26:46:063: ElReadCompletionRoutine entered, 1052 bytes recvd
[872] 11:26:46:063: ProcessReceivedPacket entered, length = 1052
[872] 11:26:46:063: ProcessReceivedPacket: EAP_Packet
[872] 11:26:46:063: ProcessReceivedPacket: EAPOLSTATE_AUTHENTICATING
[872] 11:26:46:063: TIMER: Restart PCB Time: 2097148
[872] 11:26:46:063: FSMAuthenticating entered for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:46:063: TIMER: Restart PCB Time: 30
[872] 11:26:46:063: ElEapWork: EapolPkt created at 00180008
[872] 11:26:46:063: ElEapMakeMessage entered
[872] 11:26:46:063: ElMakeSupplicantMessage entered
[872] 11:26:46:063: EAPSTATE_Working
[872] 11:26:46:063: ElEapDllWork called for EAP Type 13
[872] 11:26:46:063: EAP Dll returned Action=EAPACTION_Send
[872] 11:26:46:063: ElEapDllWork finished for EAP Type 13 with error 0
[872] 11:26:46:063: ElWriteToPort entered: Pkt Length = 12
[872] 11:26:46:063: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:26:46:063: ElWriteToInterface entered
[872] 11:26:46:063: ElWriteToInterface completed, RetCode = 0
[872] 11:26:46:063: Setting state AUTHENTICATING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:46:063: FSMAuthenticating completed for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:46:063: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:26:46:063: ElReadFromPort entered
[872] 11:26:46:063: ElReadFromPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:26:46:063: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 4
[872] 11:26:46:063: ProcessReceivedPacket exit
[872] 11:26:46:063: ElIoCompletionRoutine called, 24 bytes xferred
[872] 11:26:46:063: ElWriteCompletionRoutine sent out 24 bytes with error 0
[872] 11:26:46:063: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:26:46:113: ElIoCompletionRoutine called, 605 bytes xferred
[872] 11:26:46:113: ElReadCompletionRoutine entered, 605 bytes recvd
[872] 11:26:46:113: ProcessReceivedPacket entered, length = 605
[872] 11:26:46:113: ProcessReceivedPacket: EAP_Packet
[872] 11:26:46:113: ProcessReceivedPacket: EAPOLSTATE_AUTHENTICATING
[872] 11:26:46:113: TIMER: Restart PCB Time: 2097148
[872] 11:26:46:113: FSMAuthenticating entered for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:46:113: TIMER: Restart PCB Time: 30
[872] 11:26:46:113: ElEapWork: EapolPkt created at 00180008
[872] 11:26:46:113: ElEapMakeMessage entered
[872] 11:26:46:113: ElMakeSupplicantMessage entered
[872] 11:26:46:113: EAPSTATE_Working
[872] 11:26:46:113: ElEapDllWork called for EAP Type 13
[872] 11:26:46:113: EAP Dll returned Action=EAPACTION_Send
[872] 11:26:46:113: ElEapDllWork finished for EAP Type 13 with error 0
[872] 11:26:46:113: ElWriteToPort entered: Pkt Length = 12
[872] 11:26:46:113: ElWriteToPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:26:46:113: ElWriteToInterface entered
[872] 11:26:46:113: ElWriteToInterface completed, RetCode = 0
[872] 11:26:46:113: Setting state AUTHENTICATING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:46:113: FSMAuthenticating completed for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:46:113: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:26:46:113: ElReadFromPort entered
[872] 11:26:46:113: ElReadFromPort: pPCB = 0014AC60, RefCnt = 4
[872] 11:26:46:113: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 4
[872] 11:26:46:113: ProcessReceivedPacket exit
[872] 11:26:46:113: ElIoCompletionRoutine called, 24 bytes xferred
[872] 11:26:46:113: ElWriteCompletionRoutine sent out 24 bytes with error 0
[872] 11:26:46:113: ElWriteCompletionRoutine: pPCB= 0014AC60, RefCnt = 3
[872] 11:26:46:153: ElIoCompletionRoutine called, 28 bytes xferred
[872] 11:26:46:153: ElReadCompletionRoutine entered, 28 bytes recvd
[872] 11:26:46:153: ProcessReceivedPacket entered, length = 28
[872] 11:26:46:153: ProcessReceivedPacket: EAP_Packet
[872] 11:26:46:153: ProcessReceivedPacket: EAPOLSTATE_AUTHENTICATING
[872] 11:26:46:153: TIMER: Restart PCB Time: 2097148
[872] 11:26:46:153: FSMAuthenticating entered for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:46:153: TIMER: Restart PCB Time: 30
[872] 11:26:46:153: ElEapWork: EapolPkt created at 00180008
[872] 11:26:46:153: ElEapMakeMessage entered
[872] 11:26:46:153: ElMakeSupplicantMessage entered
[872] 11:26:46:153: EAPSTATE_Working
[872] 11:26:46:153: ElEapDllWork called for EAP Type 13
[872] 11:26:46:153: EAP Dll returned Action=EAPACTION_NoAction
[872] 11:26:46:153: ElEapDllWork finished for EAP Type 13 with error 0
[872] 11:26:46:153: Setting state AUTHENTICATING for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:46:153: FSMAuthenticating completed for port IEEE 802.11b
WLAN network adaptor PC Card
[872] 11:26:46:153: ProcessReceivedPacket: Reposting buffer on port
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[872] 11:26:46:153: ElReadFromPort entered
[872] 11:26:46:153: ElReadFromPort: pPCB = 0014AC60, RefCnt = 3
[872] 11:26:46:153: ProcessReceivedPacket: pPCB= 0014AC60, RefCnt = 3
[872] 11:26:46:153: ProcessReceivedPacket exit
[1468] 11:26:49:177: ElSetCustomAuthData: EapTypeId=<13>,
SSIDLength=<11>, InfoLength=<42>
[1468] 11:26:49:177: ElSetCustomAuthData: Set value succeeded,
fFound=<1>, dwEapBlob=<106>, dwSizeOfSSID=<11>
[1468] 11:26:49:177: ElSetCustomAuthData: EapTypeId=<25>,
SSIDLength=<11>, InfoLength=<0>
[1468] 11:26:49:177: ElSetCustomAuthData: Set value succeeded,
fFound=<1>, dwEapBlob=<106>, dwSizeOfSSID=<11>
[1868] 11:26:49:177: ElSetInterfaceParams: EapTypeId=<13> SSIDLen=<11>
[1868] 11:26:49:177: Setting stuff in registry for
{BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}
[1868] 11:26:49:177: ElSetInterfaceParams: Succeeded, EapTypeId=<13>
fFound=<1>, SSIDLen=<11>
[1868] 11:26:49:177: ElPostEapConfigChanged: SSIDLength=<11>
[872] 11:26:49:177: ElGetInterfaceParams: SsidLength=<11>, Found
EapTypeId=<13>, SSIDLen=<11>
[872] 11:26:49:177: ElProcessEapConfigChange: PCB ref and enabled,
continue check
[872] 11:26:49:177: ElGetCustomAuthData: SSIDLen=<11>, EapTypeId=<13>,
Offset=<52/106>, dwAuthData=<42>
[872] 11:26:49:177: ElGetCustomAuthData: SSIDLen=<11>, EapTypeId=<13>,
Offset=<52/106>, dwAuthData=<42>
[872] 11:26:49:177: ElProcessEapConfigChange: Same SSID, EAPType,
CustomAuth, No content change
[872] 11:26:49:177: ElProcessEapConfigChange: Finished with error 0
[1468] 11:26:49:177: ElGetWinStationUserToken: GetWinStationUserToken
failed for SessionId (0) with error (1702)
[1468] 11:26:49:177: ElWZCCfgUpdateSettings: Error in RegOpenKeyEx for
base key, 2
[1468] 11:26:49:177: ElWZCCfgChangeHandler: ElWZCCfgUpdateSettings
HKCU failed with error (2)
[1820] 11:26:52:221: ElMediaEventsHandler entered -- EventType=<6>
[1820] 11:26:52:221: ElMediaEventsHandler: Calling ElMediaSenseCallback
[1820] 11:26:52:221: ElMediaSenseCallback: Entered
[1820] 11:26:52:221: ElMediaSenseCallbackWorker: For interface (IEEE
802.11b WLAN network adaptor PC Card), GUID
({BAF11DA6-DC5F-4C46-9FA8-8604B28A69D9}), length of block = 82
[1820] 11:26:52:221: ElMediaSenseCallbackWorker: Callback for sense disconnect
[1820] 11:26:52:221: FSMDisconnected entered for port IEEE 802.11b
WLAN network adaptor PC Card
[1820] 11:26:52:221: Setting state DISCONNECTED for port IEEE 802.11b
WLAN network adaptor PC Card
[1820] 11:26:52:221: FSMDisconnected completed for port IEEE 802.11b
WLAN network adaptor PC Card
[1820] 11:26:52:221: ElMediaSenseCallbackWorker: Port marked
disconnected IEEE 802.11b WLAN network adaptor PC Card
[1820] 11:26:52:221: ElMediaSenseCallbackWorker: processed, RetCode = 0
[1868] 11:26:54:755: ElGetInterfaceParams: SsidLength=<11>, Found
EapTypeId=<13>, SSIDLen=<11>
[1868] 11:26:54:755: ElGetCustomAuthData: SSIDLen=<11>,
EapTypeId=<13>, Offset=<52/106>, dwAuthData=<42>
[1868] 11:26:54:785: ElGetCustomAuthData: SSIDLen=<11>,
EapTypeId=<13>, Offset=<52/106>, dwAuthData=<42>
[1468] 11:26:54:785: ElGetCustomAuthData: SSIDLen=<11>,
EapTypeId=<25>, Offset=<52/106>, dwAuthData=<0>
[1868] 11:26:54:785: ElGetInterfaceParams: SsidLength=<11>, Found
EapTypeId=<13>, SSIDLen=<11>
[1868] 11:26:54:785: ElGetCustomAuthData: SSIDLen=<11>,
EapTypeId=<13>, Offset=<52/106>, dwAuthData=<42>
[1868] 11:26:54:785: ElGetCustomAuthData: SSIDLen=<11>,
EapTypeId=<13>, Offset=<52/106>, dwAuthData=<42>
[1468] 11:26:54:785: ElGetCustomAuthData: SSIDLen=<11>,
EapTypeId=<25>, Offset=<52/106>, dwAuthData=<0>
==================================
5
11
I want to use mysql with freeradius and a default entry in the users file.
Testing with radtest I get an Access-Accept which is ok.
But there is an additional information, which irritates me and I have no
idea, what it means.
In case of an incorrect shared secret - as far as I know - no
Access-Accept would have been sent.
suse:/home/norbert # radtest nw123 xx localhost 0 1812 maxen
Sending Access-Request of id 32 to 127.0.0.1 port 1812
User-Name = "nw123"
User-Password = "xx"
NAS-IP-Address = 255.255.255.255
NAS-Port = 0
Framed-Protocol = PPP
rad_recv: Access-Accept packet from host 127.0.0.1:1812, id=32, length=20
rad_decode: Received Access-Accept packet from client 127.0.0.1 port
1812 with invalid signature (err=2)! (Shared secret is incorrect.)
The output of radiusd -AX does not show anything strange to me and can
be found at: http://www.wegener-net.de/fr/typescript
So, is the last message important or can it be ignored?
Thanks
Norbert Wegener
2
1
Hi all FreeRadius users.
I have configured FreeRadius+EAP/PEAP+mysql in working state...But now, i
want to have encrypted passwords stored in mysql database (in that
table where plaintext passwords are stored now).
Can you give me an advice how to do that?
Best regards
S prianim pekneho dna
,_, Marek Soha
(O,O) Student FEI, Odbor Informatika, TU Kosice
( ) marek(a)snet.sk soha(a)intrak.sk 146-284-791
-"-"--------------------------------------------------------------
2
3
Hello ,
I'm trying to make a ssh authentication with pam_radius_auth + freeradius +
ldap
The problem is that radius is sending the password to ldap in clear and not
crypted with CRYPT as configured in ldap module .
Using :
pam_radius-1.3.16-68
FreeRADIUS Version 1.0.4
---
Mircea Harapu
Abuse Engineer
Bucharest NOC
RCS & RDS SA
mircea.harapu(a)rcs-rds.ro
3
7