Searched refs:i_to (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.sbin/hostapd/ |
H A D | apme.c | 273 bcopy(frame->i_to, wh.i_addr1, IEEE80211_ADDR_LEN); in hostapd_apme_output() 278 bcopy(frame->i_to, wh.i_addr3, IEEE80211_ADDR_LEN); in hostapd_apme_output() 283 bcopy(frame->i_to, wh.i_addr1, IEEE80211_ADDR_LEN); in hostapd_apme_output()
|
H A D | handle.c | 210 mh->i_to, frame->f_to); in hostapd_handle_frame() 371 action->a_frame.i_to); in hostapd_handle_action()
|
H A D | hostapd.h | 156 u_int8_t i_to[IEEE80211_ADDR_LEN]; member
|
H A D | parse.y | 775 bcopy($3.lladdr, &frame_ieee80211->i_to, 889 bcopy($2.lladdr, frame_ieee80211->i_to,
|