Searched refs:tbss (Results 1 – 1 of 1) sorted by relevance
8071 struct i802_bss *tbss; in wpa_driver_nl80211_if_remove() local8074 for (tbss = drv->first_bss; tbss; tbss = tbss->next) { in wpa_driver_nl80211_if_remove()8075 if (tbss->next == bss) { in wpa_driver_nl80211_if_remove()8076 tbss->next = bss->next; in wpa_driver_nl80211_if_remove()