Lines Matching refs:auth_method
805 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()
1252 wl->auth_method = GELIC_EURUS_AUTH_OPEN; in gelic_wl_set_encodeext()
1256 wl->auth_method = GELIC_EURUS_AUTH_SHARED; in gelic_wl_set_encodeext()
1947 switch (wl->auth_method) { in gelic_wl_associate_bss()
1949 common->auth_method = cpu_to_be16(GELIC_EURUS_AUTH_OPEN); in gelic_wl_associate_bss()
1952 common->auth_method = cpu_to_be16(GELIC_EURUS_AUTH_SHARED); in gelic_wl_associate_bss()
1962 be16_to_cpu(common->auth_method)); in gelic_wl_associate_bss()
2481 wl->auth_method = GELIC_EURUS_AUTH_OPEN; in gelic_wl_reset_state()