Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dif_wi_hostap.c1100 u_int16_t fctl; in wihap_data_input() local
1108 fctl = letoh16(rxfrm->wi_frame_ctl); in wihap_data_input()
1109 if (!(fctl & WI_FCTL_TODS) && !(fctl & WI_STYPE_NULLFUNC)) { in wihap_data_input()
1112 ether_sprintf(rxfrm->wi_addr2), fctl); in wihap_data_input()