Searched refs:ether_addr (Results 1 – 10 of 10) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | ethernet.h | 127 BWL_PRE_PACKED_STRUCT struct ether_addr { struct 178 static const struct ether_addr ether_bcast = {{255, 255, 255, 255, 255, 255}}; 179 static const struct ether_addr ether_null = {{0, 0, 0, 0, 0, 0}}; 180 static const struct ether_addr ether_ipv6_mcast = {{0x33, 0x33, 0x00, 0x00, 0x00, 0x01}};
|
D | 802.11.h | 113 struct ether_addr a1; /* address 1 */ 114 struct ether_addr a2; /* address 2 */ 115 struct ether_addr a3; /* address 3 */ 117 struct ether_addr a4; /* address 4 */ 125 struct ether_addr ra; /* receiver address */ 126 struct ether_addr ta; /* transmitter address */ 133 struct ether_addr ra; /* receiver address */ 140 struct ether_addr ra; /* receiver address */ 147 struct ether_addr bssid; /* receiver address, STA in AP */ 148 struct ether_addr ta; /* transmitter address */ [all …]
|
D | bcmevent.h | 63 struct ether_addr addr; /* Station address (if applicable) */ 77 struct ether_addr addr; /* Station address (if applicable) */ 421 struct ether_addr current_master; /* Current master Mac addr */
|
D | p2p.h | 288 struct ether_addr addr; /* P2P Device MAC address */
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | wlioctl.h | 70 struct ether_addr da; 87 struct ether_addr BSSID; 99 struct ether_addr da; 119 struct ether_addr BSSID; 152 struct ether_addr BSSID; 194 struct ether_addr BSSID; 244 struct ether_addr prev_BSSID; 245 struct ether_addr BSSID; 369 struct ether_addr bssid; /* default: bcast */ 481 struct ether_addr bssid; [all …]
|
D | bcmutils.h | 280 struct ether_addr; 372 extern char *bcm_ether_ntoa(const struct ether_addr *ea, char *buf); 373 extern int bcm_ether_atoe(const char *p, struct ether_addr *ea); 712 #define ETHERP_TO_MACF(ea) ((struct ether_addr *) (ea))->octet[0], \ 713 ((struct ether_addr *) (ea))->octet[1], \ 714 ((struct ether_addr *) (ea))->octet[2], \ 715 ((struct ether_addr *) (ea))->octet[3], \ 716 ((struct ether_addr *) (ea))->octet[4], \ 717 ((struct ether_addr *) (ea))->octet[5]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu.h | 46 int dhd_ether_atoe(const char *a, struct ether_addr *n);
|
D | dhdu_linux.c | 522 if (!dhd_ether_atoe(*argv, (struct ether_addr *)g_rwl_buf_mac)) { in main()
|
D | bcmutils.c | 1009 bcm_ether_atoe(const char *p, struct ether_addr *ea) in bcm_ether_atoe() 1056 bcm_ether_ntoa(const struct ether_addr *ea, char *buf) in bcm_ether_ntoa()
|
D | dhdu.c | 3087 dhd_ether_atoe(const char *a, struct ether_addr *n) in dhd_ether_atoe()
|