Changes in uspace/lib/ieee80211/include/ieee80211.h [cde999a:8a64320e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ieee80211/include/ieee80211.h
rcde999a r8a64320e 103 103 * @param ieee80211_dev Pointer to IEEE 802.11 device structure. 104 104 * 105 * @return EOK if succeed, error code otherwise.105 * @return EOK if succeed, negative 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, error code otherwise.117 * @return EOK if succeed, negative error code otherwise. 118 118 * 119 119 */ … … 129 129 * @param buffer_size Size of buffer. 130 130 * 131 * @return EOK if succeed, error code otherwise.131 * @return EOK if succeed, negative error code otherwise. 132 132 * 133 133 */ … … 139 139 * @param freq New device operating frequency. 140 140 * 141 * @return EOK if succeed, error code otherwise.141 * @return EOK if succeed, negative 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, error code otherwise.151 * @return EOK if succeed, negative error code otherwise. 152 152 * 153 153 */ … … 161 161 * false to remove it. 162 162 * 163 * @return EOK if succeed, error code otherwise.163 * @return EOK if succeed, negative error code otherwise. 164 164 * 165 165 */
Note:
See TracChangeset
for help on using the changeset viewer.