Changeset 132ab5d1 in mainline for uspace/lib/ieee80211/include/ieee80211.h
- Timestamp:
- 2018-01-30T03:20:45Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5a6cc679
- Parents:
- 8bfb163 (diff), 6a5d05b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/lib/ieee80211/include/ieee80211.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ieee80211/include/ieee80211.h
r8bfb163 r132ab5d1 103 103 * @param ieee80211_dev Pointer to IEEE 802.11 device structure. 104 104 * 105 * @return EOK if succeed, negativeerror code otherwise.105 * @return EOK if succeed, error code otherwise. 106 106 * 107 107 */ … … 115 115 * @param ieee80211_dev Pointer to IEEE 802.11 device structure. 116 116 * 117 * @return EOK if succeed, negativeerror code otherwise.117 * @return EOK if succeed, error code otherwise. 118 118 * 119 119 */ … … 129 129 * @param buffer_size Size of buffer. 130 130 * 131 * @return EOK if succeed, negativeerror code otherwise.131 * @return EOK if succeed, error code otherwise. 132 132 * 133 133 */ … … 139 139 * @param freq New device operating frequency. 140 140 * 141 * @return EOK if succeed, negativeerror code otherwise.141 * @return EOK if succeed, error code otherwise. 142 142 * 143 143 */ … … 149 149 * @param connected True if connected to new BSSID, otherwise false. 150 150 * 151 * @return EOK if succeed, negativeerror code otherwise.151 * @return EOK if succeed, error code otherwise. 152 152 * 153 153 */ … … 161 161 * false to remove it. 162 162 * 163 * @return EOK if succeed, negativeerror code otherwise.163 * @return EOK if succeed, error code otherwise. 164 164 * 165 165 */
Note:
See TracChangeset
for help on using the changeset viewer.
