Searched refs:C2HEvent_Header (Results 1 – 4 of 4) sorted by relevance
4186 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 …]
5037 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 …]
646 struct C2HEvent_Header { struct
792 struct C2HEvent_Header struct