On Sun, Aug 02, 2009 at 08:33:33AM +0200, Christian Felsing wrote: > After investigating source code following function caused my problem: > > static int i802_bss_add(void *priv, const char *ifname, const u8 *bssid) > { > int ifidx; > > /* > * The kernel supports that when the low-level driver does, > * but we currently don't because we need per-BSS data that > * currently we can't handle easily. > */ > return -1; Some more investigation would show that this does not exist in the hostapd development branch.. > Obviously hostapd does not support multiple SSIDs because that function > returns always an error. That is the case for hostapd 0.6.9. In any case, there are number of new kernel features that may not be fully supported by the 0.6.x branch and checking the current development branch (0.7.x) would be a good idea when advanced AP functionality is desired. -- Jouni Malinen PGP id EFC895FA -- 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