Lines Matching refs:auth_method
793 wl->auth_method = GELIC_EURUS_AUTH_OPEN; in gelic_wl_set_auth()
812 wl->auth_method = GELIC_EURUS_AUTH_OPEN; in gelic_wl_set_auth()
859 wl->auth_method = GELIC_EURUS_AUTH_SHARED; in gelic_wl_set_auth()
862 wl->auth_method = GELIC_EURUS_AUTH_OPEN; in gelic_wl_set_auth()
920 if (wl->auth_method == GELIC_EURUS_AUTH_SHARED) in gelic_wl_get_auth()
922 else if (wl->auth_method == GELIC_EURUS_AUTH_OPEN) in gelic_wl_get_auth()
1055 wl->auth_method = GELIC_EURUS_AUTH_OPEN; in gelic_wl_set_encode()
1058 wl->auth_method = GELIC_EURUS_AUTH_SHARED; in gelic_wl_set_encode()
1102 switch (wl->auth_method) { in gelic_wl_get_encode()
1232 wl->auth_method = GELIC_EURUS_AUTH_OPEN; /* should be open */ in gelic_wl_set_encodeext()
1237 wl->auth_method = GELIC_EURUS_AUTH_OPEN; in gelic_wl_set_encodeext()
1241 wl->auth_method = GELIC_EURUS_AUTH_SHARED; in gelic_wl_set_encodeext()
1932 switch (wl->auth_method) { in gelic_wl_associate_bss()
1934 common->auth_method = cpu_to_be16(GELIC_EURUS_AUTH_OPEN); in gelic_wl_associate_bss()
1937 common->auth_method = cpu_to_be16(GELIC_EURUS_AUTH_SHARED); in gelic_wl_associate_bss()
1947 be16_to_cpu(common->auth_method)); in gelic_wl_associate_bss()
2467 wl->auth_method = GELIC_EURUS_AUTH_OPEN; in gelic_wl_reset_state()