On Thu, 2018-12-20 at 16:37 +0530, dasaris@xxxxxxxxxxxxxx wrote: > On 2018-12-18 19:10, Otcheretianski, Andrei wrote: > > > So, interesting - Andrei also added the PMKID but also the PMK here, > > > in a > > > separate patch: > > > https://patchwork.kernel.org/patch/10732093/ > > > > Yeah, PMK is needed for the devices that offload 4way handshake. > > Thanks. Fine with us too. Will have an updated patchset with the pmkid > part removed, as this is already added with the patch by Andrei. Well, we're still discussing the whole thing :) You can add the PMKID here as well, and then Andrei just has to rebase accordingly? > > > > [...] > > > > - if (!info->attrs[NL80211_ATTR_SSID]) > > > > + if (!info->attrs[NL80211_ATTR_SSID] && > > > > + dev->ieee80211_ptr->iftype != NL80211_IFTYPE_AP && > > > > + dev->ieee80211_ptr->iftype != NL80211_IFTYPE_AP_VLAN && > > > > + dev->ieee80211_ptr->iftype != NL80211_IFTYPE_P2P_GO) > > > > return -EINVAL; > > > > > > Hm. do we really expect this on AP_VLAN? > > > > Actually I'm not sure about GO neither. P2P doesn't use SAE etc.. > > > > Andrei > > Since these vifs are similar to an AP, we have considered external > authentication to be applicable for them as well. Please let me know if > this is fine . I shall update the patch accordingly. Sure, I think it's fine. Even if P2P right now doesn't actually specify/use WPA3/SAE we can still support it, right? My question was really more about AP_VLAN, because I was expecting the handshake to still happen on the AP interface, not on the AP_VLAN? johannes