Skip to content
Snippets Groups Projects
Commit 89df75f9 authored by Saurabh Verma's avatar Saurabh Verma
Browse files

map-agent: return NULL in case bssid not found in fhlist.

parent 48a32c49
Branches
Tags
No related merge requests found
......@@ -637,6 +637,8 @@ struct netif_fh *wifi_get_netif_by_bssid(struct agent *a, uint8_t *bssid)
if (hwaddr_equal(fh->bssid, bssid))
return fh;
}
return NULL;
}
int wifi_get_radio_index_by_mac(struct agent *a,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment