Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
Deapol_test.py49 def set_network_quoted(self, id, field, value): member in eapol_test
92 et.set_network_quoted(id, "identity", "user")
93 et.set_network_quoted(id, "ca_cert", 'ca.pem')
94 et.set_network_quoted(id, "client_cert", 'client.pem')
95 et.set_network_quoted(id, "private_key", 'client.key')
96 et.set_network_quoted(id, "private_key_passwd", 'whatever')
/netbsd/src/external/bsd/wpa/dist/src/common/
Dwpa_helpers.h30 int set_network_quoted(const char *ifname, int id, const char *field,
Dwpa_helpers.c259 int set_network_quoted(const char *ifname, int id, const char *field, in set_network_quoted() function