Searched refs:pc2h_evt_hdr (Results 1 – 2 of 2) sorted by relevance
4159 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event() local4189 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()4190 pc2h_evt_hdr->len = sizeof(struct survey_event); in report_survey_event()4191 pc2h_evt_hdr->ID = _Survey_EVT_; in report_survey_event()4192 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_survey_event()4215 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event() local4239 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()4240 pc2h_evt_hdr->len = sizeof(struct surveydone_event); in report_surveydone_event()4241 pc2h_evt_hdr->ID = _SurveyDone_EVT_; in report_surveydone_event()4242 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_surveydone_event()[all …]
5019 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event() local5051 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()5052 pc2h_evt_hdr->len = sizeof(struct survey_event); in report_survey_event()5053 pc2h_evt_hdr->ID = GEN_EVT_CODE(_Survey); in report_survey_event()5054 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_survey_event()5080 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event() local5104 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()5105 pc2h_evt_hdr->len = sizeof(struct surveydone_event); in report_surveydone_event()5106 pc2h_evt_hdr->ID = GEN_EVT_CODE(_SurveyDone); in report_surveydone_event()5107 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_surveydone_event()[all …]