Lines Matching refs:ifname
28 * @param ifname - interface name, eg:wlan0 [in]
32 DhcpErrorCode RegisterDhcpClientCallBack(const char *ifname, const ClientCallBack *event);
37 * @param ifname - interface name, eg:wlan0 [in]
41 DhcpErrorCode RegisterDhcpClientReportCallBack(const char *ifname, const DhcpClientReport *event);
45 * @param ifname - interface name, eg:wlan0 [in]
49 DhcpErrorCode StartDhcpClient(const char *ifname, bool bIpv6);
53 * @param ifname - interface name, eg:wlan0 [in]
57 DhcpErrorCode SetConfiguration(const char *ifname, const RouterConfig config);
61 * @param ifname - interface name, eg:wlan0 [in]
65 DhcpErrorCode StopDhcpClient(const char *ifname, bool bIpv6);
67 DhcpErrorCode RegisterDhcpServerCallBack(const char *ifname, const ServerCallBack *event);
68 DhcpErrorCode StartDhcpServer(const char *ifname);
69 DhcpErrorCode StopDhcpServer(const char *ifname);
70 DhcpErrorCode SetDhcpRange(const char *ifname, const DhcpRange *range);
71 DhcpErrorCode SetDhcpName(const char *ifname, const char *tagName);
75 DhcpErrorCode GetDhcpClientInfos(const char *ifname, int staNumber, DhcpStationInfo *staInfo, int *staSize);