wnm_ap.h 386 B

1234567891011121314151617
  1. /*
  2. * IEEE 802.11v WNM related functions and structures
  3. * Copyright (c) 2011-2012, Qualcomm Atheros, Inc.
  4. *
  5. * This software may be distributed under the terms of the BSD license.
  6. * See README for more details.
  7. */
  8. #ifndef WNM_AP_H
  9. #define WNM_AP_H
  10. struct rx_action;
  11. int ieee802_11_rx_wnm_action_ap(struct hostapd_data *hapd,
  12. struct rx_action *action);
  13. #endif /* WNM_AP_H */