On Fri, 2012-08-10 at 11:37 +0530, Avinash Patil wrote: > Hi All, > > Lately simultaneous AP-STA functionality in mwifiex driver is not > working. I feel this has something to do with recent changes in > cfg80211. > > If we associate mwifiex STA to external AP first and then try to start > mwifiex AP using hostapd(on different channel), we get –EBUSY error > from cfg80211. This happens from path > nl80211_start_ap->cfg80211_can_use_chan. cfg80211_can_use_chan > returns EBUSY error. In our design if mwifiex STA is already > associated on some different channel, AP follows this channel and BSS > is started using STA channel settings. If we start hostapd on same > channel, BSS is successfully started, but association requests from > external station result in failure. > > Please let me know if we are missing something while registering > n_iface and iface combinations. num_different_channels in > ieee80211_iface_combination has been advertised as 1. Well, if the number of different channels is 1, why would you expect to be able to start an AP on a different channel than the STA is currently using? Hostapd should know (needs to, I think) what channel is actually being used, so you should start it on the right channel I think? I don't know why association requests would fail. johannes -- 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