qca-wifi: Add a command to enable additional triplets

The requirement is to provide a user configurable command to enable 6G
additional operating triplets within the Country IE.

The user can set the maximum bandwidth by applying the following
algorithm:

1) To enable only opclass 131, set the maximum bandwidth value as 20.
2) To enable upto opclass 132, set the maximum bandwidth value as 40.
3) To enable upto opclass 133, set the maximum bandwidth value as 80.
4) To enable upto opclass 134, set the maximum bandwidth value as 160.

The above requirement is configurable via a cfg80211tool
command:
cfg80211tool wifix enable_additional_triplets <max_bw value>

Command to fetch the max_bw set:
cfg80211tool wifix g_enable_additional_triplets.

Change-Id: I38d60afa5c6fd888b418eec29448bca661554659
CRs-Fixed: 2731637
1 file changed