Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c4401 struct C2HEvent_Header *pc2h_evt_hdr; in report_survey_event()
4417 cmdsz = (sizeof(struct survey_event) + sizeof(struct C2HEvent_Header)); in report_survey_event()
4433 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_survey_event()
4438 psurvey_evt = (struct survey_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_survey_event()
4462 struct C2HEvent_Header *pc2h_evt_hdr; in report_surveydone_event()
4470 cmdsz = (sizeof(struct surveydone_event) + sizeof(struct C2HEvent_Header)); in report_surveydone_event()
4486 pc2h_evt_hdr = (struct C2HEvent_Header *)(pevtcmd); in report_surveydone_event()
4491 psurveydone_evt = (struct surveydone_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_surveydone_event()
4506 struct C2HEvent_Header *pc2h_evt_hdr; in report_join_res()
4515 cmdsz = (sizeof(struct joinbss_event) + sizeof(struct C2HEvent_Header)); in report_join_res()
[all …]
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_mlme_ext.h670 struct C2HEvent_Header { struct