Searched refs:setauth_parm (Results 1 – 10 of 10) sorted by relevance
148 struct setauth_parm { struct
716 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()
1582 struct setauth_parm *psetauthparm; in rtw_set_auth()1592 psetauthparm = kzalloc(sizeof(struct setauth_parm), GFP_KERNEL); in rtw_set_auth()1598 memset(psetauthparm, 0, sizeof(struct setauth_parm)); in rtw_set_auth()1602 pcmd->cmdsz = (sizeof(struct setauth_parm)); in rtw_set_auth()
5295 struct setauth_parm *pparm = (struct setauth_parm *)pbuf; in setauth_hdl()
203 struct setauth_parm { struct
1773 struct setauth_parm *psetauthparm; in rtw_set_auth23a()1783 psetauthparm = kzalloc(sizeof(struct setauth_parm), GFP_KERNEL); in rtw_set_auth23a()1794 pcmd->cmdsz = (sizeof(struct setauth_parm)); in rtw_set_auth23a()
44 GEN_MLME_EXT_HANDLER(sizeof (struct setauth_parm), setauth_hdl23a)
5878 const struct setauth_parm *pparm = (struct setauth_parm *)pbuf; in setauth_hdl23a()