Skip to content

Commit

Permalink
Add spec reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltrano committed Jan 24, 2024
1 parent 08e5283 commit b63b2e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion protocol/protos/WifiCore.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ enum Dot11FrequencyBand
Dot11FrequencyBand2_4GHz = 1;
Dot11FrequencyBand6_0GHz = 3;
Dot11FrequencyBand5_0GHz = 2;

Dot11FrequencyBandTwoPoint4GHz = 1;
Dot11FrequencyBandFiveGHz = 2;
Dot11FrequencyBandSixGHz = 3;
}

// 802.11 PHY Types.
// Values map to those defined in IEEE 802.11-2020, Annex C, Page 3934, 'dot11PHYType'.
enum Dot11PhyType
{
option allow_alias = true;
Expand Down

0 comments on commit b63b2e5

Please sign in to comment.