diff options
| author | Arend Van Spriel <arend.vanspriel@broadcom.com> | 2018-05-22 04:19:07 -0400 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2018-05-23 05:19:02 -0400 |
| commit | e841b7b11ebd0b359e07bb3d7caf15dca1a80b72 (patch) | |
| tree | c4e9001a7a563e6047fe36c130db9ad0515065fa /include/uapi/linux | |
| parent | 76804d28c32ec14e1fdb3981623e5b7a4bc1c739 (diff) | |
nl80211: add FILS related parameters to ROAM event
In case of FILS shared key offload the parameters can change
upon roaming of which user-space needs to be notified.
Reviewed-by: Jithu Jance <jithu.jance@broadcom.com>
Reviewed-by: Eylon Pedinovsky <eylon.pedinovsky@broadcom.com>
Signed-off-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/nl80211.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h index 83ed1dd757e6..0a412335d56b 100644 --- a/include/uapi/linux/nl80211.h +++ b/include/uapi/linux/nl80211.h | |||
| @@ -215,7 +215,8 @@ | |||
| 215 | * as specified in IETF RFC 6696. | 215 | * as specified in IETF RFC 6696. |
| 216 | * | 216 | * |
| 217 | * When FILS shared key authentication is completed, driver needs to provide the | 217 | * When FILS shared key authentication is completed, driver needs to provide the |
| 218 | * below additional parameters to userspace. | 218 | * below additional parameters to userspace, which can be either after setting |
| 219 | * up a connection or after roaming. | ||
| 219 | * %NL80211_ATTR_FILS_KEK - used for key renewal | 220 | * %NL80211_ATTR_FILS_KEK - used for key renewal |
| 220 | * %NL80211_ATTR_FILS_ERP_NEXT_SEQ_NUM - used in further EAP-RP exchanges | 221 | * %NL80211_ATTR_FILS_ERP_NEXT_SEQ_NUM - used in further EAP-RP exchanges |
| 221 | * %NL80211_ATTR_PMKID - used to identify the PMKSA used/generated | 222 | * %NL80211_ATTR_PMKID - used to identify the PMKSA used/generated |
