Home
last modified time | relevance | path

Searched refs:tenuAuth_type (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/wilc1000/
Dhost_interface.h231 enum AUTHTYPE tenuAuth_type; member
668 u8 u8security, enum AUTHTYPE tenuAuth_type,
Dwilc_wfi_cfgoperations.c788 enum AUTHTYPE tenuAuth_type = ANY; in connect() local
967 tenuAuth_type = OPEN_SYSTEM; in connect()
971 tenuAuth_type = SHARED_KEY; in connect()
984 tenuAuth_type = IEEE8021; in connect()
1009 tenuAuth_type, pstrNetworkInfo->u8channel, in connect()
1087 enum AUTHTYPE tenuAuth_type = ANY; in add_key() local
1119 tenuAuth_type = OPEN_SYSTEM; in add_key()
1126 …_wep_key_bss_ap(priv->hWILCWFIDrv, params->key, params->key_len, key_index, u8mode, tenuAuth_type); in add_key()
Dhost_interface.c1029 hif_drv->usr_conn_req.tenuAuth_type = pstrHostIFconnectAttr->auth_type; in Handle_Connect()
1079 strWIDList[u32WidsCount].val = (s8 *)(&hif_drv->usr_conn_req.tenuAuth_type); in Handle_Connect()
1083 auth_type = (u8)hif_drv->usr_conn_req.tenuAuth_type; in Handle_Connect()
1085 PRINT_INFO(HOSTINF_DBG, "Authentication Type = %x\n", hif_drv->usr_conn_req.tenuAuth_type); in Handle_Connect()
3458 u8 u8security, enum AUTHTYPE tenuAuth_type, in host_int_set_join_req() argument
3479 msg.body.con_info.auth_type = tenuAuth_type; in host_int_set_join_req()