Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.h590 s32 host_int_get_MacAddress(struct host_if_drv *hWFIDrv, u8 *pu8MacAddress);
603 s32 host_int_set_MacAddress(struct host_if_drv *hWFIDrv, u8 *pu8MacAddress);
Dhost_interface.c3375 s32 host_int_get_MacAddress(struct host_if_drv *hif_drv, u8 *pu8MacAddress) in host_int_get_MacAddress() argument
3383 msg.body.get_mac_info.mac_addr = pu8MacAddress; in host_int_get_MacAddress()
3396 s32 host_int_set_MacAddress(struct host_if_drv *hif_drv, u8 *pu8MacAddress) in host_int_set_MacAddress() argument
3401 …PRINT_D(GENERIC_DBG, "mac addr = %x:%x:%x\n", pu8MacAddress[0], pu8MacAddress[1], pu8MacAddress[2]… in host_int_set_MacAddress()
3405 memcpy(msg.body.set_mac_info.mac_addr, pu8MacAddress, ETH_ALEN); in host_int_set_MacAddress()