Bug 377 - Long only preamble in beacon frames
: Long only preamble in beacon frames
Status: VERIFIED FIXED
: IPW2200
IBSS
: 0.13
: All All
: P2 minor
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2004-11-15 08:12 by
Modified: 2005-11-23 01:49 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2004-11-15 08:12:50
There is no possibility to define preamble type in card. 'Preamble' field in 
802.11b beacon frames sent by card indicate that card accepts only long 
preamble. i cannot verify what kind of preamble is used in fact.
repro
- define an 802.11b IBSS network on station with the card
- start sniffer and look into beacons sent by the card - the preamble bit is 
set to zero (indicate we accept only long preamble)
------- Comment #1 From 2005-01-04 17:58:15 -------
*** Bug 493 has been marked as a duplicate of this bug. ***
------- Comment #2 From 2005-08-31 19:34:25 -------
preamble type setting is supported through "iwpriv eth1 set_preemble 1/0"

1 --> long preamble
0 --> auto mode, we will choose the preamble type according to the capability 
field in the beacon when associating to networks.
------- Comment #3 From 2005-11-23 01:49:49 -------
In 1.0.8, "iwpriv eth1 set_preamble 0/1" can work. Verify it.