Searched refs:NL80211_ATTR_PREV_BSSID (Results 1 – 2 of 2) sorted by relevance
1013 NL80211_ATTR_PREV_BSSID, enumerator
87 [NL80211_ATTR_PREV_BSSID] = { .type = NLA_BINARY, .len = ETH_ALEN },3756 if (info->attrs[NL80211_ATTR_PREV_BSSID]) in nl80211_associate()3757 prev_bssid = nla_data(info->attrs[NL80211_ATTR_PREV_BSSID]); in nl80211_associate()