Home
last modified time | relevance | path

Searched refs:a_macaddr (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.sbin/hostapd/
H A Diapp.c109 bcopy(node->ni_macaddr, frame.add.a_macaddr, IEEE80211_ADDR_LEN); in hostapd_iapp_add_notify()
126 etheraddr_string(frame.add.a_macaddr)); in hostapd_iapp_add_notify()
252 bcopy(frame->u.add.a_macaddr, node.ni_macaddr, in hostapd_iapp_input()
H A Diapp.h69 u_int8_t a_macaddr[IEEE80211_ADDR_LEN]; member
/openbsd-src/usr.sbin/tcpdump/
H A Dprint-iapp.c77 printf("lladdr %s, ", etheraddr_string(add->a_macaddr)); in iapp_print()