Searched refs:get_cred (Results 1 – 4 of 4) sorted by relevance
/hostap-3.6.0/tests/hwsim/ |
D | test_wpas_config.py | 259 val = wpas.get_cred(0, "roaming_consortiums")
|
D | test_dbus.py | 6120 prop = dev[0].get_cred(0, k) 6125 if not "FAIL" in dev[0].get_cred(0, 'domain'): 6131 if "FAIL" in dev[0].get_cred(0, 'domain'): 6136 if "FAIL" in dev[0].get_cred(1, 'domain'): 6140 if not "FAIL" in dev[0].get_cred(0, 'domain'): 6142 if not "FAIL" in dev[0].get_cred(1, 'domain'):
|
D | wpasupplicant.py | 447 def get_cred(self, id, field): member in WpaSupplicant
|
D | test_wpas_ctrl.py | 546 val = dev[0].get_cred(id, v[0])
|