Home
last modified time | relevance | path

Searched refs:auth_method (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.h75 u16 auth_method; /* shared key or open */ member
263 enum gelic_eurus_auth_method auth_method; /* open/shared */ member
Dps3_gelic_wireless.c805 wl->auth_method = GELIC_EURUS_AUTH_OPEN; in gelic_wl_set_auth()
824 wl->auth_method = GELIC_EURUS_AUTH_OPEN; in gelic_wl_set_auth()
871 wl->auth_method = GELIC_EURUS_AUTH_SHARED; in gelic_wl_set_auth()
874 wl->auth_method = GELIC_EURUS_AUTH_OPEN; in gelic_wl_set_auth()
932 if (wl->auth_method == GELIC_EURUS_AUTH_SHARED) in gelic_wl_get_auth()
934 else if (wl->auth_method == GELIC_EURUS_AUTH_OPEN) in gelic_wl_get_auth()
1067 wl->auth_method = GELIC_EURUS_AUTH_OPEN; in gelic_wl_set_encode()
1070 wl->auth_method = GELIC_EURUS_AUTH_SHARED; in gelic_wl_set_encode()
1117 switch (wl->auth_method) { in gelic_wl_get_encode()
1247 wl->auth_method = GELIC_EURUS_AUTH_OPEN; /* should be open */ in gelic_wl_set_encodeext()
[all …]