Searched refs:setauth_parm (Results 1 – 10 of 10) sorted by relevance
148 struct setauth_parm { struct
646 GEN_MLME_EXT_HANDLER(sizeof(struct setauth_parm), setauth_hdl)
170 struct setauth_parm { struct
1209 struct setauth_parm *psetauthparm; in r8712_set_auth()1223 pcmd->cmdsz = sizeof(struct setauth_parm); in r8712_set_auth()
201 struct setauth_parm { struct
1591 struct setauth_parm *psetauthparm; in rtw_set_auth()1601 psetauthparm = kzalloc(sizeof(struct setauth_parm), GFP_KERNEL); in rtw_set_auth()1607 memset(psetauthparm, 0, sizeof(struct setauth_parm)); in rtw_set_auth()1611 pcmd->cmdsz = (sizeof(struct setauth_parm)); in rtw_set_auth()
5336 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)
5848 const struct setauth_parm *pparm = (struct setauth_parm *)pbuf; in setauth_hdl23a()