* reproducible association with wrong essid, iwl3945
@ 2008-03-10 10:08 Helge Hafting
2008-03-10 14:53 ` Dan Williams
0 siblings, 1 reply; 3+ messages in thread
From: Helge Hafting @ 2008-03-10 10:08 UTC (permalink / raw)
To: linux-wireless
Get a normal association so the network works. (WEP encryption)
$ iwconfig wlan0 nonexistent_essid key s:correct_key
The network keeps working! I would expect the driver to look
for an access point with the different essid, and fail
if no such access point exists.
Two different networks with the same encryption string is possible,
after all.
Helge Hafting
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: reproducible association with wrong essid, iwl3945
2008-03-10 10:08 reproducible association with wrong essid, iwl3945 Helge Hafting
@ 2008-03-10 14:53 ` Dan Williams
2008-03-10 20:49 ` Helge Hafting
0 siblings, 1 reply; 3+ messages in thread
From: Dan Williams @ 2008-03-10 14:53 UTC (permalink / raw)
To: Helge Hafting; +Cc: linux-wireless
On Mon, 2008-03-10 at 11:08 +0100, Helge Hafting wrote:
> Get a normal association so the network works. (WEP encryption)
> $ iwconfig wlan0 nonexistent_essid key s:correct_key
>
> The network keeps working! I would expect the driver to look
> for an access point with the different essid, and fail
> if no such access point exists.
> Two different networks with the same encryption string is possible,
> after all.
Should definitely fail, disassociate, and send the SIOCSIWAP event with
00:00:00:00:00:00 via wireless_send_event().
Dan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: reproducible association with wrong essid, iwl3945
2008-03-10 14:53 ` Dan Williams
@ 2008-03-10 20:49 ` Helge Hafting
0 siblings, 0 replies; 3+ messages in thread
From: Helge Hafting @ 2008-03-10 20:49 UTC (permalink / raw)
To: Dan Williams; +Cc: linux-wireless
Dan Williams wrote:
> On Mon, 2008-03-10 at 11:08 +0100, Helge Hafting wrote:
>
>> Get a normal association so the network works. (WEP encryption)
>> $ iwconfig wlan0 nonexistent_essid key s:correct_key
>>
>> The network keeps working! I would expect the driver to look
>> for an access point with the different essid, and fail
>> if no such access point exists.
>> Two different networks with the same encryption string is possible,
>> after all.
>>
>
> Should definitely fail, disassociate, and send the SIOCSIWAP event with
> 00:00:00:00:00:00 via wireless_send_event().
>
>
Instead it works for hours - but if I try wireshark it
puts the interface in promiscuous mode - and sets it normal again
when the sniffing is done. Then the network dies, perhaps the
inerface state change also took the wrong essid into account. Or
maybe it just didn't like the switch from promiscuous mode.
Running with the wrong essid will sometimes cause
slow networking with lots of "too short packets" rejected.
Helge Hafting
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-03-10 20:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-10 10:08 reproducible association with wrong essid, iwl3945 Helge Hafting
2008-03-10 14:53 ` Dan Williams
2008-03-10 20:49 ` Helge Hafting
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox