Searched refs:pc2h_evt_hdr (Results 1 – 2 of 2) sorted by relevance
4186 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event() local4216 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()4217 pc2h_evt_hdr->len = sizeof(struct survey_event); in report_survey_event()4218 pc2h_evt_hdr->ID = _Survey_EVT_; in report_survey_event()4219 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_survey_event()4242 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event() local4266 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()4267 pc2h_evt_hdr->len = sizeof(struct surveydone_event); in report_surveydone_event()4268 pc2h_evt_hdr->ID = _SurveyDone_EVT_; in report_surveydone_event()4269 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_surveydone_event()[all …]
5037 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event() local5069 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()5070 pc2h_evt_hdr->len = sizeof(struct survey_event); in report_survey_event()5071 pc2h_evt_hdr->ID = GEN_EVT_CODE(_Survey); in report_survey_event()5072 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_survey_event()5098 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event() local5122 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()5123 pc2h_evt_hdr->len = sizeof(struct surveydone_event); in report_surveydone_event()5124 pc2h_evt_hdr->ID = GEN_EVT_CODE(_SurveyDone); in report_surveydone_event()5125 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_surveydone_event()[all …]