nl80211 icon indicating copy to clipboard operation
nl80211 copied to clipboard

Communicate with nl80211

Results 1 nl80211 issues
Sort by recently updated
recently updated
newest added

The obtention of the rx/tx bitrates was implemented incorrectly. The obtention was searching for a type of Nl80211StaInfo::StaInfoRxBytes, which is of the wrong enum type, and effectively maps to Nl80211RateInfo::RateInfoMcs,...