blob: c26f2579c4ecb9204ad0f388bc98a3900dd25f69 [file] [log] [blame]
/*
* hostapd / Station fingerprinting
* Copyright (c) 2015 Google, Inc.
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
#ifndef FINGERPRINT_H
#define FINGERPRINT_H
void hostapd_fingerprint_probe_req(struct sta_info *sta,
const u8 *ie, size_t ie_len, int is_bcast)
void hostapd_fingerprint_assoc_req(struct sta_info *sta,
const u8 *ie, size_t ie_len);
#endif /* FINGERPRINT_H */