Changeset 1dcc0b9 in mainline for uspace/drv/nic/ar9271/Makefile


Ignore:
Timestamp:
2015-04-06T10:47:51Z (10 years ago)
Author:
Jan Kolarik <kolarik@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d7dadcb4
Parents:
59fa7ab
Message:

Scanning whole 2.4GHz spectrum, created supplicant for managing connection between device STA and AP, finished association process between STA and AP, handling 4way handshake protocol used for key management, written needed cryptographic algorithms (AES, SHA1, HMAC, PBKDF2) for CCMP protocol, data communication on OPEN/CCMP networks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/ar9271/Makefile

    r59fa7ab r1dcc0b9  
    3434        $(LIBDRV_PREFIX)/libdrv.a \
    3535        $(LIBNIC_PREFIX)/libnic.a \
    36         $(LIBIEEE80211_PREFIX)/libieee80211.a
     36        $(LIBIEEE80211_PREFIX)/libieee80211.a \
     37        $(LIBCRYPTO_PREFIX)/libcrypto.a
    3738       
    3839EXTRA_CFLAGS += \
     
    4344        -I$(LIBNIC_PREFIX)/include \
    4445        -I$(LIBIEEE80211_PREFIX)/include \
     46        -I$(LIBCRYPTO_PREFIX)
    4547       
    4648BINARY = ar9271
Note: See TracChangeset for help on using the changeset viewer.