Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/tcpdump/
H A Dprint-iapp.c56 if (wf->i_command & 0xf0) in iapp_print()
57 printf("unknown: 0x%0x ", wf->i_command); in iapp_print()
59 printf("%s ", ieee80211_iapp_frame_type_name[wf->i_command]); in iapp_print()
65 switch (wf->i_command) { in iapp_print()
93 if (wf->i_command == IEEE80211_IAPP_FRAME_HOSTAPD_RADIOTAP) in iapp_print()
/openbsd-src/usr.sbin/hostapd/
H A Diapp.c103 frame.hdr.i_command = IEEE80211_IAPP_FRAME_ADD_NOTIFY; in hostapd_iapp_add_notify()
152 hdr.i_command = IEEE80211_IAPP_FRAME_HOSTAPD_RADIOTAP; in hostapd_iapp_radiotap()
154 hdr.i_command = IEEE80211_IAPP_FRAME_HOSTAPD_PCAP; in hostapd_iapp_radiotap()
240 switch (frame->hdr.i_command) { in hostapd_iapp_input()
292 dlt = frame->hdr.i_command == in hostapd_iapp_input()
313 iapp->i_iface, frame->hdr.i_command); in hostapd_iapp_input()
H A Diapp.h30 u_int8_t i_command; member