Home
last modified time | relevance | path

Searched refs:pc2h_evt_hdr (Results 1 – 1 of 1) sorted by relevance

/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c4402 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event() local
4434 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
4435 pc2h_evt_hdr->len = sizeof(struct survey_event); in report_survey_event()
4436 pc2h_evt_hdr->ID = GEN_EVT_CODE(_Survey); in report_survey_event()
4437 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_survey_event()
4463 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event() local
4487 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()
4488 pc2h_evt_hdr->len = sizeof(struct surveydone_event); in report_surveydone_event()
4489 pc2h_evt_hdr->ID = GEN_EVT_CODE(_SurveyDone); in report_surveydone_event()
4490 pc2h_evt_hdr->seq = atomic_inc_return(&pmlmeext->event_seq); in report_surveydone_event()
[all …]