Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c4447 struct stassoc_event *padd_sta_evt; in report_add_sta_event() local
4477 padd_sta_evt = (struct stassoc_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_add_sta_event()
4478 memcpy((unsigned char *)(&(padd_sta_evt->macaddr)), MacAddr, ETH_ALEN); in report_add_sta_event()
4479 padd_sta_evt->cam_id = cam_idx; in report_add_sta_event()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c4929 struct stassoc_event *padd_sta_evt; in report_add_sta_event23a() local
4957 padd_sta_evt = (struct stassoc_event*)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_add_sta_event23a()
4958 ether_addr_copy((unsigned char *)&padd_sta_evt->macaddr, MacAddr); in report_add_sta_event23a()
4959 padd_sta_evt->cam_id = cam_idx; in report_add_sta_event23a()