HomeSort by: relevance | last modified time | path
    Searched refs:ip_addr_end (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
config.h 1387 u8 ip_addr_end[4]; member in struct:wpa_config
config_file.c 1310 if (WPA_GET_BE32(config->ip_addr_end))
1311 fprintf(f, "ip_addr_end=%u.%u.%u.%u\n",
1312 config->ip_addr_end[0], config->ip_addr_end[1],
1313 config->ip_addr_end[2], config->ip_addr_end[3]);
ap.c 560 os_memcpy(bss->ip_addr_end, wpa_s->p2pdev->conf->ip_addr_end,
config.c 5483 { IPV4(ip_addr_end), 0 },
  /src/external/bsd/wpa/dist/src/ap/
wpa_auth.h 257 u8 ip_addr_end[4]; member in struct:wpa_auth_config
wpa_auth_glue.c 198 os_memcpy(wconf->ip_addr_end, conf->ip_addr_end, 4);
ap_config.h 543 u8 ip_addr_end[4]; member in struct:hostapd_bss_config
wpa_auth.c 812 int count = WPA_GET_BE32(conf->ip_addr_end) -
  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 1026 if (WPA_GET_BE32(wpa_s->conf->ip_addr_end) &&
1028 (char *) wpa_s->conf->ip_addr_end,
1234 os_memcpy(wpa_s->conf->ip_addr_end,

Completed in 48 milliseconds