Searched refs:setauth_parm (Results 1 – 10 of 10) sorted by relevance
148 struct setauth_parm { struct
712 GEN_MLME_EXT_HANDLER(sizeof(struct setauth_parm), setauth_hdl)
188 struct setauth_parm { struct
1213 struct setauth_parm *psetauthparm; in r8712_set_auth()1227 pcmd->cmdsz = sizeof(struct setauth_parm); in r8712_set_auth()
201 struct setauth_parm { struct
1585 struct setauth_parm *psetauthparm; in rtw_set_auth()1595 psetauthparm = kzalloc(sizeof(struct setauth_parm), GFP_KERNEL); in rtw_set_auth()1601 memset(psetauthparm, 0, sizeof(struct setauth_parm)); in rtw_set_auth()1605 pcmd->cmdsz = (sizeof(struct setauth_parm)); in rtw_set_auth()
5292 struct setauth_parm *pparm = (struct setauth_parm *)pbuf; in setauth_hdl()
1742 struct setauth_parm *psetauthparm; in rtw_set_auth23a()1752 psetauthparm = kzalloc(sizeof(struct setauth_parm), GFP_KERNEL); in rtw_set_auth23a()1763 pcmd->cmdsz = (sizeof(struct setauth_parm)); in rtw_set_auth23a()
44 GEN_MLME_EXT_HANDLER(sizeof(struct setauth_parm), setauth_hdl23a)
5858 const struct setauth_parm *pparm = (struct setauth_parm *)pbuf; in setauth_hdl23a()