We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0455683 commit ab03f7cCopy full SHA for ab03f7c
pyric/pyw.py
@@ -2092,6 +2092,8 @@ def _band_rfs_(rs):
2092
rfd['enabled'] = False
2093
elif rfi == nl80211h.NL80211_FREQUENCY_ATTR_MAX_TX_POWER: # in mBm
2094
rfd['max-tx'] = struct.unpack_from('I', rfattr, 0)[0] / 100
2095
+ elif rfi == nl80211h.NL80211_FREQUENCY_ATTR_RADAR:
2096
+ rfd['radar'] = True
2097
elif rfi == nl80211h.NL80211_FREQUENCY_ATTR_NO_HT40_MINUS:
2098
rfd['not-permitted'].append('HT40-')
2099
elif rfi == nl80211h.NL80211_FREQUENCY_ATTR_NO_HT40_PLUS:
0 commit comments