mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2024-12-18 13:36:23 +00:00
Update hmac_example.py
This commit is contained in:
parent
2e03495e2b
commit
2191e5c5fe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user