OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:own_ip_addr
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/wpa/dist/hostapd/
wired.conf
25
own_ip_addr
=127.0.0.1
hostapd.conf
1552
own_ip_addr
=127.0.0.1
1567
# It is mandatory to configure either
own_ip_addr
or nas_identifier to be
2213
# DHCP response.
own_ip_addr
is used as the local address for the communication
config_file.c
2837
} else if (os_strcmp(buf, "
own_ip_addr
") == 0) {
2838
if (hostapd_parse_ip_addr(pos, &bss->
own_ip_addr
)) {
/src/external/bsd/wpa/dist/src/ap/
fils_hlp.c
183
if (dhcp->relay_ip != hapd->conf->
own_ip_addr
.u.v4.s_addr) {
394
if (hapd->conf->
own_ip_addr
.af != AF_INET ||
395
hapd->conf->
own_ip_addr
.u.v4.s_addr == 0) {
397
"FILS: HLP - no IPv4
own_ip_addr
configured - drop request");
416
hapd->conf->
own_ip_addr
.u.v4.s_addr;
440
dhcp_msg->relay_ip = hapd->conf->
own_ip_addr
.u.v4.s_addr;
ieee802_1x.c
605
hapd->conf->
own_ip_addr
.af == AF_INET &&
607
(u8 *) &hapd->conf->
own_ip_addr
.u.v4, 4)) {
615
hapd->conf->
own_ip_addr
.af == AF_INET6 &&
617
(u8 *) &hapd->conf->
own_ip_addr
.u.v6, 16)) {
ap_config.h
309
struct hostapd_ip_addr
own_ip_addr
;
member in struct:hostapd_bss_config
hostapd.c
953
(hapd->conf->
own_ip_addr
.af != AF_INET ||
954
os_memcmp(&hapd->conf->
own_ip_addr
.u.v4, attr->nas_ip_addr, 4) !=
962
(hapd->conf->
own_ip_addr
.af != AF_INET6 ||
963
os_memcmp(&hapd->conf->
own_ip_addr
.u.v6, attr->nas_ipv6_addr, 16)
/src/external/bsd/wpa/dist/wpa_supplicant/
eapol_test.c
56
struct in_addr
own_ip_addr
;
member in struct:eapol_test_data
235
(u8 *) &e->
own_ip_addr
, 4)) {
1030
e->
own_ip_addr
.s_addr = htonl((127 << 24) | 1);
Completed in 35 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026