Home
last modified time | relevance | path

Searched defs:network_interface (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/connectivity/wificond/aidl/android/net/wifi/nl80211/
H A DIInterfaceEventCallback.aidl29 oneway void OnClientInterfaceReady(IClientInterface network_interface); in OnClientInterfaceReady()
30 oneway void OnApInterfaceReady(IApInterface network_interface); in OnApInterfaceReady()
35 oneway void OnClientTorndownEvent(IClientInterface network_interface); in OnClientTorndownEvent()
36 oneway void OnApTorndownEvent(IApInterface network_interface); in OnApTorndownEvent()
/aosp12/system/connectivity/wificond/
H A Dserver.cpp540 sp<IClientInterface> network_interface) { in BroadcastClientInterfaceReady()
547 sp<IApInterface> network_interface) { in BroadcastApInterfaceReady()
554 sp<IClientInterface> network_interface) { in BroadcastClientInterfaceTornDown()
561 sp<IApInterface> network_interface) { in BroadcastApInterfaceTornDown()