Searched refs:set_network_quoted (Results 1 – 3 of 3) sorted by relevance
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/ |
H A D | eapol_test.py | 49 def set_network_quoted(self, id, field, value): member in eapol_test 87 et.set_network_quoted(id, "identity", "user") 88 et.set_network_quoted(id, "ca_cert", 'ca.pem') 89 et.set_network_quoted(id, "client_cert", 'client.pem') 90 et.set_network_quoted(id, "private_key", 'client.key') 91 et.set_network_quoted(id, "private_key_passwd", 'whatever')
|
/dragonfly/contrib/wpa_supplicant/src/common/ |
H A D | wpa_helpers.h | 30 int set_network_quoted(const char *ifname, int id, const char *field,
|
H A D | wpa_helpers.c | 259 int set_network_quoted(const char *ifname, int id, const char *field, in set_network_quoted() function
|