Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/iscsi/
Discsi_target_nego.c112 unsigned char *authtype) in iscsi_handle_authentication() argument
156 if (strstr("CHAP", authtype)) in iscsi_handle_authentication()
161 if (strstr("None", authtype)) in iscsi_handle_authentication()
164 else if (strstr("SRP", authtype)) in iscsi_handle_authentication()
168 else if (strstr("CHAP", authtype)) in iscsi_handle_authentication()
171 else if (strstr("SPKM1", authtype)) in iscsi_handle_authentication()
173 else if (strstr("SPKM2", authtype)) in iscsi_handle_authentication()
175 else if (strstr("KRB5", authtype)) in iscsi_handle_authentication()
/Linux-v4.19/drivers/staging/wilc1000/
Dhost_interface.h215 enum authtype auth_type;
306 u8 index, u8 mode, enum authtype auth_type);
322 u8 security, enum authtype auth_type,
Dwilc_wlan_if.h130 enum authtype { enum
Dhost_interface.c31 enum authtype auth_type;
67 enum authtype auth_type;
2824 u8 index, u8 mode, enum authtype auth_type) in wilc_add_wep_key_bss_ap()
3068 u8 security, enum authtype auth_type, in wilc_set_join_req()
Dwilc_wfi_cfgoperations.c673 enum authtype auth_type = ANY; in connect()
/Linux-v4.19/drivers/staging/wlan-ng/
Dp80211metastruct.h223 struct p80211item_uint32 authtype; member
Dcfg80211.c467 msg_join.authtype.data = P80211ENUM_authalg_opensystem; in prism2_connect()
470 msg_join.authtype.data = P80211ENUM_authalg_sharedkey; in prism2_connect()
Dprism2mgmt.c1069 if (msg->authtype.data == P80211ENUM_authalg_sharedkey) in prism2mgmt_autojoin()
/Linux-v4.19/drivers/net/wireless/marvell/libertas/
Dhost.h510 u8 authtype; member
Dcfg.c1039 cmd.authtype = ret; in lbs_set_authtype()