Searched refs:auth_method (Results 1 – 5 of 5) sorted by relevance
75 u16 auth_method; /* shared key or open */ member263 enum gelic_eurus_auth_method auth_method; /* open/shared */ member
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()[all …]
1100 p_buf->p_val = &p_drv_buf->auth_method; in qed_mfw_get_iscsi_tlv_value()1101 return sizeof(p_drv_buf->auth_method); in qed_mfw_get_iscsi_tlv_value()
1055 iscsi->auth_method = 1; in qedi_get_protocol_tlv_data()1057 iscsi->auth_method = 2; in qedi_get_protocol_tlv_data()1059 iscsi->auth_method = 3; in qedi_get_protocol_tlv_data()
422 u8 auth_method; member