hostap0.conf 968 B

123456789101112131415161718192021222324252627282930313233343536
  1. interface=wlan0
  2. ctrl_interface=/var/run/hostapd
  3. bridge=br0
  4. driver=nl80211
  5. ssid=simulnet
  6. hw_mode=g
  7. channel=1
  8. wpa=3
  9. wpa_key_mgmt=WPA-PSK FT-PSK
  10. wpa_pairwise=CCMP
  11. wpa_passphrase=password
  12. wpa_group_rekey=3600
  13. nas_identifier=nas0.example.com
  14. mobility_domain=a1b2
  15. r0_key_lifetime=10000
  16. reassociation_deadline=1000
  17. pmk_r1_push=1
  18. # Normally this is set to the own MAC address of the interface
  19. r1_key_holder=000102030405
  20. # Here we give information when receiving a network request from another hostapd instance.
  21. # - r0kh: we are r1kh and other hostapd is acting as r0kh (we are pulling key)
  22. # - r1kh: we are r0kh and communicate with a r1kh (we are pushing key or sending reply to pull)
  23. r0kh=02:00:00:00:01:00 nas1.example.com 0f0e0d0c0b0a09080706050403020100
  24. r1kh=02:00:00:00:01:00 00:01:02:03:04:06 000102030405060708090a0b0c0d0e0f
  25. # BSS Transition Management - used to force an FT roam
  26. bss_transition=1
  27. # So we only have to target authentication frames
  28. ft_over_ds=0