Home
last modified time | relevance | path

Searched refs:tbss (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c7334 struct i802_bss *tbss; in wpa_driver_nl80211_if_remove() local
7337 for (tbss = drv->first_bss; tbss; tbss = tbss->next) { in wpa_driver_nl80211_if_remove()
7338 if (tbss->next == bss) { in wpa_driver_nl80211_if_remove()
7339 tbss->next = bss->next; in wpa_driver_nl80211_if_remove()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c8430 struct i802_bss *tbss; local
8433 for (tbss = drv->first_bss; tbss; tbss = tbss->next) {
8434 if (tbss->next == bss) {
8435 tbss->next = bss->next;

Completed in 26 milliseconds