It does not use these fields (1T1R); that's why it went unnoticed.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Nov 21 2016
Nov 18 2016
Yes, this is off-by-one bug. Thanks!
Nov 17 2016
Ok, thanks for the description; I've just misread the code.
the NIC driver might look at this setting and pass it on to the firmware in some way if possible.
Nov 15 2016
Nov 11 2016
Oct 29 2016
Oct 18 2016
In D8262#171838, @adrian wrote:eg, things like "cancel scan", "is scan finished" methods to query the driver may be useful here.
Oct 16 2016
So, firmware-based scanning will not be implemented as an 'ieee80211_scan_fw' module?
Oct 11 2016
In D8207#170435, @adrian wrote:Thanks for this!
Oct 9 2016
P.S. is there any need to call memcpy(3) in ieee80211_???_rx_params() ? As I can see, it can return a pointer to ieee80211_rx_params structure instead (NULL if operation fails)
Committed in rS306591
Sep 26 2016
Sep 21 2016
Looks good to me.
In D7979#165342, @adrian wrote:Hm, don't we have a general scan timeout that should prevent a scan from hanging forever?
Sep 20 2016
Committed in rS306049.
Committed in rS306049.
Works fine when 'hidessid' is not set (however, 'hidessid' bug is not related to this change).
Sep 15 2016
Probably, yes (e.g., 88EU supports 64 MAC ID slots but has only 32 key slots; 12AU/21AU - 128 MAC ID slots, 64 key slots)
Sep 13 2016
Sep 12 2016
That was a bit problematic:
- there are no 40MHz-capable APs without DSSS/CCK support in the range;
- FreeBSD / Linux inserts ERP/11b rates into beacon even when DSSS/CCK support is not advertised.
Sep 9 2016
Obsoleted by https://github.com/s3erios/rtwn.
Jun 26 2016
Looks fine for me (however, I have no device to test with).
Jun 24 2016
Jun 22 2016
P.S. I'm not sure that this code will be called when vap == NULL ...
Sure (ic_macaddr is device's MAC and iv_myaddr may be a) a copy of it b) user-specified via 'ifconfig wlan0 create wlandev <dev> wlanaddr <addr>' c) user-specified via 'ifconfig wlan0 ether <addr>')
Jun 13 2016
In addition to the above:
- switch to ieee80211_iterate_nodes();
- do not assert that node table lock is held, while calling node_age(); that's not really needed (there are no resources, which can be protected by this lock) + this fixes LOR/deadlock between ieee80211_timeout_stations() and ieee80211_set_tim() (easy to reproduce in HOSTAP mode while sending something to an STA with enabled power management).
Jun 8 2016
Wrong for a bit; I'll fix this soon.
May 22 2016
Obsolete by rS300433.
May 19 2016
Firmware part was committed in r298594, watchdog part in r300242.
ping
Committed in r300241.
May 17 2016
May 11 2016
May 5 2016
Replaced with D6228.
- Apply regdomain/country settings to the MONITOR mode.
- Clenup isocc[] array too; as a result, 'ifconfig wlan0 create wlandev rum0 regdomain FCC4' will fail because of no country.
In D6228#132422, @adrian wrote:Ah okay. So you're assuming that if a driver has set a regdomain up, it also has setup the relevant channel list. So you're defaulting to no country/no domain as a way for net80211 to realise this isn't the case.
May 4 2016
by default - no (vap creation and regdomain/country setup are independent).
Before this can be committed, bsdinstall(8) should be capable to select another regdomain/country.
May 3 2016
Rebase.
May 2 2016
May 1 2016
P.S. About link problem: can you create a bug report for that?
For additional information, you can add
wlandebug_wlan0="state+scan+auth+assoc+crypto"
into rc.conf and attach kernel message log with the moment when it stops working.
Rebase.
Apr 30 2016
Apr 29 2016
Refresh.
Apr 28 2016
Apr 27 2016
Apr 21 2016
Apr 20 2016
ping
In D6030#128349, @adrian wrote:I'll check with dragonflybsd about the endian conversion routines to make sure they have the same ones in the same place.
Mar 24 2016
Mar 6 2016
rsu(4) is affected too.