Searched refs:padd_sta_evt (Results 1 – 2 of 2) sorted by relevance
4942 struct stassoc_event *padd_sta_evt; in report_add_sta_event23a() local4970 padd_sta_evt = (struct stassoc_event*)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_add_sta_event23a()4971 ether_addr_copy((unsigned char *)&padd_sta_evt->macaddr, MacAddr); in report_add_sta_event23a()4972 padd_sta_evt->cam_id = cam_idx; in report_add_sta_event23a()
4445 struct stassoc_event *padd_sta_evt; in report_add_sta_event() local4475 padd_sta_evt = (struct stassoc_event *)(pevtcmd + sizeof(struct C2HEvent_Header)); in report_add_sta_event()4476 memcpy((unsigned char *)(&(padd_sta_evt->macaddr)), MacAddr, ETH_ALEN); in report_add_sta_event()4477 padd_sta_evt->cam_id = cam_idx; in report_add_sta_event()