Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.h63 u16 auth_method; /* shared key or open */ member
251 enum gelic_eurus_auth_method auth_method; /* open/shared */ member
Dps3_gelic_wireless.c793 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 …]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_mng_tlv.c1102 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()
/kernel/linux/linux-5.10/drivers/scsi/qedi/
Dqedi_main.c1098 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()
/kernel/linux/linux-5.10/include/linux/qed/
Dqed_if.h398 u8 auth_method; member