Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwi/
H A Dif_iwi.c2715 scan.dwell_time[IWI_SCAN_TYPE_PASSIVE] = htole16(maxdwell); in iwi_scanchan()
2723 scan.dwell_time[IWI_SCAN_TYPE_BROADCAST] = htole16(30); in iwi_scanchan()
2724 scan.dwell_time[IWI_SCAN_TYPE_BDIRECTED] = htole16(30); in iwi_scanchan()
2726 scan.dwell_time[IWI_SCAN_TYPE_BROADCAST] = htole16(maxdwell); in iwi_scanchan()
2727 scan.dwell_time[IWI_SCAN_TYPE_BDIRECTED] = htole16(maxdwell); in iwi_scanchan()
2783 , le16toh(scan.dwell_time[IWI_SCAN_TYPE_PASSIVE]) in iwi_scanchan()
2784 , le16toh(scan.dwell_time[IWI_SCAN_TYPE_BROADCAST]) in iwi_scanchan()
2785 , le16toh(scan.dwell_time[IWI_SCAN_TYPE_BDIRECTED]) in iwi_scanchan()
H A Dif_iwireg.h494 uint16_t dwell_time[IWI_SCAN_TYPES]; member
/freebsd/sys/dev/wpi/
H A Dif_wpi.c4031 wpi_limit_dwell(struct wpi_softc *sc, uint16_t dwell_time) in wpi_limit_dwell() argument
4051 return (MIN(dwell_time, bintval - WPI_CHANNEL_TUNE_TIME * 2)); in wpi_limit_dwell()
4055 return dwell_time; in wpi_limit_dwell()
/freebsd/contrib/tcpdump/
H A Dprint-802_11.c210 uint16_t dwell_time; member
/freebsd/sys/contrib/dev/rtw89/
H A Dfw.c4710 le32_encode_bits(ch_info->dwell_time, RTW89_H2C_CHINFO_W0_DWELL) |
4783 le32_encode_bits(ch_info->dwell_time, RTW89_H2C_CHINFO_BE_W0_DWELL) |
6048 ch_info->dwell_time = RTW89_DWELL_TIME;
6109 ch_info->dwell_time = RTW89_DWELL_TIME;
H A Dfw.h319 u8 dwell_time;
343 u8 dwell_time; in RTW89_SET_FWCMD_SEC_IDX()
255 u8 dwell_time; global() member
/freebsd/sys/dev/iwn/
H A Dif_iwn.c6952 iwn_limit_dwell(struct iwn_softc *sc, uint16_t dwell_time) in iwn_limit_dwell() argument