Hi Luca,

> config led 'led_wlan'
>         option name 'WLAN'
>         option sysfs 'tp-link:green:wlan'
>         option default '0'
>         option trigger 'phy0tpt'
> 
that looks good!

> Maybe, but I cannot see any try on my Radius server...
> And all WLAN devices in my house are connected to my old network...
> 
> Any other idea?

Hmm.. Have you tried a tcpdump on your wifi interface yet?

Install tcpdump on your router:
opkg update
opkg install tcpdump

Dump traffic of your wifi interface (when the led is blinking):
tcpdump -i wlan0 -s 0 -w /tmp/traffic.pcap

You can then transfer that dump back to your machine and view it with
something like wireshark.

I hope this helps!

Regards,
Jannis

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to