From bb16c74c8faaaf3289f4aac47b10aadcf20e71b8 Mon Sep 17 00:00:00 2001 From: Sven Zehl Date: Thu, 9 Feb 2017 17:24:11 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14c7ec5..7200eec 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ cd ~; mkdir hmac; cd hmac; git clone https://github.com/szehl/ath9k-hmac.git; ``` ### Install 3.12 kernel: ``` -chmod +x ath9k-hmac/install_3.12_kernel.sh; ath9k-hmac/install_3.12_kernel.sh +chmod +x ath9k-hmac/install_3.12_kernel.sh; ath9k-hmac/install_3.12_kernel.sh; sudo update-grub2 ``` Now reboot machine and choose 3.12 kernel during boot in the grub menu. From 2e03495e2b515be52695a2b628ed77019d7fcc79 Mon Sep 17 00:00:00 2001 From: Sven Zehl Date: Thu, 9 Feb 2017 17:25:05 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7200eec..aaf4681 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ cd ~; mkdir hmac; cd hmac; git clone https://github.com/szehl/ath9k-hmac.git; ``` ### Install 3.12 kernel: ``` -chmod +x ath9k-hmac/install_3.12_kernel.sh; ath9k-hmac/install_3.12_kernel.sh; sudo update-grub2 +chmod +x ath9k-hmac/install_3.12_kernel.sh; ath9k-hmac/install_3.12_kernel.sh; sudo update-grub2; ``` Now reboot machine and choose 3.12 kernel during boot in the grub menu. From 2191e5c5fed009d7f3f5028a4e29c7b714e1f003 Mon Sep 17 00:00:00 2001 From: Sven Zehl Date: Thu, 9 Feb 2017 17:30:06 +0100 Subject: [PATCH 3/3] Update hmac_example.py --- hmac_python_wrapper/hmac_example.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hmac_python_wrapper/hmac_example.py b/hmac_python_wrapper/hmac_example.py index f59ac34..38484f3 100644 --- a/hmac_python_wrapper/hmac_example.py +++ b/hmac_python_wrapper/hmac_example.py @@ -36,7 +36,9 @@ if __name__ == "__main__": # configuration of hybrid MAC dstHWAddr = "34:13:e8:24:77:be" # STA destination MAC address total_slots = 10 - slot_duration = 20000 + slot_duration = 10000 # depending on slotduration and number of client stas the + # AP serves you have to update the buffer size using ATH_MAX_QDEPTH in ath9k source + # e.g. increase ATH_TXBUF if more traffic has to be buffered, otherwise ath9k will crash. iface = 'wlan0' # create new MAC for local node