Return-path: Received: from ocean.emcraft.com ([213.221.7.182]:43662 "EHLO ocean.emcraft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750852Ab2HGPBp (ORCPT ); Tue, 7 Aug 2012 11:01:45 -0400 Date: Tue, 7 Aug 2012 19:01:40 +0400 From: Sergei Poselenov To: Ivo Van Doorn Cc: linux-wireless@vger.kernel.org Subject: Re: Access Point Mode for Ralink RT5370? Message-ID: <20120807190140.4796a045@emcraft.com> (sfid-20120807_170148_841911_C3C23E42) In-Reply-To: References: <20120719133452.2fb375ae@emcraft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-wireless-owner@vger.kernel.org List-ID: Hello Ivo, all, On Thu, 19 Jul 2012 12:44:14 +0200 Ivo Van Doorn wrote: > Hi, > > On Thu, Jul 19, 2012 at 11:34 AM, Sergei Poselenov > wrote: > > Hello, > > > > Does compat-wireless support the Access Point mode for the Ralink > > RT5370 chip? The driver source pack from the Ralink site only > > supports Managed and Ad-Hoc modes. > > Yes, the rt2x00-based drivers as found in the compat-wireless package > are working in AP mode. > I'm trying to set the master mode and it fails: ~ # iwconfig wlan0 mode Master Error for wireless request "Set Mode" (8B06) : SET failed on device wlan0 ; Invalid argument. ~ # The Linux Wireless FAQ here http://linuxwireless.org/en/users/Documentation/FAQ#Q:_iwconfig_wlan0_mode_master_does_not_work tells me that I should use hostapd instead of iwconfig to configure the master mode. However, for my project the WiFi security is not required. Also, I'm working on a custom ARM board with Linux 2.6.33 running. Could you please confirm I should really port hostapd to my target to configure my USB WiFi as Access Point? Thanks in advance. Regards, Sergei Poselenov, Emcraft Systems > Ivo