Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_event.h51 struct stassoc_event { struct
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_event.h67 struct stassoc_event { struct
Drtw_mlme_ext.h722 {sizeof(struct stassoc_event), &rtw_stassoc_event_callback},
/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_event.h66 struct stassoc_event { struct
Drtl8712_event.h80 {sizeof(struct stassoc_event), &r8712_stassoc_event_callback},
Drtl871x_mlme.c928 struct stassoc_event *pstassoc = (struct stassoc_event *)pbuf; in r8712_stassoc_event_callback()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme.c1228 struct stassoc_event *pstassoc = (struct stassoc_event *)pbuf; in rtw_stassoc_event_callback23a()
Drtw_mlme_ext.c295 {sizeof(struct stassoc_event), &rtw_stassoc_event_callback23a},
4919 struct stassoc_event *padd_sta_evt; in report_add_sta_event23a()
4928 cmdsz = sizeof(struct stassoc_event) + sizeof(struct C2HEvent_Header); in report_add_sta_event23a()
4943 pc2h_evt_hdr->len = sizeof(struct stassoc_event); in report_add_sta_event23a()
4947 padd_sta_evt = (struct stassoc_event*)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_add_sta_event23a()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_mlme.c1212 struct stassoc_event *pstassoc = (struct stassoc_event *)pbuf; in rtw_stassoc_event_callback()
Drtw_mlme_ext.c4491 struct stassoc_event *padd_sta_evt; in report_add_sta_event()
4500 cmdsz = sizeof(struct stassoc_event) + sizeof(struct C2HEvent_Header); in report_add_sta_event()
4517 pc2h_evt_hdr->len = sizeof(struct stassoc_event); in report_add_sta_event()
4521 padd_sta_evt = (struct stassoc_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_add_sta_event()