Home
last modified time | relevance | path

Searched refs:C2HEvent_Header (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c4402 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event()
4418 cmdsz = (sizeof(struct survey_event) + sizeof(struct C2HEvent_Header)); in report_survey_event()
4434 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
4439 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()
4463 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event()
4471 cmdsz = (sizeof(struct surveydone_event) + sizeof(struct C2HEvent_Header)); in report_surveydone_event()
4487 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()
4492 psurveydone_evt = (struct surveydone_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_surveydone_event()
4507 struct C2HEvent_Header *pc2h_evt_hdr; in report_join_res()
4516 cmdsz = (sizeof(struct joinbss_event) + sizeof(struct C2HEvent_Header)); in report_join_res()
[all …]
/Linux-v6.6/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h707 struct C2HEvent_Header { struct