VintageNetWiFi.BSSIDRequester.forget_access_point_info
You're seeing just the function
forget_access_point_info
, go back to VintageNetWiFi.BSSIDRequester module for more information.
Specs
forget_access_point_info( GenServer.server(), String.t() | non_neg_integer(), any() ) :: :ok
Don't bother looking up AP info
This request doesn't do anything but send back a message to remove an access point.
It's needed for flushing out data returned asynchronously from get_access_point_info/2
calls