Home
last modified time | relevance | path

Searched refs:NL80211_ATTR_PREV_BSSID (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/linux/
Dnl80211.h1013 NL80211_ATTR_PREV_BSSID, enumerator
/linux-2.6.39/net/wireless/
Dnl80211.c87 [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()