Per-BSS configuration. More...
#include <config.h>
Public Types | |
enum | { ACCEPT_UNLESS_DENIED = 0, DENY_UNLESS_ACCEPTED = 1, USE_EXTERNAL_RADIUS_AUTH = 2 } |
Data Fields | |
char | iface [IFNAMSIZ+1] |
char | bridge [IFNAMSIZ+1] |
enum hostapd_logger_level logger_syslog_level | logger_stdout_level |
unsigned int | logger_syslog |
unsigned int | logger_stdout |
char * | dump_log_name |
int | max_num_sta |
int | dtim_period |
int | ieee802_1x |
int | eapol_version |
int | eap_server |
struct hostapd_eap_user * | eap_user |
char * | eap_sim_db |
struct hostapd_ip_addr | own_ip_addr |
char * | nas_identifier |
struct hostapd_radius_servers * | radius |
struct hostapd_ssid | ssid |
char * | eap_req_id_text |
size_t | eap_req_id_text_len |
int | eapol_key_index_workaround |
size_t | default_wep_key_len |
int | individual_wep_key_len |
int | wep_rekeying_period |
int | broadcast_key_idx_min |
int | broadcast_key_idx_max |
int | eap_reauth_period |
int | ieee802_11f |
char | iapp_iface [IFNAMSIZ+1] |
enum hostapd_bss_config:: { ... } | macaddr_acl |
struct mac_acl_entry * | accept_mac |
int | num_accept_mac |
struct mac_acl_entry * | deny_mac |
int | num_deny_mac |
int | auth_algs |
int | wpa |
int | wpa_key_mgmt |
int | wpa_pairwise |
int | wpa_group |
int | wpa_group_rekey |
int | wpa_strict_rekey |
int | wpa_gmk_rekey |
int | wpa_ptk_rekey |
int | rsn_pairwise |
int | rsn_preauth |
char * | rsn_preauth_interfaces |
int | peerkey |
char * | ctrl_interface |
gid_t | ctrl_interface_gid |
int | ctrl_interface_gid_set |
char * | ca_cert |
char * | server_cert |
char * | private_key |
char * | private_key_passwd |
int | check_crl |
char * | dh_file |
u8 * | pac_opaque_encr_key |
u8 * | eap_fast_a_id |
size_t | eap_fast_a_id_len |
char * | eap_fast_a_id_info |
int | eap_fast_prov |
int | pac_key_lifetime |
int | pac_key_refresh_time |
int | eap_sim_aka_result_ind |
int | tnc |
char * | radius_server_clients |
int | radius_server_auth_port |
int | radius_server_ipv6 |
char * | test_socket |
int | use_pae_group_addr |
int | ap_max_inactivity |
int | ignore_broadcast_ssid |
int | wmm_enabled |
struct hostapd_vlan * | vlan |
struct hostapd_vlan * | vlan_tail |
macaddr | bssid |
u16 | max_listen_interval |
int | okc |
int | wps_state |
Per-BSS configuration.
Definition at line 152 of file config.h.