PASN: Configure secure ranging context to the driver in AP mode
AP as a responder, on successful completion of PASN authentication configures the required keys by using the command QCA_NL80211_VENDOR_SUBCMD_SECURE_RANGING_CONTEXT to the driver. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
de3b91a172
commit
9b62b61c68
4 changed files with 93 additions and 0 deletions
|
@ -88,6 +88,7 @@ struct pasn_data {
|
|||
int akmp;
|
||||
int cipher;
|
||||
u16 group;
|
||||
bool secure_ltf;
|
||||
u8 trans_seq;
|
||||
u8 wrapped_data_format;
|
||||
size_t kdk_len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue