Searched refs:psetauthparm (Results 1 – 1 of 1) sorted by relevance
1216 struct setauth_parm *psetauthparm; in r8712_set_auth() local1223 psetauthparm = (struct setauth_parm *)_malloc( in r8712_set_auth()1225 if (psetauthparm == NULL) { in r8712_set_auth()1229 memset(psetauthparm, 0, sizeof(struct setauth_parm)); in r8712_set_auth()1230 psetauthparm->mode = (u8)psecuritypriv->AuthAlgrthm; in r8712_set_auth()1232 pcmd->parmbuf = (unsigned char *)psetauthparm; in r8712_set_auth()