test.txt 306 B

123456789101112131415
  1. # Plaintext connection, two clients, different VLANs
  2. modprobe mac80211_hwsim radios=3
  3. hostapd hostapd.conf
  4. ifconfig wlan1 up
  5. iwconfig wlan1 essid "mac80211 test"
  6. ifconfig wlan2 up
  7. iwconfig wlan2 essid "mac80211 test"
  8. # Expected results:
  9. # STA1(wlan1) is bound to vlan1
  10. # STA2(wlan2) is bound to vlan2