Searched defs:ea (Results 1 - 4 of 4) sorted by relevance
/hardware/broadcom/wlan/bcm4329/dhdutil/ |
H A D | bcmutils.c | 827 bcm_ether_atoe(char *p, struct ether_addr *ea) argument 832 ea->octet[i++] = (char) bcm_strtoul(p, &p, 16); 871 bcm_ether_ntoa(const struct ether_addr *ea, char *buf) argument 875 ea->octet[0]&0xff, ea->octet[1]&0xff, ea->octet[2]&0xff, 876 ea->octet[3]&0xff, ea->octet[4]&0xff, ea->octet[5]&0xff);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
H A D | bcmutils.c | 827 bcm_ether_atoe(char *p, struct ether_addr *ea) argument 832 ea->octet[i++] = (char) bcm_strtoul(p, &p, 16); 871 bcm_ether_ntoa(const struct ether_addr *ea, char *buf) argument 875 ea->octet[0]&0xff, ea->octet[1]&0xff, ea->octet[2]&0xff, 876 ea->octet[3]&0xff, ea->octet[4]&0xff, ea->octet[5]&0xff);
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
H A D | wlioctl.h | 573 struct ether_addr ea; member in struct:wl_wsec_key 639 struct ether_addr ea; member in struct:__anon34 658 struct ether_addr ea[1]; member in struct:maclist 2597 struct ether_addr ea; member in struct:__anon56 2647 struct ether_addr ea; member in struct:flush_txfifo
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
H A D | wlioctl.h | 573 struct ether_addr ea; member in struct:wl_wsec_key 639 struct ether_addr ea; member in struct:__anon93 658 struct ether_addr ea[1]; member in struct:maclist 2597 struct ether_addr ea; member in struct:__anon115 2647 struct ether_addr ea; member in struct:flush_txfifo
|
Completed in 139 milliseconds