FreeBSD kernel iwm device code
iwm_mcc_update_resp_v1 Struct Reference

#include <if_iwmreg.h>

Data Fields

uint32_t status
 
uint16_t mcc
 
uint8_t cap
 
uint8_t source_id
 
uint32_t n_channels
 
uint32_t channels [0]
 

Detailed Description

iwm_mcc_update_resp_v1 - response to MCC_UPDATE_CMD. Contains the new channel control profile map, if changed, and the new MCC (mobile country code). The new MCC may be different than what was requested in MCC_UPDATE_CMD. @status: see &enum iwm_mcc_update_status @mcc: the new applied MCC @cap: capabilities for all channels which matches the MCC @source_id: the MCC source, see iwm_mcc_source @n_channels: number of channels in @channels_data (may be 14, 39, 50 or 51 channels, depending on platform) @channels: channel control data map, DWORD for each channel. Only the first 16bits are used.

Definition at line 6676 of file if_iwmreg.h.

Field Documentation

◆ cap

uint8_t iwm_mcc_update_resp_v1::cap

Definition at line 6679 of file if_iwmreg.h.

◆ channels

uint32_t iwm_mcc_update_resp_v1::channels[0]

Definition at line 6682 of file if_iwmreg.h.

◆ mcc

uint16_t iwm_mcc_update_resp_v1::mcc

Definition at line 6678 of file if_iwmreg.h.

Referenced by iwm_send_update_mcc_cmd().

◆ n_channels

uint32_t iwm_mcc_update_resp_v1::n_channels

Definition at line 6681 of file if_iwmreg.h.

Referenced by iwm_send_update_mcc_cmd().

◆ source_id

uint8_t iwm_mcc_update_resp_v1::source_id

Definition at line 6680 of file if_iwmreg.h.

◆ status

uint32_t iwm_mcc_update_resp_v1::status

Definition at line 6677 of file if_iwmreg.h.


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