tests: HS 2.0 excluded SSID

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
Jouni Malinen 2013-11-04 13:22:55 +02:00 committed by Jouni Malinen
parent d1ba402fe5
commit d355372ce4
2 changed files with 25 additions and 5 deletions

View file

@ -149,7 +149,8 @@ class WpaSupplicant:
def add_cred_values(self, params):
id = self.add_cred()
quoted = [ "realm", "username", "password", "domain", "imsi" ]
quoted = [ "realm", "username", "password", "domain", "imsi",
"excluded_ssid" ]
for field in quoted:
if field in params:
self.set_cred_quoted(id, field, params[field])