FreeBSD kernel iwm device code
iwm_scan_offload_profile_match Struct Reference

#include <if_iwmreg.h>

Data Fields

uint8_t bssid [ETHER_ADDR_LEN]
 
uint16_t reserved
 
uint8_t channel
 
uint8_t energy
 
uint8_t matching_feature
 
uint8_t matching_channels [IWM_SCAN_OFFLOAD_MATCHING_CHANNELS_LEN]
 

Detailed Description

struct iwm_scan_offload_profile_match - match information @bssid: matched bssid @channel: channel where the match occurred @energy: @matching_feature: @matching_channels: bitmap of channels that matched, referencing the channels passed in tue scan offload request

Definition at line 6076 of file if_iwmreg.h.

Field Documentation

◆ bssid

uint8_t iwm_scan_offload_profile_match::bssid[ETHER_ADDR_LEN]

Definition at line 6077 of file if_iwmreg.h.

◆ channel

uint8_t iwm_scan_offload_profile_match::channel

Definition at line 6079 of file if_iwmreg.h.

◆ energy

uint8_t iwm_scan_offload_profile_match::energy

Definition at line 6080 of file if_iwmreg.h.

◆ matching_channels

uint8_t iwm_scan_offload_profile_match::matching_channels[IWM_SCAN_OFFLOAD_MATCHING_CHANNELS_LEN]

Definition at line 6082 of file if_iwmreg.h.

◆ matching_feature

uint8_t iwm_scan_offload_profile_match::matching_feature

Definition at line 6081 of file if_iwmreg.h.

◆ reserved

uint16_t iwm_scan_offload_profile_match::reserved

Definition at line 6078 of file if_iwmreg.h.


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