Searched refs:pc2h_evt_hdr (Results 1 – 2 of 2) sorted by relevance
4715 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event23a() local4743 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event23a()4744 pc2h_evt_hdr->len = sizeof(struct survey_event); in report_survey_event23a()4745 pc2h_evt_hdr->ID = GEN_EVT_CODE(_Survey); in report_survey_event23a()4746 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_survey_event23a()4772 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event23a() local4794 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event23a()4795 pc2h_evt_hdr->len = sizeof(struct surveydone_event); in report_surveydone_event23a()4796 pc2h_evt_hdr->ID = GEN_EVT_CODE(_SurveyDone); in report_surveydone_event23a()4797 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_surveydone_event23a()[all …]
4279 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event() local4310 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()4311 pc2h_evt_hdr->len = sizeof(struct survey_event); in report_survey_event()4312 pc2h_evt_hdr->ID = GEN_EVT_CODE(_Survey); in report_survey_event()4313 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_survey_event()4338 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event() local4362 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()4363 pc2h_evt_hdr->len = sizeof(struct surveydone_event); in report_surveydone_event()4364 pc2h_evt_hdr->ID = GEN_EVT_CODE(_SurveyDone); in report_surveydone_event()4365 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_surveydone_event()[all …]