You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hostap/src
Jouni Malinen 5afaa067d9 hostapd: Allow per-BSS (vif) configuration files
This provides a new option for configuring multiple virtual interfaces
(BSS) that share a single radio. The new command line parameter
-b<phyname>:<config file name> is used to define one or more virtual
interfaces for each PHY. The first such entry for a new PHY is used to
initialize the interface structure and all consecutive parameters that
have the same PHY name will be added as virtual BSS entries to that
interface. The radio parameters in the configuration files have to be
identical.

This can be used as an alternative for the bss=<ifname> separator and
multiple BSSes in a single configuration file design while still
allowing hostapd to control the PHY (struct hostapd_iface) as a group of
virtual interfaces (struct hostapd_data) so that common radio operations
like OLBC detection and HT40 co-ex scans can be done only once per real
radio.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
11 years ago
..
ap hostapd: Allow per-BSS (vif) configuration files 11 years ago
common hostapd: Mask out not-supported VHT capabilities 11 years ago
crypto Use ARRAY_SIZE() macro 11 years ago
drivers nl80211: Mark VHT 80 MHz channels 11 years ago
eap_common Use ARRAY_SIZE() macro 11 years ago
eap_peer eap_proxy: Add context data pointer to the get_imsi call 11 years ago
eap_server EAP-AKA server: Fix AUTS processing 11 years ago
eapol_auth Add server identity configuration for EAP server 11 years ago
eapol_supp eap_proxy: Add context data pointer to the get_imsi call 11 years ago
l2_packet Update license notification in files initially contributed by Sam 12 years ago
p2p P2P: Add VHT support 11 years ago
radius Use ARRAY_SIZE() macro 11 years ago
rsn_supp TDLS: Do not start concurrent TDLS setup 11 years ago
tls Use ARRAY_SIZE() macro 11 years ago
utils Android: Fix ARRAY_SIZE() compilation 11 years ago
wps Add explicit buffer length checks for p2p_build_wps_ie() 11 years ago
Makefile P2P: Add initial version of P2P Module 14 years ago
lib.rules Add rules for building src/crypto as a library 15 years ago