diff options
author | Jouni Malinen <j@w1.fi> | 2013-12-23 18:21:17 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2013-12-23 18:21:17 (GMT) |
commit | b2838baf6a0cde929485607473c6b1895d28e8b9 (patch) | |
tree | ec7c5ee353c0938f51f13e266ffad06658327464 /wpa_supplicant/config_ssid.h | |
parent | 3208c3e97009673c462085b258646d2f79c6d79c (diff) | |
download | hostap-b2838baf6a0cde929485607473c6b1895d28e8b9.zip hostap-b2838baf6a0cde929485607473c6b1895d28e8b9.tar.gz hostap-b2838baf6a0cde929485607473c6b1895d28e8b9.tar.bz2 |
Update IBSS documentation to include RSN option
Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'wpa_supplicant/config_ssid.h')
-rw-r--r-- | wpa_supplicant/config_ssid.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/wpa_supplicant/config_ssid.h b/wpa_supplicant/config_ssid.h index 0102da9..af0c3c6 100644 --- a/wpa_supplicant/config_ssid.h +++ b/wpa_supplicant/config_ssid.h @@ -315,12 +315,13 @@ struct wpa_ssid { * 4 = P2P Group Formation (used internally; not in configuration * files) * - * Note: IBSS can only be used with key_mgmt NONE (plaintext and - * static WEP) and key_mgmt=WPA-NONE (fixed group key TKIP/CCMP). In - * addition, ap_scan has to be set to 2 for IBSS. WPA-None requires - * following network block options: proto=WPA, key_mgmt=WPA-NONE, - * pairwise=NONE, group=TKIP (or CCMP, but not both), and psk must also - * be set (either directly or using ASCII passphrase). + * Note: IBSS can only be used with key_mgmt NONE (plaintext and static + * WEP) and WPA-PSK (with proto=RSN). In addition, key_mgmt=WPA-NONE + * (fixed group key TKIP/CCMP) is available for backwards compatibility, + * but its use is deprecated. WPA-None requires following network block + * options: proto=WPA, key_mgmt=WPA-NONE, pairwise=NONE, group=TKIP (or + * CCMP, but not both), and psk must also be set (either directly or + * using ASCII passphrase). */ enum wpas_mode { WPAS_MODE_INFRA = 0, |