Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

bsd_hostapd.conf 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. ##### hostapd configuration file ##############################################
  2. interface=rtw0
  3. ctrl_interface=/var/run/hostapd
  4. ssid=freebsd_ap_test
  5. channel=6
  6. wpa=2
  7. wpa_passphrase=87654321
  8. ##### Wi-Fi Protected Setup (WPS) #############################################
  9. eap_server=1
  10. # WPS state
  11. # 0 = WPS disabled (default)
  12. # 1 = WPS enabled, not configured
  13. # 2 = WPS enabled, configured
  14. wps_state=2
  15. uuid=12345678-9abc-def0-1234-56789abcdef0
  16. # Device Name
  17. # User-friendly description of device; up to 32 octets encoded in UTF-8
  18. device_name=RTL8192CU
  19. # Manufacturer
  20. # The manufacturer of the device (up to 64 ASCII characters)
  21. manufacturer=Realtek
  22. # Model Name
  23. # Model of the device (up to 32 ASCII characters)
  24. model_name=RTW_SOFTAP
  25. # Model Number
  26. # Additional device description (up to 32 ASCII characters)
  27. model_number=WLAN_CU
  28. # Serial Number
  29. # Serial number of the device (up to 32 characters)
  30. serial_number=12345
  31. # Primary Device Type
  32. # Used format: <categ>-<OUI>-<subcateg>
  33. # categ = Category as an integer value
  34. # OUI = OUI and type octet as a 4-octet hex-encoded value; 0050F204 for
  35. # default WPS OUI
  36. # subcateg = OUI-specific Sub Category as an integer value
  37. # Examples:
  38. # 1-0050F204-1 (Computer / PC)
  39. # 1-0050F204-2 (Computer / Server)
  40. # 5-0050F204-1 (Storage / NAS)
  41. # 6-0050F204-1 (Network Infrastructure / AP)
  42. device_type=6-0050F204-1
  43. # OS Version
  44. # 4-octet operating system version number (hex string)
  45. os_version=01020300
  46. # Config Methods
  47. # List of the supported configuration methods
  48. config_methods=label display push_button keypad
  49. ##### default configuration #######################################
  50. driver=bsd
  51. beacon_int=100
  52. hw_mode=g
  53. ieee80211n=1
  54. wme_enabled=1
  55. ht_capab=[SHORT-GI-20][SHORT-GI-40]
  56. wpa_key_mgmt=WPA-PSK
  57. wpa_pairwise=CCMP
  58. max_num_sta=8
  59. wpa_group_rekey=86400