Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:g_lwip_netif
(Results
1 - 2
of
2
) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/
H
A
D
wifi_softap.c
26
static struct netif *
g_lwip_netif
= NULL;
variable
85
g_lwip_netif
= netifapi_netif_find(ifname);
in hi_wifi_start_softap()
86
if (
g_lwip_netif
== NULL) {
in hi_wifi_start_softap()
94
netifapi_netif_set_addr(
g_lwip_netif
, &st_ipaddr, &st_netmask, &st_gw);
in hi_wifi_start_softap()
96
netifapi_dhcps_start(
g_lwip_netif
, 0, 0);
in hi_wifi_start_softap()
105
netifapi_dhcps_stop(
g_lwip_netif
);
in hi_wifi_stop_softap()
106
hi_softap_reset_addr(
g_lwip_netif
);
in hi_wifi_stop_softap()
118
g_lwip_netif
= NULL;
in hi_wifi_stop_softap()
H
A
D
wifi_sta.c
26
static struct netif *
g_lwip_netif
= NULL;
variable
58
netifapi_dhcp_start(
g_lwip_netif
);
in wifi_wpa_event_cb()
62
netifapi_dhcp_stop(
g_lwip_netif
);
in wifi_wpa_event_cb()
63
hi_sta_reset_addr(
g_lwip_netif
);
in wifi_wpa_event_cb()
133
g_lwip_netif
= netifapi_netif_find(ifname);
in hi_wifi_start_sta()
134
if (
g_lwip_netif
== NULL) {
in hi_wifi_start_sta()
186
g_lwip_netif
= NULL;
in hi_wifi_stop_sta()
Completed in 2 milliseconds