Hostapd problem

Vangelis Gazis gazis
Tue May 12 07:51:02 PDT 2009


Hello everyone,


We are trying to setup hostapd as an access point using nl80211 and
mac80211. The network card is a RALink miniPCI  plugged in a Soekris
net4801 board. System is running Debian lenny (Linux net4801-1
2.6.29-rc3-wl #1 Mon Feb 9 18:38:10 EET 2009 i586 GNU/Linux) and we have
installed hostapd from GIT according to
http://rt2x00.serialmonkey.com/wiki/index.php/AP-mode_Howto. Here's a
brief overview of system configuration (HW/SW):

uoa at net4801-1:~$ lspci
00:00.0 Host bridge: Cyrix Corporation PCI Master
00:06.0 Ethernet controller: National Semiconductor Corporation DP83815
(MacPhyter) Ethernet Controller
00:07.0 Ethernet controller: National Semiconductor Corporation DP83815
(MacPhyter) Ethernet Controller
00:08.0 Ethernet controller: National Semiconductor Corporation DP83815
(MacPhyter) Ethernet Controller
00:0e.0 Network controller: RaLink RT2561/RT61 802.11g PCI
00:12.0 ISA bridge: National Semiconductor Corporation SC1100 Bridge
00:12.1 Bridge: National Semiconductor Corporation SC1100 SMI & ACPI
00:12.2 IDE interface: National Semiconductor Corporation SCx200, SC1100
IDE controller (rev 01)
00:12.5 Bridge: National Semiconductor Corporation SC1100 XBus
00:13.0 USB Controller: Compaq Computer Corporation ZFMicro Chipset USB
(rev 08)

uoa at net4801-1:~$ sudo lshw -C network
<omitted eth0, eth1>
*-network:2
     description: Ethernet interface
     product: DP83815 (MacPhyter) Ethernet Controller
     vendor: National Semiconductor Corporation
     physical id: 8
     bus info: pci at 0000:00:08.0
     logical name: eth2
     version: 00
     serial: 00:00:24:c4:40:f2
     size: 100MB/s
     capacity: 100MB/s
     width: 32 bits
     clock: 33MHz
     capabilities: pm bus_master cap_list ethernet physical tp mii fibre
10bt 10bt-fd 100bt 100bt-fd autonegotiation
     configuration: autonegotiation=on broadcast=yes driver=natsemi
driverversion=2.1 duplex=full ip=192.168.3.101 latency=63 link=yes
maxlatency=52 mingnt=11 module=natsemi multicast=yes port=twisted pair
speed=100MB/s
  *-network:3
       description: Wireless interface
       product: RT2561/RT61 802.11g PCI
       vendor: RaLink
       physical id: e
       bus info: pci at 0000:00:0e.0
       logical name: wmaster0
       version: 00
       serial: 00:14:85:df:a1:e4
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list logical ethernet physical
wireless
       configuration: broadcast=yes driver=rt61pci latency=63
module=rt61pci multicast=yes wireless=IEEE 802.11bg

a) Setting wlan0 (= network:3) and eth2 (= network:2) under a bridge in
/etc/network/interfaces:

auto br0
iface br0 inet static
        bridge_ports eth2 wlan0
        address 192.168.3.101
        netmask 255.255.255.0
        network 192.168.3.0
        broadcast 192.168.3.255
        gateway 192.168.3.1
        # dns-* options are implemented by the resolvconf package, if
installed
        dns-nameservers 192.168.3.1
        dns-search private.uoa.gr

...and having wireless clients use a DHCP server for IP address
assignment (there is DHCP server running on the eth2 segment) result in
the following log:

uoa at net4801-1:~$ sudo modprobe -r rt61pci && sudo modprobe rt61pci
uoa at net4801-1:~$ sudo /usr/local/sbin/hostapd -dd /etc/hostapd/hostapd.conf
Configuration file: /etc/hostapd/hostapd.conf
Line 45: DEPRECATED: 'debug' configuration variable is not used anymore
ctrl_interface_group=0
Opening raw packet socket for ifindex 141698256
BSS count 1, BSSID mask ff:ff:ff:ff:ff:ff (0 bits)
SIOCGIWRANGE: WE(compiled)=22 WE(source)=21 enc_capa=0xf
nl80211: Added 802.11b mode based on 802.11g information
Allowed channel: mode=1 chan=1 freq=2412 MHz max_tx_power=14 dBm
Allowed channel: mode=1 chan=2 freq=2417 MHz max_tx_power=14 dBm
Allowed channel: mode=1 chan=3 freq=2422 MHz max_tx_power=14 dBm
Allowed channel: mode=1 chan=4 freq=2427 MHz max_tx_power=15 dBm
Allowed channel: mode=1 chan=5 freq=2432 MHz max_tx_power=15 dBm
Allowed channel: mode=1 chan=6 freq=2437 MHz max_tx_power=15 dBm
Allowed channel: mode=1 chan=7 freq=2442 MHz max_tx_power=15 dBm
Allowed channel: mode=1 chan=8 freq=2447 MHz max_tx_power=15 dBm
Allowed channel: mode=1 chan=9 freq=2452 MHz max_tx_power=14 dBm
Allowed channel: mode=1 chan=10 freq=2457 MHz max_tx_power=14 dBm
Allowed channel: mode=1 chan=11 freq=2462 MHz max_tx_power=14 dBm
Allowed channel: mode=0 chan=1 freq=2412 MHz max_tx_power=14 dBm
Allowed channel: mode=0 chan=2 freq=2417 MHz max_tx_power=14 dBm
Allowed channel: mode=0 chan=3 freq=2422 MHz max_tx_power=14 dBm
Allowed channel: mode=0 chan=4 freq=2427 MHz max_tx_power=15 dBm
Allowed channel: mode=0 chan=5 freq=2432 MHz max_tx_power=15 dBm
Allowed channel: mode=0 chan=6 freq=2437 MHz max_tx_power=15 dBm
Allowed channel: mode=0 chan=7 freq=2442 MHz max_tx_power=15 dBm
Allowed channel: mode=0 chan=8 freq=2447 MHz max_tx_power=15 dBm
Allowed channel: mode=0 chan=9 freq=2452 MHz max_tx_power=14 dBm
Allowed channel: mode=0 chan=10 freq=2457 MHz max_tx_power=14 dBm
Allowed channel: mode=0 chan=11 freq=2462 MHz max_tx_power=14 dBm
RATE[0] rate=10 flags=0x2
RATE[1] rate=20 flags=0x6
RATE[2] rate=55 flags=0x6
RATE[3] rate=110 flags=0x6
RATE[4] rate=60 flags=0x0
RATE[5] rate=90 flags=0x0
RATE[6] rate=120 flags=0x0
RATE[7] rate=180 flags=0x0
RATE[8] rate=240 flags=0x0
RATE[9] rate=360 flags=0x0
RATE[10] rate=480 flags=0x0
RATE[11] rate=540 flags=0x0
Passive scanning not supported
Flushing old station entries
Deauthenticate all stations
Mode: IEEE 802.11g  Channel: 1  Frequency: 2412 MHz
Using interface wlan0 with hwaddr 00:14:85:df:a1:e4 and ssid 'net4801-1'
wlan0: Setup of interface done.
MGMT (TX callback) ACK
STA 00:12:79:98:d9:1a sent probe request for broadcast SSID
STA 00:12:79:98:d9:1a sent probe request for broadcast SSID
STA 00:12:79:98:d9:1a sent probe request for broadcast SSID
MGMT (TX callback) ACK
mgmt::proberesp cb
MGMT (TX callback) ACK
mgmt::proberesp cb
MGMT (TX callback) ACK
mgmt::proberesp cb
STA 00:12:79:98:d9:1a sent probe request for broadcast SSID
MGMT (TX callback) fail
mgmt::proberesp cb
STA 00:19:d2:91:87:ab sent probe request for broadcast SSID
MGMT (TX callback) ACK
mgmt::proberesp cb
STA 00:12:79:98:d9:1a sent probe request for broadcast SSID
STA 00:12:79:98:d9:1a sent probe request for broadcast SSID
STA 00:12:79:98:d9:1a sent probe request for broadcast SSID
MGMT (TX callback) ACK
mgmt::proberesp cb
MGMT (TX callback) ACK
mgmt::proberesp cb
MGMT (TX callback) ACK
mgmt::proberesp cb
Data/PS-poll frame from not associated STA 00:12:79:98:d9:1a
MGMT
mgmt::auth
authentication: STA=00:12:79:98:d9:1a auth_alg=0 auth_transaction=1
status_code=0 wep=0
  New STA
wlan0: STA 00:12:79:98:d9:1a IEEE 802.11: authentication OK (open system)
wlan0: STA 00:12:79:98:d9:1a MLME:
MLME-AUTHENTICATE.indication(00:12:79:98:d9:1a, OPEN_SYSTEM)
wlan0: STA 00:12:79:98:d9:1a MLME:
MLME-DELETEKEYS.request(00:12:79:98:d9:1a)
authentication reply: STA=00:12:79:98:d9:1a auth_alg=0
auth_transaction=2 resp=0 (IE len=0)
MGMT (TX callback) ACK
MGMT (TX callback) ACK
mgmt::auth cb
wlan0: STA 00:12:79:98:d9:1a IEEE 802.11: authenticated
MGMT
mgmt::assoc_req
association request: STA=00:12:79:98:d9:1a capab_info=0x01 listen_interval=3
  new AID 1
wlan0: STA 00:12:79:98:d9:1a IEEE 802.11: association OK (aid 1)
MGMT (TX callback) ACK
mgmt::assoc_resp cb
wlan0: STA 00:12:79:98:d9:1a IEEE 802.11: associated (aid 1)
wlan0: STA 00:12:79:98:d9:1a MLME:
MLME-ASSOCIATE.indication(00:12:79:98:d9:1a)
wlan0: STA 00:12:79:98:d9:1a MLME:
MLME-DELETEKEYS.request(00:12:79:98:d9:1a)
wlan0: STA 00:12:79:98:d9:1a RADIUS: starting accounting session
4A0974F0-00000000
STA 00:19:d2:91:87:ab sent probe request for broadcast SSID
MGMT (TX callback) ACK
mgmt::proberesp cb

a) Setting wlan0 (= network:3) and eth2 (= network:2) as separate
interfaces (i.e., no bridge):


auto eth2
iface eth2 inet static
        address 192.168.3.101
        netmask 255.255.255.0
        network 192.168.3.0
        broadcast 192.168.3.255
        gateway 192.168.3.1
        # dns-* options are implemented by the resolvconf package, if
installed
        dns-nameservers 192.168.3.1
        dns-search private.uoa.gr

# auto wlan0
iface wlan0 inet static
        address 192.168.5.101
        netmask 255.255.255.0
        network 192.168.5.0
        broadcast 192.168.5.255
        gateway 192.168.3.101
        # dns-* options are implemented by the resolvconf package, if
installed
        dns-nameservers 192.168.3.1
        dns-search wireless.uoa.gr
        # wireless-tools
        wireless-nickname net4801-1
        wireless-essid net4801-1
        # man wireless: ad-hoc | managed | master | repeater | secondary
| monitor
        wireless-mode managed
        wireless-channel 6
        # wireless-rate auto
        # wireless-txpower auto | 10mWa
        # wireless-sens -10
        # wireless-sens +10
        # wireless-commit

...fails with the following log:

/var/log/syslog:7247:May 12 14:11:50 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: authenticated
/var/log/syslog:7248:May 12 14:11:50 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: associated (aid 1)
/var/log/syslog:7249:May 12 14:11:50 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a RADIUS: starting accounting session 4A0958FB-00000000
/var/log/syslog:7250:May 12 14:11:50 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: associated (aid 1)
/var/log/syslog:7251:May 12 14:11:50 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a RADIUS: starting accounting session 4A0958FB-00000001
/var/log/syslog:7278:May 12 14:14:23 net4801-1 hostapd: wlan0: STA
00:23:6c:15:9d:b1 IEEE 802.11: authenticated
/var/log/syslog:7279:May 12 14:14:23 net4801-1 hostapd: wlan0: STA
00:23:6c:15:9d:b1 IEEE 802.11: associated (aid 2)
/var/log/syslog:7280:May 12 14:14:23 net4801-1 hostapd: wlan0: STA
00:23:6c:15:9d:b1 RADIUS: starting accounting session 4A0958FB-00000002
/var/log/syslog:7281:May 12 14:14:47 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: disassociated
/var/log/syslog:7282:May 12 14:14:48 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: deauthenticated due to inactivity
/var/log/syslog:7333:May 12 14:17:33 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: authenticated
/var/log/syslog:7334:May 12 14:17:33 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: associated (aid 1)
/var/log/syslog:7335:May 12 14:17:33 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a RADIUS: starting accounting session 4A0958FB-00000003
/var/log/syslog:7485:May 12 14:30:35 net4801-1 hostapd: wlan0: STA
00:23:6c:15:9d:b1 IEEE 802.11: disassociated due to inactivity
/var/log/syslog:7486:May 12 14:30:36 net4801-1 hostapd: wlan0: STA
00:23:6c:15:9d:b1 IEEE 802.11: deauthenticated due to inactivity
/var/log/syslog:7487:May 12 14:32:40 net4801-1 hostapd: wlan0: STA
00:11:24:90:11:f1 IEEE 802.11: authenticated
/var/log/syslog:7488:May 12 14:32:40 net4801-1 hostapd: wlan0: STA
00:11:24:90:11:f1 IEEE 802.11: associated (aid 2)
/var/log/syslog:7489:May 12 14:32:40 net4801-1 hostapd: wlan0: STA
00:11:24:90:11:f1 RADIUS: starting accounting session 4A0958FB-00000004
/var/log/syslog:7490:May 12 14:34:58 net4801-1 hostapd: wlan0: STA
00:11:24:90:11:f1 IEEE 802.11: authenticated
/var/log/syslog:7491:May 12 14:34:58 net4801-1 hostapd: wlan0: STA
00:11:24:90:11:f1 IEEE 802.11: associated (aid 2)
/var/log/syslog:7492:May 12 14:34:58 net4801-1 hostapd: wlan0: STA
00:11:24:90:11:f1 RADIUS: starting accounting session 4A0958FB-00000005
/var/log/syslog:7519:May 12 14:38:05 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: disassociated due to inactivity
/var/log/syslog:7520:May 12 14:38:06 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: deauthenticated due to inactivity
/var/log/syslog:7521:May 12 14:38:09 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: authenticated
/var/log/syslog:7522:May 12 14:38:09 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: associated (aid 1)
/var/log/syslog:7523:May 12 14:38:09 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a RADIUS: starting accounting session 4A0958FB-00000006
/var/log/syslog:7524:May 12 14:38:39 net4801-1 hostapd: wlan0: STA
00:11:24:90:11:f1 IEEE 802.11: authenticated
/var/log/syslog:7525:May 12 14:38:39 net4801-1 hostapd: wlan0: STA
00:11:24:90:11:f1 IEEE 802.11: associated (aid 2)
/var/log/syslog:7526:May 12 14:38:39 net4801-1 hostapd: wlan0: STA
00:11:24:90:11:f1 RADIUS: starting accounting session 4A0958FB-00000007
/var/log/syslog:7528:May 12 14:40:14 net4801-1 hostapd: wlan0: STA
00:11:24:90:11:f1 IEEE 802.11: authenticated
/var/log/syslog:7529:May 12 14:40:14 net4801-1 hostapd: wlan0: STA
00:11:24:90:11:f1 IEEE 802.11: associated (aid 2)
/var/log/syslog:7530:May 12 14:40:14 net4801-1 hostapd: wlan0: STA
00:11:24:90:11:f1 RADIUS: starting accounting session 4A0958FB-00000008
/var/log/syslog:7531:May 12 14:41:54 net4801-1 hostapd: wlan0: STA
00:11:24:90:11:f1 IEEE 802.11: authenticated
/var/log/syslog:7532:May 12 14:41:54 net4801-1 hostapd: wlan0: STA
00:11:24:90:11:f1 IEEE 802.11: associated (aid 2)
/var/log/syslog:7533:May 12 14:41:54 net4801-1 hostapd: wlan0: STA
00:11:24:90:11:f1 RADIUS: starting accounting session 4A0958FB-00000009
/var/log/syslog:7618:May 12 14:53:35 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: disassociated due to inactivity
/var/log/syslog:7619:May 12 14:53:36 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: deauthenticated due to inactivity
/var/log/syslog:7671:May 12 14:58:36 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: authenticated
/var/log/syslog:7672:May 12 14:58:36 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: authenticated
/var/log/syslog:7673:May 12 14:58:36 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: associated (aid 1)
/var/log/syslog:7674:May 12 14:58:36 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a RADIUS: starting accounting session 4A0958FB-0000000A
/var/log/syslog:7675:May 12 14:58:42 net4801-1 hostapd: wlan0: STA
00:1d:e0:2b:87:a9 IEEE 802.11: authenticated
/var/log/syslog:7676:May 12 14:58:42 net4801-1 hostapd: wlan0: STA
00:1d:e0:2b:87:a9 IEEE 802.11: associated (aid 3)
/var/log/syslog:7677:May 12 14:58:42 net4801-1 hostapd: wlan0: STA
00:1d:e0:2b:87:a9 RADIUS: starting accounting session 4A0958FB-0000000B
/var/log/syslog:7678:May 12 14:59:27 net4801-1 hostapd: wlan0: STA
00:1d:e0:2b:87:a9 IEEE 802.11: authenticated
/var/log/syslog:7679:May 12 14:59:27 net4801-1 hostapd: wlan0: STA
00:1d:e0:2b:87:a9 IEEE 802.11: associated (aid 3)
/var/log/syslog:7680:May 12 14:59:27 net4801-1 hostapd: wlan0: STA
00:1d:e0:2b:87:a9 RADIUS: starting accounting session 4A0958FB-0000000C
/var/log/syslog:7681:May 12 14:59:27 net4801-1 hostapd: wlan0: STA
00:1d:e0:2b:87:a9 IEEE 802.11: disassociated
/var/log/syslog:7682:May 12 14:59:28 net4801-1 hostapd: wlan0: STA
00:1d:e0:2b:87:a9 IEEE 802.11: deauthenticated due to inactivity
/var/log/syslog:7685:May 12 15:01:47 net4801-1 hostapd: wlan0: STA
00:1d:e0:2b:87:a9 IEEE 802.11: authenticated
/var/log/syslog:7686:May 12 15:01:47 net4801-1 hostapd: wlan0: STA
00:1d:e0:2b:87:a9 IEEE 802.11: associated (aid 3)
/var/log/syslog:7687:May 12 15:01:47 net4801-1 hostapd: wlan0: STA
00:1d:e0:2b:87:a9 RADIUS: starting accounting session 4A0958FB-0000000D
/var/log/syslog:7688:May 12 15:02:33 net4801-1 hostapd: wlan0: STA
00:1d:e0:2b:87:a9 IEEE 802.11: authenticated
/var/log/syslog:7689:May 12 15:02:33 net4801-1 hostapd: wlan0: STA
00:1d:e0:2b:87:a9 IEEE 802.11: associated (aid 3)
/var/log/syslog:7690:May 12 15:02:34 net4801-1 hostapd: wlan0: STA
00:1d:e0:2b:87:a9 RADIUS: starting accounting session 4A0958FB-0000000E
/var/log/syslog:7905:May 12 15:17:26 net4801-1 hostapd: wlan0: STA
00:1d:e0:2b:87:a9 IEEE 802.11: disassociated due to inactivity
/var/log/syslog:7906:May 12 15:17:27 net4801-1 hostapd: wlan0: STA
00:1d:e0:2b:87:a9 IEEE 802.11: deauthenticated due to inactivity
/var/log/syslog:7907:May 12 15:18:40 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: disassociated due to inactivity
/var/log/syslog:7908:May 12 15:18:41 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: deauthenticated due to inactivity
/var/log/syslog:7909:May 12 15:18:44 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: authenticated
/var/log/syslog:7910:May 12 15:18:44 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: associated (aid 1)
/var/log/syslog:7911:May 12 15:18:44 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a RADIUS: starting accounting session 4A0958FB-0000000F
/var/log/syslog:7972:May 12 15:24:09 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: disassociated due to inactivity
/var/log/syslog:7975:May 12 15:24:10 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: deauthenticated due to inactivity
/var/log/syslog:8038:May 12 15:29:11 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: authenticated
/var/log/syslog:8039:May 12 15:29:11 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: associated (aid 1)
/var/log/syslog:8040:May 12 15:29:11 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a RADIUS: starting accounting session 4A0958FB-00000010
/var/log/syslog:8142:May 12 15:39:05 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: disassociated due to inactivity
/var/log/syslog:8143:May 12 15:39:06 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: deauthenticated due to inactivity
/var/log/syslog:8279:May 12 15:44:54 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: authenticated
/var/log/syslog:8280:May 12 15:44:54 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: associated (aid 1)
/var/log/syslog:8281:May 12 15:44:54 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a RADIUS: starting accounting session 4A096EEC-00000000
/var/log/syslog:8575:May 12 16:10:03 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: authenticated
/var/log/syslog:8576:May 12 16:10:03 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a IEEE 802.11: associated (aid 1)
/var/log/syslog:8577:May 12 16:10:03 net4801-1 hostapd: wlan0: STA
00:12:79:98:d9:1a RADIUS: starting accounting session 4A0974F0-00000000
/var/log/syslog:9566:May 12 16:51:04 net4801-1 hostapd: wlan0: STA
00:0c:f1:44:ad:81 IEEE 802.11: authenticated
/var/log/syslog:9567:May 12 16:51:04 net4801-1 hostapd: wlan0: STA
00:0c:f1:44:ad:81 IEEE 802.11: associated (aid 1)
/var/log/syslog:9568:May 12 16:51:04 net4801-1 hostapd: wlan0: STA
00:0c:f1:44:ad:81 RADIUS: starting accounting session 4A097E6D-00000000
/var/log/syslog:9619:May 12 16:56:51 net4801-1 hostapd: wlan0: STA
00:0c:f1:44:ad:81 IEEE 802.11: disassociated due to inactivity
/var/log/syslog:9620:May 12 16:56:52 net4801-1 hostapd: wlan0: STA
00:0c:f1:44:ad:81 IEEE 802.11: deauthenticated due to inactivity

DHCP client sends out DISCOVER messages but no reply comes back.

Are we doing something wrong here? Any ideas from the experts out there?

We appreciate all replies.



BR,

Vangelis Gazis

-- 
==============================================================================
Vangelis Gazis                             e-mail: gazis at di.uoa.gr
Research Associate                         voice : +30 210 727 5153
Communications Networks Laboratory         fax   : +30 210 727 5601
Dept. of Informatics & Telecommunications  www   : http://www.di.uoa.gr/~gazis
University of Athens
Panepistimioupolis Ilisia 15784
Athens Greece
==============================================================================






More information about the Hostap mailing list