Changeset cde999a in mainline for uspace/lib/ieee80211/src/ieee80211.c
- Timestamp:
- 2018-01-04T20:22:51Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3d95c9d, 84a1a54
- Parents:
- 3c7702c0
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 19:18:29)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:22:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ieee80211/src/ieee80211.c
r3c7702c0 rcde999a 514 514 * @param fun NIC function. 515 515 * 516 * @return EOK if succeed, negativeerror code otherwise.516 * @return EOK if succeed, error code otherwise. 517 517 * 518 518 */ … … 728 728 * @param ddf_dev Pointer to backing DDF device structure. 729 729 * 730 * @return EOK if succeed, negativeerror code otherwise.730 * @return EOK if succeed, error code otherwise. 731 731 * 732 732 */ … … 768 768 * interface operations. 769 769 * 770 * @return EOK if succeed, negativeerror code otherwise.770 * @return EOK if succeed, error code otherwise. 771 771 * 772 772 */ … … 847 847 * @param ssid Probing SSID or NULL if broadcast. 848 848 * 849 * @return EOK if succeed, negativeerror code otherwise.849 * @return EOK if succeed, error code otherwise. 850 850 * 851 851 */ … … 914 914 * @param ieee80211_dev Pointer to IEEE 802.11 device structure. 915 915 * 916 * @return EOK if succeed, negativeerror code otherwise.916 * @return EOK if succeed, error code otherwise. 917 917 * 918 918 */ … … 964 964 * or NULL for open networks. 965 965 * 966 * @return EOK if succeed, negativeerror code otherwise.966 * @return EOK if succeed, error code otherwise. 967 967 * 968 968 */ … … 1054 1054 * @param ieee80211_dev Pointer to IEEE 802.11 device structure. 1055 1055 * 1056 * @return EOK if succeed, negativeerror code otherwise.1056 * @return EOK if succeed, error code otherwise. 1057 1057 * 1058 1058 */ … … 1238 1238 * @param mgmt_header Pointer to start of management frame header. 1239 1239 * 1240 * @return EOK if succeed, negativeerror code otherwise.1240 * @return EOK if succeed, error code otherwise. 1241 1241 * 1242 1242 */ … … 1324 1324 * @param mgmt_header Pointer to start of management frame header. 1325 1325 * 1326 * @return EOK if succeed, negativeerror code otherwise.1326 * @return EOK if succeed, error code otherwise. 1327 1327 * 1328 1328 */ … … 1353 1353 * @param mgmt_header Pointer to start of management frame header. 1354 1354 * 1355 * @return EOK if succeed, negativeerror code otherwise.1355 * @return EOK if succeed, error code otherwise. 1356 1356 * 1357 1357 */ … … 1629 1629 * @param buffer_size Size of buffer. 1630 1630 * 1631 * @return EOK if succeed, negativeerror code otherwise.1631 * @return EOK if succeed, error code otherwise. 1632 1632 * 1633 1633 */ … … 1693 1693 * @param buffer_size Size of buffer. 1694 1694 * 1695 * @return EOK if succeed, negativeerror code otherwise.1695 * @return EOK if succeed, error code otherwise. 1696 1696 * 1697 1697 */
Note:
See TracChangeset
for help on using the changeset viewer.