FreeBSD kernel WPI device code
wpi_scan_hdr Struct Reference

#include <if_wpireg.h>

Data Fields

uint16_t len
 
uint8_t reserved1
 
uint8_t nchan
 
uint16_t quiet_time
 
uint16_t quiet_threshold
 
uint16_t crc_threshold
 
uint16_t reserved2
 
uint32_t max_svc
 
uint32_t pause_svc
 
uint32_t flags
 
uint32_t filter
 

Detailed Description

Definition at line 610 of file if_wpireg.h.

Field Documentation

◆ crc_threshold

uint16_t wpi_scan_hdr::crc_threshold

Definition at line 618 of file if_wpireg.h.

Referenced by wpi_scan().

◆ filter

uint32_t wpi_scan_hdr::filter

Definition at line 626 of file if_wpireg.h.

Referenced by wpi_scan().

◆ flags

uint32_t wpi_scan_hdr::flags

Definition at line 625 of file if_wpireg.h.

Referenced by wpi_scan().

◆ len

uint16_t wpi_scan_hdr::len

Definition at line 611 of file if_wpireg.h.

Referenced by wpi_scan().

◆ max_svc

uint32_t wpi_scan_hdr::max_svc

Definition at line 620 of file if_wpireg.h.

Referenced by wpi_scan().

◆ nchan

uint8_t wpi_scan_hdr::nchan

Definition at line 613 of file if_wpireg.h.

Referenced by wpi_scan().

◆ pause_svc

uint32_t wpi_scan_hdr::pause_svc

Definition at line 621 of file if_wpireg.h.

Referenced by wpi_scan().

◆ quiet_threshold

uint16_t wpi_scan_hdr::quiet_threshold

Definition at line 617 of file if_wpireg.h.

Referenced by wpi_scan().

◆ quiet_time

uint16_t wpi_scan_hdr::quiet_time

Definition at line 614 of file if_wpireg.h.

Referenced by wpi_scan().

◆ reserved1

uint8_t wpi_scan_hdr::reserved1

Definition at line 612 of file if_wpireg.h.

◆ reserved2

uint16_t wpi_scan_hdr::reserved2

Definition at line 619 of file if_wpireg.h.


The documentation for this struct was generated from the following file: