Home
last modified time | relevance | path

Searched refs:LNN_NETIF_TYPE_WLAN (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_netlink_monitor.c118 if (type == LNN_NETIF_TYPE_ETH || type == LNN_NETIF_TYPE_WLAN) { in ProcessAddrEvent()
144 if (type == LNN_NETIF_TYPE_ETH || type == LNN_NETIF_TYPE_WLAN) { in ProcessLinkEvent()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/include/
H A Dlnn_network_manager.h38 #define LNN_NETIF_TYPE_WLAN (0x1 << 1) macro
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/driver/
H A Dlnn_hdf_driver_monitor.c76 if (type == LNN_NETIF_TYPE_ETH || type == LNN_NETIF_TYPE_WLAN) { in ProcessLwipEvent()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_bt_network_impl_test.cpp125 .type = LNN_NETIF_TYPE_WLAN,
H A Dlnn_ip_network_impl_test.cpp134 netifMgr.type = LNN_NETIF_TYPE_WLAN;
H A Dlnn_network_manager_test.cpp43 .type = LNN_NETIF_TYPE_WLAN,
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_ip_network_impl.c106 if (netifManager->type == LNN_NETIF_TYPE_WLAN) { in NotifyWlanAddressChanged()
743 .supportedNetif = LNN_NETIF_TYPE_ETH | LNN_NETIF_TYPE_WLAN,
H A Dlnn_network_manager.c817 case LNN_NETIF_TYPE_WLAN: in LnnGetAddrTypeByIfName()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c1514 …LnnLaneSelectProtocol(LNN_NETIF_TYPE_WLAN | LNN_NETIF_TYPE_ETH, reqInfo->peerNetworkId, acceptable… in LaneLinkOfWlan()