FreeBSD kernel iwm device code
iwm_scan_results_notif Struct Reference

#include <if_iwmreg.h>

Data Fields

uint8_t channel
 
uint8_t band
 
uint8_t probe_status
 
uint8_t num_probe_not_sent
 
uint32_t duration
 

Detailed Description

struct iwm_scan_results_notif - scan results for one channel - SCAN_RESULT_NTF_API_S_VER_3 @channel: which channel the results are from @band: 0 for 5.2 GHz, 1 for 2.4 GHz @probe_status: IWM_SCAN_PROBE_STATUS_*, indicates success of probe request @num_probe_not_sent: # of request that weren't sent due to not enough time @duration: duration spent in channel, in usecs

Definition at line 5603 of file if_iwmreg.h.

Field Documentation

◆ band

uint8_t iwm_scan_results_notif::band

Definition at line 5605 of file if_iwmreg.h.

◆ channel

uint8_t iwm_scan_results_notif::channel

Definition at line 5604 of file if_iwmreg.h.

◆ duration

uint32_t iwm_scan_results_notif::duration

Definition at line 5608 of file if_iwmreg.h.

◆ num_probe_not_sent

uint8_t iwm_scan_results_notif::num_probe_not_sent

Definition at line 5607 of file if_iwmreg.h.

◆ probe_status

uint8_t iwm_scan_results_notif::probe_status

Definition at line 5606 of file if_iwmreg.h.


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