diff options
| author | Dmitry Shmidt <dimitrysh@google.com> | 2015-05-26 16:02:19 -0700 |
|---|---|---|
| committer | Dmitry Shmidt <dimitrysh@google.com> | 2015-05-26 16:02:19 -0700 |
| commit | 8bd70b7d6ba220544ee2f0e201e5df23e277fa1d (patch) | |
| tree | 9ac10b099a5b8679c7715dd515b9d42c0ac8c1cf /hostapd | |
| parent | 05df46a3aef489a33f92efb91b091c1aa6d16f95 (diff) | |
| download | android_external_wpa_supplicant_8-8bd70b7d6ba220544ee2f0e201e5df23e277fa1d.tar.gz android_external_wpa_supplicant_8-8bd70b7d6ba220544ee2f0e201e5df23e277fa1d.tar.bz2 android_external_wpa_supplicant_8-8bd70b7d6ba220544ee2f0e201e5df23e277fa1d.zip | |
Cumulative patch from commit b4342ca4d8f21af51d4923ca15910d3211bfdc7e
b4342ca P2P: Use p2p_init_wpa_s for P2P command redirection over D-Bus
96512a0 P2P: Fix D-Bus PresenceRequest to use group interface
b740401 P2P: Fix wpas_remove_persistent_peer() to use P2P mgmt interface
1e0a029 P2P: Fix wpas_p2p_add_persistent_group_client() to use P2P mgmt interface
86b91c8 P2P: Fix wpas_p2p_set_own_freq_preference() to use P2P mgmt interface
4367749 P2P: Use the P2P Device management interface in wpas_p2p_remove_client()
7b642dc P2P: Add D-Bus FindStopped to notify P2P-FIND-STOPPED event
d63f141 P2P: Advertize cross connection to WLAN AP on a non-P2P interface
ca24117 EAP-EKE: Add Session-Id
7f2f3a6 Increase DH key size in the hostapd.conf example
567098e ACS: Scan only channels specified in the channel list
c7dafdf WPS: Fix build without CONFIG_WPS=y
Change-Id: I7bcd69f71b239e7f907eccdb925bd954e72d8758
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'hostapd')
| -rw-r--r-- | hostapd/hostapd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hostapd/hostapd.conf b/hostapd/hostapd.conf index 5c6b28d0..390c7536 100644 --- a/hostapd/hostapd.conf +++ b/hostapd/hostapd.conf @@ -790,7 +790,7 @@ eap_server=0 # is in DSA parameters format, it will be automatically converted into DH # params. This parameter is required if anonymous EAP-FAST is used. # You can generate DH parameters file with OpenSSL, e.g., -# "openssl dhparam -out /etc/hostapd.dh.pem 1024" +# "openssl dhparam -out /etc/hostapd.dh.pem 2048" #dh_file=/etc/hostapd.dh.pem # OpenSSL cipher string |
