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

  /src/external/bsd/wpa/dist/src/ap/
fils_hlp.c 131 addr.sin_port = htons(hapd->conf->dhcp_server_port);
271 udph->uh_sport = htons(DHCP_SERVER_PORT);
444 addr.sin_port = htons(hapd->conf->dhcp_server_port);
500 if (dport == DHCP_SERVER_PORT && sport == DHCP_CLIENT_PORT) {
ap_config.h 760 u16 dhcp_server_port; member in struct:hostapd_bss_config
ap_config.c 135 bss->dhcp_server_port = DHCP_SERVER_PORT;
136 bss->dhcp_relay_port = DHCP_SERVER_PORT;
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 4731 } else if (os_strcmp(buf, "dhcp_server_port") == 0) {
4732 bss->dhcp_server_port = atoi(pos);

Completed in 23 milliseconds