Home
last modified time | relevance | path

Searched refs:dhcp_relay_port (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/src/ap/
Dfils_hlp.c412 if (hapd->conf->dhcp_relay_port) { in fils_process_hlp_dhcp()
417 addr.sin_port = htons(hapd->conf->dhcp_relay_port); in fils_process_hlp_dhcp()
Dap_config.h782 u16 dhcp_relay_port; member
Dap_config.c139 bss->dhcp_relay_port = DHCP_SERVER_PORT; in hostapd_config_defaults_bss()
/hostap-latest/hostapd/
Dconfig_file.c4809 bss->dhcp_relay_port = atoi(pos); in hostapd_config_fill()