FT: Include identity and radius_cui in pull/resp frames
This allows APs using FT to get the EAP session information from R0KH to R1KHs. Signed-off-by: Michael Braun <michael-dev@fami-braun.de>
This commit is contained in:
parent
9fbe292ff3
commit
069b4e3048
2 changed files with 195 additions and 16 deletions
|
@ -84,6 +84,9 @@ struct ft_rrb_frame {
|
|||
#define FT_RRB_VLAN_UNTAGGED 13 /* le16 */
|
||||
#define FT_RRB_VLAN_TAGGED 14 /* n times le16 */
|
||||
|
||||
#define FT_RRB_IDENTITY 15
|
||||
#define FT_RRB_RADIUS_CUI 16
|
||||
|
||||
struct ft_rrb_tlv {
|
||||
le16 type;
|
||||
le16 len;
|
||||
|
@ -98,7 +101,7 @@ struct ft_rrb_seq {
|
|||
|
||||
/* session TLVs:
|
||||
* required: PMK_R1, PMK_R1_NAME, PAIRWISE
|
||||
* optional: VLAN_UNTAGGED, VLAN_TAGGED, EXPIRES_IN
|
||||
* optional: VLAN_UNTAGGED, VLAN_TAGGED, EXPIRES_IN, IDENTITY, RADIUS_CUI
|
||||
*
|
||||
* pull frame TLVs:
|
||||
* auth:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue