Home
last modified time | relevance | path

Searched refs:bcm_ether_ntoa (Results 1 – 5 of 5) sorted by relevance

/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
Ddhd_cdc.c370 bcm_ether_ntoa((struct ether_addr *)(eh->ether_shost), eabuf1), in dhd_prot_hdrpush()
371 bcm_ether_ntoa((struct ether_addr *)(eh->ether_dhost), eabuf2))); in dhd_prot_hdrpush()
Ddhd_common.c134 dhdp->iswl, dhdp->drv_version, bcm_ether_ntoa(&dhdp->mac, eabuf)); in dhd_dump()
/hardware/broadcom/wlan/bcm4329/src/include/
Dbcmutils.h210 extern char *bcm_ether_ntoa(const struct ether_addr *ea, char *buf);
/hardware/broadcom/wlan/bcm4329/src/wl/sys/
Dwl_iw.c3494 bcm_ether_ntoa(&pmkidptr->pmkid[0].BSSID,
3528 bcm_ether_ntoa(&pmkid_list.pmkids.pmkid[k].BSSID,
3540 bcm_ether_ntoa(&pmkid_list.pmkids.pmkid[i].BSSID,
/hardware/broadcom/wlan/bcm4329/src/shared/
Dbcmutils.c848 bcm_ether_ntoa(const struct ether_addr *ea, char *buf) in bcm_ether_ntoa() function