Changeset 8a64320e in mainline for uspace/lib/ieee80211/include/ieee80211_iface_impl.h
- Timestamp:
- 2015-04-23T23:40:14Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dcba819
- Parents:
- 09044cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ieee80211/include/ieee80211_iface_impl.h
r09044cb r8a64320e 27 27 */ 28 28 29 /** 29 /** 30 30 * @addtogroup libieee80211 31 31 * @{ … … 33 33 34 34 /** @file ieee80211_iface_impl.h 35 * 35 * 36 36 * IEEE 802.11 default interface functions definition. 37 37 */ 38 38 39 39 #ifndef LIB_IEEE80211_IFACE_IMPL_H 40 #define 40 #define LIB_IEEE80211_IFACE_IMPL_H 41 41 42 42 #include <ddf/driver.h> 43 44 43 #include "ieee80211.h" 45 44 46 extern int ieee80211_get_scan_results_impl(ddf_fun_t *fun, 47 ieee80211_scan_results_t *results, bool now); 48 extern int ieee80211_connect_impl(ddf_fun_t *fun, char *ssid_start, 49 char *password); 50 extern int ieee80211_disconnect_impl(ddf_fun_t *fun); 45 extern int ieee80211_get_scan_results_impl(ddf_fun_t *, 46 ieee80211_scan_results_t *, bool); 47 extern int ieee80211_connect_impl(ddf_fun_t *, char *, char *); 48 extern int ieee80211_disconnect_impl(ddf_fun_t *); 51 49 52 #endif 50 #endif /* LIB_IEEE80211_IFACE_IMPL_H */ 53 51 54 52 /** @}
Note:
See TracChangeset
for help on using the changeset viewer.