Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.h967 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);
Dhost_interface.c4555 s32 host_int_del_station(struct host_if_drv *hif_drv, const u8 *pu8MacAddr) in host_int_del_station() argument
4573 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()