mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
ACS: Update documentation of external ACS results event parameters
Update the documentation with values to be sent for seg0 and seg1 fields in external ACS result event for 20 MHz, 40 MHz, 80 MHz, 160 MHz, and 80+80 MHz channels. These values match the changes done to definitions of seg0 and seg1 fields in the IEEE 802.11 standard. This vendor command had not previously been documented in this level of detail and had not actually been used for the only case that could have two different interpretation (160 MHz) based on which version of IEEE 802.11 standard is used. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
881177201a
commit
fe1552d93c
@ -1189,7 +1189,9 @@ enum qca_wlan_vendor_attr_p2p_listen_offload {
|
||||
*
|
||||
* @QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_CHANNEL: Required (u8).
|
||||
* Used with event to notify the VHT segment 0 center channel number selected in
|
||||
* ACS operation.
|
||||
* ACS operation. The value is the index of the channel center frequency for
|
||||
* 20 MHz, 40 MHz, and 80 MHz channels. The value is the center frequency index
|
||||
* of the primary 80 MHz segment for 160 MHz and 80+80 MHz channels.
|
||||
* Note: If both the driver and user-space application supports the 6 GHz band,
|
||||
* QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_CHANNEL is deprecated; use
|
||||
* QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG0_CENTER_FREQUENCY instead.
|
||||
@ -1199,7 +1201,10 @@ enum qca_wlan_vendor_attr_p2p_listen_offload {
|
||||
*
|
||||
* @QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_CHANNEL: Required (u8).
|
||||
* Used with event to notify the VHT segment 1 center channel number selected in
|
||||
* ACS operation.
|
||||
* ACS operation. The value is zero for 20 MHz, 40 MHz, and 80 MHz channels.
|
||||
* The value is the index of the channel center frequency for 160 MHz channels
|
||||
* and the center frequency index of the secondary 80 MHz segment for 80+80 MHz
|
||||
* channels.
|
||||
* Note: If both the driver and user-space application supports the 6 GHz band,
|
||||
* QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_CHANNEL is deprecated; use
|
||||
* QCA_WLAN_VENDOR_ATTR_ACS_VHT_SEG1_CENTER_FREQUENCY instead.
|
||||
|
@ -5707,7 +5707,15 @@ union wpa_event_data {
|
||||
* @pri_freq: Selected primary frequency
|
||||
* @sec_freq: Selected secondary frequency
|
||||
* @vht_seg0_center_ch: VHT mode Segment0 center channel
|
||||
* The value is the index of the channel center frequency for
|
||||
* 20 MHz, 40 MHz, and 80 MHz channels. The value is the center
|
||||
* frequency index of the primary 80 MHz segment for 160 MHz and
|
||||
* 80+80 MHz channels.
|
||||
* @vht_seg1_center_ch: VHT mode Segment1 center channel
|
||||
* The value is zero for 20 MHz, 40 MHz, and 80 MHz channels. The
|
||||
* value is the index of the channel center frequency for 160 MHz
|
||||
* channels and the center frequency index of the secondary 80 MHz
|
||||
* segment for 80+80 MHz channels.
|
||||
* @ch_width: Selected Channel width by driver. Driver may choose to
|
||||
* change hostapd configured ACS channel width due driver internal
|
||||
* channel restrictions.
|
||||
|
Loading…
Reference in New Issue
Block a user