3 155
contributi
Wtf (discussione | contributi) m (→hostapd) |
Wtf (discussione | contributi) |
||
Riga 88: | Riga 88: | ||
DSSS/CCK HT40 | DSSS/CCK HT40 | ||
[...] | [...] | ||
</pre> | |||
che si tradurrà nella seguente riga di configurazione: | |||
<pre>ht_capab=[HT40+][RX-STBC1][SMPS-STATIC][SHORT-GI-20][SHORT-GI-40][DSSS_CCK-40]</pre> | |||
È ora possibile specificare un file di configurazione definitivo, che nel caso del chipset ''Intel(R) Dual Band Wireless AC 3160'' potrebbe essere: | |||
<pre> | |||
# Wireless interface | |||
interface=wlan0 | |||
bridge=br0 | |||
driver=nl80211 | |||
country_code=IT | |||
# Wireless environment | |||
ssid=vostro_SSID | |||
hw_mode=g | |||
channel=4 | |||
# 802.11n | |||
wme_enabled=1 | |||
ieee80211n=1 | |||
ht_capab=[HT40+][RX-STBC1][SMPS-STATIC][SHORT-GI-20][SHORT-GI-40][DSSS_CCK-40] | |||
# Authentication and encryption | |||
macaddr_acl=0 | |||
auth_algs=1 | |||
ignore_broadcast_ssid=1 | |||
wpa=2 | |||
wpa_passphrase=password_personale | |||
wpa_key_mgmt=WPA-PSK | |||
wpa_pairwise=TKIP | |||
rsn_pairwise=CCMP | |||
</pre> | </pre> |
contributi