nl80211: assocresp_ies - hexdump(len=6): 7f 04 00 00 00 02
nl80211: Beacon set failed: -22 (Invalid argument)
Failed to set beacon parameters
wlx002e2d304ea1: Flushing old station entries
nl80211: flush -> DEL_STATION wlx002e2d304ea1 (all)
wlx002e2d304ea1: Deauthenticate all stations
nl80211: sta_remove -> DEL_STATION wlx002e2d304ea1 ff:ff:ff:ff:ff:ff --> -22 (Invalid argument)root@dacha:/etc/systemd/network# cat /etc/hostapd/hostapd.conf
interface=wlx002e2d304ea1
driver=nl80211
ssid="CB96Net.D2"
channel=7
# auth_algs: bit 0 = Open System Authentication bit 1 = Shared Key Authentication
# (requires WEP)
auth_algs=1
#wpa: which WPA implementation to use 1 - wpa only 2 - wpa2 only 3 - both
wpa=1
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
#rsn_pairwise=CCMP
wpa_passphrase=01020304050607080900
macaddr_acl=0
ignore_broadcast_ssid=0 root@dacha:/etc/systemd/network# cat 05-bridge0.netdev
[NetDev]
Name = vmbr0
Kind = bridge
root@dacha:/etc/systemd/network# cat 05-bridge0.network
[Match]
Name = vmbr0
[Network]
Address=10.0.1.1/24
[Route]
Gateway=10.0.1.1
Destination=10.0.1.0/24
Metric=100
Scope=link
root@dacha:/etc/systemd/network# cat 10-enp2s0f0.network
[Match]
Name = enp2s0f0
[Network]
Bridge = vmbr0
root@dacha:/etc/systemd/network# cat 30-wlx002e2d304ea1.network
[Match]
Name = wlx002e2d304ea1
[Network]
Bridge = vmbr0root@dacha:/etc/systemd/network# ifconfig
enp2s0f0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
ether 00:25:90:8c:5f:8a txqueuelen 1000 (Ethernet)
RX packets 361224 bytes 51212814 (48.8 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 182654 bytes 50236050 (47.9 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device memory 0xcf920000-cf93ffff
enp2s0f1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.16.16.162 netmask 255.255.252.0 broadcast 172.16.19.255
inet6 fe80::225:90ff:fe8c:5f8b prefixlen 64 scopeid 0x20<link>
ether 00:25:90:8c:5f:8b txqueuelen 1000 (Ethernet)
RX packets 572744 bytes 566957307 (540.6 MiB)
RX errors 0 dropped 10306 overruns 0 frame 0
TX packets 365602 bytes 50230870 (47.9 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device memory 0xcf900000-cf91ffff
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 144 bytes 14812 (14.4 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 144 bytes 14812 (14.4 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
tailscale0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1280
inet 100.64.0.1 netmask 255.255.255.255 destination 100.64.0.1
inet6 fe80::d7a5:9a92:de98:271c prefixlen 64 scopeid 0x20<link>
inet6 fd7a:115c:a1e0::1 prefixlen 128 scopeid 0x0<global>
unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 500 (UNSPEC)
RX packets 11991 bytes 889787 (868.9 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 7679 bytes 1335370 (1.2 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
vmbr0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.0.1.1 netmask 255.255.255.0 broadcast 10.0.1.255
inet6 fe80::a8ed:16ff:fea0:40ce prefixlen 64 scopeid 0x20<link>
ether aa:ed:16:a0:40:ce txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 84 bytes 4424 (4.3 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
vnet0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::fc54:ff:fe6b:9e9 prefixlen 64 scopeid 0x20<link>
ether fe:54:00:6b:09:e9 txqueuelen 1000 (Ethernet)
RX packets 54308 bytes 8624760 (8.2 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 7842 bytes 407549 (397.9 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlx002e2d304ea1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
ether 00:2e:2d:30:4e:a1 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0root@dacha:/etc/systemd/network# ip r
default via 172.16.16.1 dev enp2s0f1 proto static
10.0.1.0/24 dev vmbr0 proto kernel scope link src 10.0.1.1
10.0.1.0/24 via 10.0.1.1 dev vmbr0 proto static scope link metric 100
172.16.16.0/22 dev enp2s0f1 proto kernel scope link src 172.16.16.162nl80211: assocresp_ies - hexdump(len=6): 7f 04 00 00 00 02
nl80211: Beacon set failed: -22 (Invalid argument)
Failed to set beacon parameters
wlx002e2d304ea1: Flushing old station entries
nl80211: flush -> DEL_STATION wlx002e2d304ea1 (all)
wlx002e2d304ea1: Deauthenticate all stations
nl80211: sta_remove -> DEL_STATION wlx002e2d304ea1 ff:ff:ff:ff:ff:ff --> -22 (Invalid argument)root@dacha:/etc/systemd/network# cat /etc/hostapd/hostapd.conf
interface=wlx002e2d304ea1
driver=nl80211
ssid="CB96Net.D2"
channel=7
# auth_algs: bit 0 = Open System Authentication bit 1 = Shared Key Authentication
# (requires WEP)
auth_algs=1
#wpa: which WPA implementation to use 1 - wpa only 2 - wpa2 only 3 - both
wpa=1
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
#rsn_pairwise=CCMP
wpa_passphrase=01020304050607080900
macaddr_acl=0
ignore_broadcast_ssid=0 zurisar@dacha:~$ sudo iw list
Wiphy phy1
wiphy index: 1
max # scan SSIDs: 9
max scan IEs length: 2304 bytes
max # sched scan SSIDs: 0
max # match sets: 0
Retry short limit: 7
Retry long limit: 4
Coverage class: 0 (up to 0m)
Supported Ciphers:
* WEP40 (00-0f-ac:1)
* WEP104 (00-0f-ac:5)
* TKIP (00-0f-ac:2)
* CCMP-128 (00-0f-ac:4)
Available Antennas: TX 0 RX 0
Supported interface modes:
* IBSS
* managed
* AP
* P2P-client
* P2P-GO