problems with wpc11
Martin Polak
mpolak
Tue May 13 01:04:25 PDT 2003
David Cougle wrote:
>
> i think you meant replacee wlan%d with eth%d, not other instances of
> wlan or WLAN.
> just two of them, it compiled after i did that.
>
Sorry for net being clear enough. Of course I only meant to replace
those two occurences of "wlan" which setup the device-name.
Martin
4177: sprintf(dev->name, "eth%d", i++);
4181: memcpy(dev->name, "eth%d", 7);
>> From: Martin Polak <mpolak at gup.jku.at>
>> Reply-To: martin.polak at liwest.at
>> To: hostap <hostap at shmoo.com>
>> CC: David Cougle <dcougle at hotmail.com>
>> Subject: Re: problems with wpc11
>> Date: Tue, 13 May 2003 09:04:59 +0200
>>
>> David Cougle wrote:
>>
>>> ok.
>>>
>>> also, how do i make hostap use eth2 instead of wlan0?
>>> can i do that?
>>
>>
>> you can do a:
>>
>> grep -n "wlan" hostap_hw.c
>>
>> in the source directory and replace the occurencies with the string eth
>> and recompiled it. I ve done this many times and it works.
>>
>> Martin
>>
>>
>>
More information about the Hostap
mailing list