Individual per-passphrase/per-MAC Wifi VLANs using wpa_psk_file (no RADIUS required)

Solved, I think. I was re-reading my post, and saw in the logging of 'hostapd: Configuration file' the argument 'vlan_no_bridge=1', which exactly describes the problem. So I added an

    option vlan_no_bridge '0'

and voilá, it works.

3 Likes