FILS: Process FILS Authentication frame (AP)
This implements processing of FILS Authentication frame for FILS shared key authentication with ERP and PMKSA caching. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
ffb62f2272
commit
c4fd6d8aa8
7 changed files with 359 additions and 0 deletions
|
@ -136,5 +136,9 @@ void ap_copy_sta_supp_op_classes(struct sta_info *sta,
|
|||
size_t supp_op_classes_len);
|
||||
|
||||
u8 * hostapd_eid_fils_indic(struct hostapd_data *hapd, u8 *eid, int hessid);
|
||||
void ieee802_11_finish_fils_auth(struct hostapd_data *hapd,
|
||||
struct sta_info *sta, int success,
|
||||
struct wpabuf *erp_resp,
|
||||
const u8 *msk, size_t msk_len);
|
||||
|
||||
#endif /* IEEE802_11_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue