Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c4186 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event()
4200 cmdsz = sizeof(struct survey_event) + sizeof(struct C2HEvent_Header); in report_survey_event()
4216 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
4221 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()
4242 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event()
4250 cmdsz = sizeof(struct surveydone_event) + sizeof(struct C2HEvent_Header); in report_surveydone_event()
4266 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()
4271 psurveydone_evt = (struct surveydone_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_surveydone_event()
4285 struct C2HEvent_Header *pc2h_evt_hdr; in report_join_res()
4294 cmdsz = sizeof(struct joinbss_event) + sizeof(struct C2HEvent_Header); in report_join_res()
[all …]
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c5037 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event()
5053 cmdsz = (sizeof(struct survey_event) + sizeof(struct C2HEvent_Header)); in report_survey_event()
5069 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
5074 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()
5098 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event()
5106 cmdsz = (sizeof(struct surveydone_event) + sizeof(struct C2HEvent_Header)); in report_surveydone_event()
5122 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()
5127 psurveydone_evt = (struct surveydone_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_surveydone_event()
5144 struct C2HEvent_Header *pc2h_evt_hdr; in report_join_res()
5153 cmdsz = (sizeof(struct joinbss_event) + sizeof(struct C2HEvent_Header)); in report_join_res()
[all …]
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h646 struct C2HEvent_Header { struct
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h792 struct C2HEvent_Header struct