Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/wireless/
H A Dscan.c2013 const struct element *next_mbssid; in cfg80211_get_profile_continuation() local
2016 next_mbssid = cfg80211_find_elem(WLAN_EID_MULTIPLE_BSSID, in cfg80211_get_profile_continuation()
2025 !next_mbssid) in cfg80211_get_profile_continuation()
2030 if (next_mbssid->datalen < 4) in cfg80211_get_profile_continuation()
2033 next_sub = (void *)&next_mbssid->data[1]; in cfg80211_get_profile_continuation()
2035 if (next_mbssid->data + next_mbssid->datalen < in cfg80211_get_profile_continuation()
2047 NULL : next_mbssid; in cfg80211_get_profile_continuation()
2056 const struct element *next_mbssid; in cfg80211_merge_profile() local
2063 while ((next_mbssid = cfg80211_get_profile_continuation(ie, ielen, in cfg80211_merge_profile()
2066 const struct element *next_sub = (void *)&next_mbssid->data[1]; in cfg80211_merge_profile()