Searched refs:C2HEvent_Header (Results 1 – 4 of 4) sorted by relevance
4168 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 …]
5012 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 …]
636 struct C2HEvent_Header { struct
790 struct C2HEvent_Header struct