Searched refs:authtype (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/target/iscsi/ |
D | iscsi_target_nego.c | 112 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/ |
D | host_interface.h | 215 enum authtype auth_type; 306 u8 index, u8 mode, enum authtype auth_type); 322 u8 security, enum authtype auth_type,
|
D | wilc_wlan_if.h | 130 enum authtype { enum
|
D | host_interface.c | 31 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()
|
D | wilc_wfi_cfgoperations.c | 673 enum authtype auth_type = ANY; in connect()
|
/Linux-v4.19/drivers/staging/wlan-ng/ |
D | p80211metastruct.h | 223 struct p80211item_uint32 authtype; member
|
D | cfg80211.c | 467 msg_join.authtype.data = P80211ENUM_authalg_opensystem; in prism2_connect() 470 msg_join.authtype.data = P80211ENUM_authalg_sharedkey; in prism2_connect()
|
D | prism2mgmt.c | 1069 if (msg->authtype.data == P80211ENUM_authalg_sharedkey) in prism2mgmt_autojoin()
|
/Linux-v4.19/drivers/net/wireless/marvell/libertas/ |
D | host.h | 510 u8 authtype; member
|
D | cfg.c | 1039 cmd.authtype = ret; in lbs_set_authtype()
|