diff options
| author | Dmitry Shmidt <dimitrysh@google.com> | 2014-04-11 10:23:22 -0700 |
|---|---|---|
| committer | Dmitry Shmidt <dimitrysh@google.com> | 2014-04-11 10:23:22 -0700 |
| commit | 413dde71f7bc166de54229f337c24b61f4d909fd (patch) | |
| tree | 0d357065859ff68d3b6dbaa93dd38f3753aed4e2 /hs20 | |
| parent | 26af48b2fcdee1b88e4092a9078cb7c9bf79da6e (diff) | |
| download | android_external_wpa_supplicant_8-413dde71f7bc166de54229f337c24b61f4d909fd.tar.gz android_external_wpa_supplicant_8-413dde71f7bc166de54229f337c24b61f4d909fd.tar.bz2 android_external_wpa_supplicant_8-413dde71f7bc166de54229f337c24b61f4d909fd.zip | |
Cumulative patch from commit f3ff948753ebe5643b5c2d16546a4d16e2c9d20a
f3ff948 P2P: Add NFC_HANDOVER commands to p2p_redir list
efd11c0 Add reassociate command to dbus doxygen
481e66b Fix reassociate dbus method
2150c33 wpa_cli: Fix wrong comparison in wpa_cli_cmd_interface
83c4cb5 nl80211: Handle multiple interface combinations for P2P
0133591 HS 2.0 SPP server: Fix aaa_trust_root_cert_url example to use DER
0e0e1e5 P2P: Add retry mechanism for GO Negotiation Confirmation
8235f89 P2P: Mark the scan in p2p_in_invitation as p2p_probe
9392c9b nl80211: Use LEAVE_IBSS with driver-based-SME
38ce8e2 Android: Add qca-vendor.h to be exported
Change-Id: I34771c58e2de5e0a3133326d4b3171341ac07b17
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'hs20')
| -rw-r--r-- | hs20/server/sql-example.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hs20/server/sql-example.txt b/hs20/server/sql-example.txt index a25e2cdc..20dcf2f5 100644 --- a/hs20/server/sql-example.txt +++ b/hs20/server/sql-example.txt @@ -3,7 +3,7 @@ INSERT INTO osu_config(realm,field,value) VALUES('example.com','friendly_name',' INSERT INTO osu_config(realm,field,value) VALUES('example.com','spp_http_auth_url','https://subscription-server.osu.example.com/hs20/spp.php?realm=example.com'); INSERT INTO osu_config(realm,field,value) VALUES('example.com','trust_root_cert_url','https://osu-server.osu.example.com/hs20/files/spp-root-ca.der'); INSERT INTO osu_config(realm,field,value) VALUES('example.com','trust_root_cert_fingerprint','5b393a9246865569485c2605c3304e48212b449367858299beba9384c4cf4647'); -INSERT INTO osu_config(realm,field,value) VALUES('example.com','aaa_trust_root_cert_url','https://osu-server.osu.example.com/hs20/files/aaa-root-ca.pem'); +INSERT INTO osu_config(realm,field,value) VALUES('example.com','aaa_trust_root_cert_url','https://osu-server.osu.example.com/hs20/files/aaa-root-ca.der'); INSERT INTO osu_config(realm,field,value) VALUES('example.com','aaa_trust_root_cert_fingerprint','5b393a9246865569485c2605c3304e48212b449367858299beba9384c4cf4647'); INSERT INTO osu_config(realm,field,value) VALUES('example.com','free_account','free'); INSERT INTO osu_config(realm,field,value) VALUES('example.com','policy_url','https://subscription-server.osu.example.com/hs20/spp.php?realm=example.com'); |
