Home
last modified time | relevance | path

Searched refs:ether_addr (Results 1 – 10 of 10) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dethernet.h127 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}};
D802.11.h113 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 …]
Dbcmevent.h63 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 */
Dp2p.h288 struct ether_addr addr; /* P2P Device MAC address */
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dwlioctl.h70 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 …]
Dbcmutils.h280 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/
Ddhdu.h46 int dhd_ether_atoe(const char *a, struct ether_addr *n);
Ddhdu_linux.c522 if (!dhd_ether_atoe(*argv, (struct ether_addr *)g_rwl_buf_mac)) { in main()
Dbcmutils.c1009 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()
Ddhdu.c3087 dhd_ether_atoe(const char *a, struct ether_addr *n) in dhd_ether_atoe()