Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c4168 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event()
4182 cmdsz = sizeof(struct survey_event) + sizeof(struct C2HEvent_Header); in report_survey_event()
4198 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
4203 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()
4224 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event()
4232 cmdsz = sizeof(struct surveydone_event) + sizeof(struct C2HEvent_Header); in report_surveydone_event()
4248 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()
4253 psurveydone_evt = (struct surveydone_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_surveydone_event()
4267 struct C2HEvent_Header *pc2h_evt_hdr; in report_join_res()
4276 cmdsz = sizeof(struct joinbss_event) + sizeof(struct C2HEvent_Header); in report_join_res()
[all …]
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c5012 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event()
5028 cmdsz = (sizeof(struct survey_event) + sizeof(struct C2HEvent_Header)); in report_survey_event()
5044 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
5049 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()
5073 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event()
5081 cmdsz = (sizeof(struct surveydone_event) + sizeof(struct C2HEvent_Header)); in report_surveydone_event()
5097 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()
5102 psurveydone_evt = (struct surveydone_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_surveydone_event()
5119 struct C2HEvent_Header *pc2h_evt_hdr; in report_join_res()
5128 cmdsz = (sizeof(struct joinbss_event) + sizeof(struct C2HEvent_Header)); in report_join_res()
[all …]
/Linux-v5.4/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h636 struct C2HEvent_Header { struct
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h790 struct C2HEvent_Header struct