Home
last modified time | relevance | path

Searched refs:authtype (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/fs/smb/client/
H A Dcifs_swn.c80 enum securityEnum authtype; in cifs_swn_send_register_message() local
141 authtype = cifs_select_sectype(swnreg->tcon->ses->server, swnreg->tcon->ses->sectype); in cifs_swn_send_register_message()
142 switch (authtype) { in cifs_swn_send_register_message()
159 cifs_dbg(VFS, "%s: secType %d not supported!\n", __func__, authtype); in cifs_swn_send_register_message()
/linux-6.15/drivers/target/iscsi/
H A Discsi_target_nego.c132 unsigned char *authtype) in iscsi_handle_authentication() argument
140 if (strstr("CHAP", authtype)) in iscsi_handle_authentication()
145 if (strstr("None", authtype)) in iscsi_handle_authentication()
147 else if (strstr("CHAP", authtype)) in iscsi_handle_authentication()
/linux-6.15/drivers/net/wireless/microchip/wilc1000/
H A Dwlan_if.h86 enum authtype { enum
H A Dhif.h111 enum authtype auth_type;
H A Dcfg80211.c309 enum authtype auth_type = WILC_FW_AUTH_ANY; in connect()
/linux-6.15/drivers/net/wireless/marvell/libertas/
H A Dhost.h512 u8 authtype; member
H A Dcfg.c1093 cmd.authtype = ret; in lbs_set_authtype()