wpa_supplicant.conf 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. ##### wpa_supplicant configuration file template #####
  2. #
  3. # This option can be used to allow wpa_supplicant to overwrite configuration
  4. # file whenever configuration is changed (e.g., new network block is added with
  5. # wpa_cli or wpa_gui, or a password is changed). This is required for
  6. # wpa_cli/wpa_gui to be able to store the configuration changes permanently.
  7. # Please note that overwriting configuration file will remove the comments from
  8. # it.
  9. update_config=1
  10. ctrl_interface=/var/run/wpa_supplicant
  11. # IEEE 802.1X/EAPOL version
  12. # wpa_supplicant is implemented based on IEEE Std 802.1X-2004 which defines
  13. # EAPOL version 2. However, there are many APs that do not handle the new
  14. # version number correctly (they seem to drop the frames completely). In order
  15. # to make wpa_supplicant interoperate with these APs, the version number is set
  16. # to 1 by default. This configuration value can be used to set it to the new
  17. # version (2).
  18. eapol_version=1
  19. # AP scanning/selection
  20. # By default, wpa_supplicant requests driver to perform AP scanning and then
  21. # uses the scan results to select a suitable AP. Another alternative is to
  22. # allow the driver to take care of AP scanning and selection and use
  23. # wpa_supplicant just to process EAPOL frames based on IEEE 802.11 association
  24. # information from the driver.
  25. # 1: wpa_supplicant initiates scanning and AP selection; if no APs matching to
  26. # the currently enabled networks are found, a new network (IBSS or AP mode
  27. # operation) may be initialized (if configured) (default)
  28. # 0: driver takes care of scanning, AP selection, and IEEE 802.11 association
  29. # parameters (e.g., WPA IE generation); this mode can also be used with
  30. # non-WPA drivers when using IEEE 802.1X mode; do not try to associate with
  31. # APs (i.e., external program needs to control association). This mode must
  32. # also be used when using wired Ethernet drivers.
  33. # 2: like 0, but associate with APs using security policy and SSID (but not
  34. # BSSID); this can be used, e.g., with ndiswrapper and NDIS drivers to
  35. # enable operation with hidden SSIDs and optimized roaming; in this mode,
  36. # the network blocks in the configuration file are tried one by one until
  37. # the driver reports successful association; each network block should have
  38. # explicit security policy (i.e., only one option in the lists) for
  39. # key_mgmt, pairwise, group, proto variables
  40. # When using IBSS or AP mode, ap_scan=2 mode can force the new network to be
  41. # created immediately regardless of scan results. ap_scan=1 mode will first try
  42. # to scan for existing networks and only if no matches with the enabled
  43. # networks are found, a new IBSS or AP mode network is created.
  44. ap_scan=1
  45. # EAP fast re-authentication
  46. # By default, fast re-authentication is enabled for all EAP methods that
  47. # support it. This variable can be used to disable fast re-authentication.
  48. # Normally, there is no need to disable this.
  49. fast_reauth=1
  50. device_name=Blaze
  51. manufacturer=TI
  52. model_name=Wilink
  53. model_number=wl18xx
  54. serial_number=12345
  55. driver_param=use_multi_chan_concurrent=1 use_p2p_group_interface=1
  56. # Timeout in seconds to detect STA inactivity (default: 300 seconds)
  57. #
  58. # This timeout value is used in P2P GO mode to clean up
  59. # inactive stations.
  60. p2p_go_max_inactivity=60
  61. p2p_go_ht40=1
  62. disassoc_low_ack=1
  63. concurrent_sched_scan=1
  64. p2p_disabled=1