> 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. >>[...] > > - 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 > > johannes