Home
last modified time | relevance | path

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

/freebsd/sys/dev/ipw/
H A Dif_ipwreg.h281 uint16_t lintval; member
/freebsd/sys/dev/iwi/
H A Dif_iwireg.h454 uint16_t lintval; /* listen interval */ member
H A Dif_iwi.c2966 assoc->lintval = htole16(ic->ic_lintval); in iwi_auth_and_assoc()
2979 le16toh(assoc->capinfo), le16toh(assoc->lintval), in iwi_auth_and_assoc()
/freebsd/sys/net80211/
H A Dieee80211_hostap.c2049 uint16_t capinfo, lintval; in hostap_recv_mgmt() local
2094 lintval = le16toh(*(uint16_t *)frm); frm += 2; in hostap_recv_mgmt()
2288 ni->ni_intval = lintval; in hostap_recv_mgmt()
/freebsd/sys/dev/wpi/
H A Dif_wpireg.h437 uint16_t lintval; member
H A Dif_wpi.c3623 cmd.lintval = htole16(10); in wpi_set_timing()
/freebsd/tools/tools/net80211/w00t/assoc/
H A Dassoc.c199 int len, capinfo, lintval; in send_assoc() local
/freebsd/sys/dev/iwn/
H A Dif_iwnreg.h677 uint16_t lintval; member
H A Dif_iwn.c5629 cmd.lintval = htole16(10); in iwn_set_timing()