Janusz Dziedzic wrote: > Works except case I described. > p2p_find is combination of scan and ROC, and scan don't work when we > have configured AP from wpa_supplicant. > In case of adding p2p-device AP + P2P_FIND works perfectly, also AP + > P2P_CLIENT/P2P_GO works OK when use_chanctx. > > Other fix I can image is change wpa_supplicant and add > NL80211_SCAN_FLAG_AP to p2p_find, and set in ath9k driver > wiphy->features |= NL80211_FEATURE_AP_SCAN; > > NL80211_FEATURE_AP_SCAN is not set when use_chanctx=1 > > I am not sure which is better. First one required only fix in ath9k, > second one also required changes in wpa_supplicant.
As Johannes mentioned in his email, adding p2p-device support in ath9k is the simpler solution, without adding driver-specific hacks to wpa_s. So this patch seems okay... Sujith -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html