Changes in uspace/lib/drv/include/ops/ieee80211.h [cde999a:8a64320e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/ops/ieee80211.h
rcde999a r8a64320e 48 48 * @param now Whether to initiate scan immediately. 49 49 * 50 * @return EOK if succeed, error code otherwise.50 * @return EOK if succeed, negative error code otherwise. 51 51 * 52 52 */ … … 59 59 * @param password Network password (empty string if not needed). 60 60 * 61 * @return EOK if succeed, error code otherwise.61 * @return EOK if succeed, negative error code otherwise. 62 62 * 63 63 */ … … 68 68 * @param fun IEEE 802.11 function. 69 69 * 70 * @return EOK if succeed, error code otherwise.70 * @return EOK if succeed, negative error code otherwise. 71 71 * 72 72 */
Note:
See TracChangeset
for help on using the changeset viewer.