Searched refs:C2HEvent_Header (Results 1 – 2 of 2) sorted by relevance
4219 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event()4234 cmdsz = sizeof(struct survey_event) + sizeof(struct C2HEvent_Header); in report_survey_event()4250 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()4255 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()4276 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event()4284 cmdsz = sizeof(struct surveydone_event) + sizeof(struct C2HEvent_Header); in report_surveydone_event()4300 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()4305 psurveydone_evt = (struct surveydone_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_surveydone_event()4319 struct C2HEvent_Header *pc2h_evt_hdr; in report_join_res()4328 cmdsz = sizeof(struct joinbss_event) + sizeof(struct C2HEvent_Header); in report_join_res()[all …]
650 struct C2HEvent_Header { struct