Home
last modified time | relevance | path

Searched refs:set_network_quoted (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Deapol_test.py49 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 Dwpa_helpers.h30 int set_network_quoted(const char *ifname, int id, const char *field,
H A Dwpa_helpers.c259 int set_network_quoted(const char *ifname, int id, const char *field, in set_network_quoted() function