Home
last modified time | relevance | path

Searched refs:setauth_parm (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/staging/rtl8723bs/include/
H A Drtw_cmd.h256 struct setauth_parm { struct
/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c1810 struct setauth_parm *psetauthparm; in rtw_set_auth()
1820 psetauthparm = rtw_zmalloc(sizeof(struct setauth_parm)); in rtw_set_auth()
1831 pcmd->cmdsz = (sizeof(struct setauth_parm)); in rtw_set_auth()
H A Drtw_cmd.c106 GEN_MLME_EXT_HANDLER(sizeof(struct setauth_parm), setauth_hdl)
H A Drtw_mlme_ext.c5594 struct setauth_parm *pparm = (struct setauth_parm *)pbuf; in setauth_hdl()