Searched refs:pu8MacAddr (Results 1 – 2 of 2) sorted by relevance
967 s32 host_int_del_allstation(struct host_if_drv *hWFIDrv, u8 pu8MacAddr[][ETH_ALEN]);982 s32 host_int_del_station(struct host_if_drv *hWFIDrv, const u8 *pu8MacAddr);
4555 s32 host_int_del_station(struct host_if_drv *hif_drv, const u8 *pu8MacAddr) in host_int_del_station() argument4573 if (!pu8MacAddr) in host_int_del_station()4576 memcpy(pstrDelStationMsg->mac_addr, pu8MacAddr, ETH_ALEN); in host_int_del_station()4585 u8 pu8MacAddr[][ETH_ALEN]) in host_int_del_allstation()4607 if (memcmp(pu8MacAddr[i], au8Zero_Buff, ETH_ALEN)) { in host_int_del_allstation()4608 memcpy(pstrDelAllStationMsg->del_all_sta[i], pu8MacAddr[i], ETH_ALEN); in host_int_del_allstation()