Searched refs:pc2h_evt_hdr (Results 1 – 2 of 2) sorted by relevance
4404 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event() local4436 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()4437 pc2h_evt_hdr->len = sizeof(struct survey_event); in report_survey_event()4438 pc2h_evt_hdr->ID = GEN_EVT_CODE(_Survey); in report_survey_event()4439 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_survey_event()4465 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event() local4489 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()4490 pc2h_evt_hdr->len = sizeof(struct surveydone_event); in report_surveydone_event()4491 pc2h_evt_hdr->ID = GEN_EVT_CODE(_SurveyDone); in report_surveydone_event()4492 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_surveydone_event()[all …]
6638 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event() local6670 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()6671 pc2h_evt_hdr->len = sizeof(struct survey_event); in report_survey_event()6672 pc2h_evt_hdr->ID = GEN_EVT_CODE(_Survey); in report_survey_event()6673 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_survey_event()6696 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event() local6720 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()6721 pc2h_evt_hdr->len = sizeof(struct surveydone_event); in report_surveydone_event()6722 pc2h_evt_hdr->ID = GEN_EVT_CODE(_SurveyDone); in report_surveydone_event()6723 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_surveydone_event()[all …]