Searched refs:setauth_parm (Results 1 – 10 of 10) sorted by relevance
158 struct setauth_parm { struct
1149 struct setauth_parm *psetauthparm; in r8712_set_auth()1163 pcmd->cmdsz = sizeof(struct setauth_parm); in r8712_set_auth()
256 struct setauth_parm { struct
1562 struct setauth_parm *psetauthparm; in rtw_set_auth()1572 psetauthparm = kzalloc(sizeof(struct setauth_parm), GFP_KERNEL); in rtw_set_auth()1578 memset(psetauthparm, 0, sizeof(struct setauth_parm)); in rtw_set_auth()1582 pcmd->cmdsz = (sizeof(struct setauth_parm)); in rtw_set_auth()
7743 struct setauth_parm *pparm = (struct setauth_parm *)pbuf; in setauth_hdl()
216 struct setauth_parm { struct
708 GEN_MLME_EXT_HANDLER(sizeof (struct setauth_parm), setauth_hdl)
1889 struct setauth_parm *psetauthparm; in rtw_set_auth()1899 psetauthparm = rtw_zmalloc(sizeof(struct setauth_parm)); in rtw_set_auth()1910 pcmd->cmdsz = (sizeof(struct setauth_parm)); in rtw_set_auth()
107 GEN_MLME_EXT_HANDLER(sizeof(struct setauth_parm), setauth_hdl)
5639 struct setauth_parm *pparm = (struct setauth_parm *)pbuf; in setauth_hdl()
Completed in 72 milliseconds