summaryrefslogtreecommitdiff
path: root/sys/src/9/pc/etherwpi.c
AgeCommit message (Collapse)Author
2017-02-13wifi: handle short preamble and short time slot capabilitiescinap_lenrek
- drivers enable short preamble and sort timeslot depending on the ap beacon capinfo field (bss->cap) - wifi sets short preamble bit in capinfo on association request - wifi sets short timeslot bit when ap advertized it in beacon
2015-10-09wifi: quote value of parsed ether optionscinap_lenrek
introduce wificfg() function to convert ether->opt[] strings to wifictl messages, which needs quoting for the value. so etherX=type=iwl essid='something with spaces' works.
2015-07-11etherwpi: dont enable transmit power for invalid channels, add multicast stubcinap_lenrek
2015-07-10etherwpi: afra supportcinap_lenrek
2015-06-28etherwpi: remove debug prints, use iprint() in interruptcinap_lenrek
2015-06-28etherwpi: Intel PRO Wireless 3945abg driver based on openbsd's if_wpi ↵cinap_lenrek
(thanks aap)