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