Searched refs:pc2h_evt_hdr (Results 1 – 2 of 2) sorted by relevance
4168 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event() local4198 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()4199 pc2h_evt_hdr->len = sizeof(struct survey_event); in report_survey_event()4200 pc2h_evt_hdr->ID = _Survey_EVT_; in report_survey_event()4201 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_survey_event()4224 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event() local4248 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()4249 pc2h_evt_hdr->len = sizeof(struct surveydone_event); in report_surveydone_event()4250 pc2h_evt_hdr->ID = _SurveyDone_EVT_; in report_surveydone_event()4251 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_surveydone_event()[all …]
5012 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event() local5044 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()5045 pc2h_evt_hdr->len = sizeof(struct survey_event); in report_survey_event()5046 pc2h_evt_hdr->ID = GEN_EVT_CODE(_Survey); in report_survey_event()5047 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_survey_event()5073 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event() local5097 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()5098 pc2h_evt_hdr->len = sizeof(struct surveydone_event); in report_surveydone_event()5099 pc2h_evt_hdr->ID = GEN_EVT_CODE(_SurveyDone); in report_surveydone_event()5100 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_surveydone_event()[all …]