Searched refs:pc2h_evt_hdr (Results 1 – 1 of 1) sorted by relevance
4402 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event() local4434 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()4435 pc2h_evt_hdr->len = sizeof(struct survey_event); in report_survey_event()4436 pc2h_evt_hdr->ID = GEN_EVT_CODE(_Survey); in report_survey_event()4437 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_survey_event()4463 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event() local4487 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()4488 pc2h_evt_hdr->len = sizeof(struct surveydone_event); in report_surveydone_event()4489 pc2h_evt_hdr->ID = GEN_EVT_CODE(_SurveyDone); in report_surveydone_event()4490 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_surveydone_event()[all …]