FreeBSD kernel iwm device code
iwm_lmac_scan_complete_notif Struct Reference

#include <if_iwmreg.h>

Collaboration diagram for iwm_lmac_scan_complete_notif:

Data Fields

uint8_t scanned_channels
 
uint8_t status
 
uint8_t bt_status
 
uint8_t last_channel
 
uint32_t tsf_low
 
uint32_t tsf_high
 
struct iwm_scan_results_notif results []
 

Detailed Description

struct iwm_lmac_scan_complete_notif - notifies end of scanning (all channels) SCAN_COMPLETE_NTF_API_S_VER_3 @scanned_channels: number of channels scanned (and number of valid results) @status: one of SCAN_COMP_STATUS_* @bt_status: BT on/off status @last_channel: last channel that was scanned @tsf_low: TSF timer (lower half) in usecs @tsf_high: TSF timer (higher half) in usecs @results: an array of scan results, only "scanned_channels" of them are valid

Definition at line 5699 of file if_iwmreg.h.

Field Documentation

◆ bt_status

uint8_t iwm_lmac_scan_complete_notif::bt_status

Definition at line 5702 of file if_iwmreg.h.

◆ last_channel

uint8_t iwm_lmac_scan_complete_notif::last_channel

Definition at line 5703 of file if_iwmreg.h.

◆ results

struct iwm_scan_results_notif iwm_lmac_scan_complete_notif::results[]

Definition at line 5706 of file if_iwmreg.h.

◆ scanned_channels

uint8_t iwm_lmac_scan_complete_notif::scanned_channels

Definition at line 5700 of file if_iwmreg.h.

◆ status

uint8_t iwm_lmac_scan_complete_notif::status

Definition at line 5701 of file if_iwmreg.h.

◆ tsf_high

uint32_t iwm_lmac_scan_complete_notif::tsf_high

Definition at line 5705 of file if_iwmreg.h.

◆ tsf_low

uint32_t iwm_lmac_scan_complete_notif::tsf_low

Definition at line 5704 of file if_iwmreg.h.


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