#/etc/hostapd/hostapd-50.conf
  interface=ath0
  bridge=br0
  driver=madwifi
  hw_mode=a
  logger_syslog=0
  logger_syslog_level=0
  logger_stdout=0
  logger_stdout_level=0
  debug=0
  eapol_key_index_workaround=1
  dump_file=/tmp/hostapd-50.dump.0.0
  ctrl_interface=/var/run/hostapd
  ssid=WLnetname_5.0Ghz
  wpa=3
  wpa_psk_file=/etc/hostapd/hostapd.wpa_psk
  wpa_key_mgmt=WPA-PSK WPA-EAP
  wpa_pairwise=TKIP CCMP
  wpa_group_rekey=600


  #/etc/hostapd/hostapd-24.conf
  interface=ath1
  bridge=br0
  driver=madwifi
  logger_syslog=0
  logger_syslog_level=0
  logger_stdout=0
  logger_stdout_level=0
  debug=0
  eapol_key_index_workaround=1
  dump_file=/tmp/hostapd-24.dump.0.0
  ctrl_interface=/var/run/hostapd
  ssid=WLnetname_2.4Ghz
  wpa=3
  wpa_psk_file=/etc/hostapd/hostapd.wpa_psk
  wpa_key_mgmt=WPA-PSK WPA-EAP
  wpa_pairwise=TKIP CCMP
  wpa_group_rekey=600


  #/etc/hostapd/hostapd.wpa_psk
  00:00:00:00:00:00 0123456789abcdef1234567890abcdef1234567890abcdef1234567890abcdef


  #/etc/network/interfaces
  auto br0
  iface br0 inet static
    	address		192.168.1.1
	netmask		255.255.255.0
	broadcast	192.168.1.255
	bridge_ports	ath0 ath1 eth0
	pre-up		iwpriv ath0 mode 11ast


  #/etc/modprobe.d/madwifi
  alias ath0 ath_pci
  alias ath1 ath_pci
  options ath_pci autocreate=ap


  #/etc/default/hostapd
  RUN_DAEMON="yes"
  DAEMON_CONF="/etc/hostapd/hostapd-50.conf /etc/hostapd/hostapd-24.conf"