diff options
author | Jouni Malinen <jouni.malinen@atheros.com> | 2008-12-30 18:04:29 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2008-12-30 18:04:29 +0200 |
commit | 88b4b4246d5d2a21f197359d7b5907a895bb3b14 (patch) | |
tree | 6ca42f8b76485ee009b160e01b9fc482d8add50b /hostapd/ieee802_11.h | |
parent | 3f732d1fc3beadb6f85750804ce821bc99e92af1 (diff) | |
download | external_wpa_supplicant_8_ti-88b4b4246d5d2a21f197359d7b5907a895bb3b14.zip external_wpa_supplicant_8_ti-88b4b4246d5d2a21f197359d7b5907a895bb3b14.tar.gz external_wpa_supplicant_8_ti-88b4b4246d5d2a21f197359d7b5907a895bb3b14.tar.bz2 |
Added ctrl_interface command for sending a SA Query request
This can be useful for testing IEEE 802.11w functionality, so provide
means for manual request to send a SA Query request.
Diffstat (limited to 'hostapd/ieee802_11.h')
-rw-r--r-- | hostapd/ieee802_11.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hostapd/ieee802_11.h b/hostapd/ieee802_11.h index bb88ede..ca8ef93 100644 --- a/hostapd/ieee802_11.h +++ b/hostapd/ieee802_11.h @@ -50,5 +50,7 @@ u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid); u8 * hostapd_eid_ht_capabilities_info(struct hostapd_data *hapd, u8 *eid); u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid); int hostapd_ht_operation_update(struct hostapd_iface *iface); +void ieee802_11_send_sa_query_req(struct hostapd_data *hapd, + const u8 *addr, const u8 *trans_id); #endif /* IEEE802_11_H */ |