Home
last modified time | relevance | path

Searched refs:ElementID (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/staging/rtl8723bs/include/
Dhal_intf.h257 s32 (*fill_h2c_cmd)(struct adapter *, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer);
359 s32 rtw_hal_fill_h2c_cmd(struct adapter *, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer);
Drtl8723b_cmd.h182 s32 FillH2CCmd8723B(struct adapter *padapter, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer);
/linux-6.1.9/drivers/staging/rtl8723bs/hal/
Dhal_intf.c431 s32 rtw_hal_fill_h2c_cmd(struct adapter *padapter, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer) in rtw_hal_fill_h2c_cmd() argument
436 ret = padapter->HalFunc.fill_h2c_cmd(padapter, ElementID, CmdLen, pCmdBuffer); in rtw_hal_fill_h2c_cmd()
Drtl8723b_cmd.c46 s32 FillH2CCmd8723B(struct adapter *padapter, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer) in FillH2CCmd8723B() argument
87 *(u8 *)(&h2c_cmd) |= ElementID; in FillH2CCmd8723B()
/linux-6.1.9/drivers/staging/r8188eu/include/
Dwlan_bssdef.h62 u8 ElementID; member
/linux-6.1.9/drivers/staging/r8188eu/hal/
Drtl8188e_cmd.c48 static s32 FillH2CCmd_88E(struct adapter *adapt, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer) in FillH2CCmd_88E() argument
73 *(u8 *)(&h2c_cmd) = ElementID; in FillH2CCmd_88E()
/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_wlan_util.c1049 switch (pIE->ElementID) { in update_beacon_info()
1078 switch (pIE->ElementID) { in is_ap_in_tkip()
1309 switch (pIE->ElementID) { in check_assoc_AP()
Drtw_mlme_ext.c1425 switch (pIE->ElementID) { in OnAssocRsp()
5009 switch (pIE->ElementID) { in issue_assocreq()
7468 switch (pIE->ElementID) { in join_cmd_hdl()