On Tue, 2013-03-19 at 21:54 +0100, Dénes Németh wrote: > Hi > > Could you help me the determine if the Intel Centrino Advanced-N 6205 > is supported in AP / master mode? > > Your website http://wireless.kernel.org/en/users/Drivers/iwlwifi states > that the "AP mode (experimental; only on some devices/firmware versions)" > > Is the wifi card above supported? If it lists AP in "Supported interface modes", then yes, your device is capable of it. > Here is my debug info, at the bottom with the failure of changing to master mode > dmesg: > loaded firmware version 18.168.6.1 > cfg80211: Regulatory domain changed to country: EU > > iw list wlan0 > Supported interface modes: > * IBSS > * managed > * AP > * AP/VLAN > * monitor > software interface modes (can always be added): > * AP/VLAN > * monitor > > iwconfig wlan0 mode master > Error for wireless request "Set Mode" (8B06) : > SET failed on device wlan0 ; Invalid argument Don't use iwconfig, because these days a *lot* more information needs to be sent to the device for AP mode, and WEXT is long deprecated. Use wpa_supplicant and its lightweight AP mode, or use hostapd. Make sure you use them with the "nl80211" driver too, as in "-Dnl80211" on the command line of the supplicant. Dan -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html