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

  /src/external/bsd/wpa/dist/src/ap/
authsrv.c 127 srv.auth_port = conf->radius_server_auth_port;
ap_config.h 459 int radius_server_auth_port; member in struct:hostapd_bss_config
ap_config.c 90 bss->radius_server_auth_port = 1812;
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 3318 } else if (os_strcmp(buf, "radius_server_auth_port") == 0) {
3319 bss->radius_server_auth_port = atoi(pos);

Completed in 47 milliseconds