Age | Commit message (Expand) | Author |
2006-07-29 | ALIGNED_POINTER is always defined. | Miod Vallat |
2006-06-27 | add the net80211 hostap options "nwflag hidenwid" for hidden SSID mode | Reyk Floeter |
2006-06-24 | ieee80211_cfgget() and ieee80211_cfgset() are dead; ok jsg | Theo de Raadt |
2006-06-23 | add an optional max_rssi attribute to the ieee80211com structure and | Reyk Floeter |
2006-06-19 | unbreak the code if compiled with IEEE80211_DEBUG by using the right | Reyk Floeter |
2006-06-18 | s/memcmp/IEEE80211_ADDR_EQ/ | Damien Bergamini |
2006-06-18 | Improve 802.11b/g interoperability and move toward better compliance | Damien Bergamini |
2006-06-17 | s/int/u_int/g | Damien Bergamini |
2006-06-17 | protect those files against multiple inclusions too. | Damien Bergamini |
2006-06-17 | Move AMRR rate control algorithm out of wpi(4) and ural(4), into net80211. | Damien Bergamini |
2006-05-21 | account for the size of a 802.11 header in ieee80211_getmbuf(). | Damien Bergamini |
2006-05-19 | use ieee80211_add_ssid() in ieee80211_beacon_alloc() and wpi(4) instead | Damien Bergamini |
2006-05-19 | - export ieee80211_add_ssid() just like ieee80211_add_(x)rates() so I don't | Damien Bergamini |
2006-04-22 | typo. | Federico G. Schwindt |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2006-02-20 | Fix kernel builds without bpfilter. Linking is still broken. | Damien Bergamini |
2006-02-19 | Fix a comment in ieee80211_next_scan(). | Damien Bergamini |
2006-01-11 | Disable shared key mode until we have a way for the user to specify | Todd C. Miller |
2006-01-04 | Remove redundant calls to bpfdetach. | Can Erkin Acar |
2006-01-02 | use the correct format string directive %llu instead of "%ull". | Reyk Floeter |
2005-12-18 | Update my e-mail address in the copyright statement, no binary changes. | Reyk Floeter |
2005-12-09 | /* fall thru... */ -> /* FALLTHROUGH */ | Jonathan Gray |
2005-11-03 | re-implement the bpf "filter drop" option that it actually works. the | Reyk Floeter |
2005-10-09 | if the wireless hostap interface belongs to a bridge, learn the node's | Reyk Floeter |
2005-10-07 | minor knf | Reyk Floeter |
2005-09-13 | replace the node hash table with a red-black tree. this fixes some | Reyk Floeter |
2005-09-08 | mostly knf | Reyk Floeter |
2005-09-08 | Remove the last of the FreeBSD compatiblity goop. | Jonathan Gray |
2005-09-08 | Remove FreeBSD if_printf compat function from net80211. | Jonathan Gray |
2005-09-08 | reset the scan state for each new mode | Reyk Floeter |
2005-09-07 | Remove FreeBSD/NetBSD ifdef mess. We are not likely to be | Jonathan Gray |
2005-07-30 | remove a useless timeout after tx (decrease nasty delays while | Reyk Floeter |
2005-05-28 | enable IFCAP_VLAN_MTU because IEEE 802.11 defines a MTU of about 2290. | Reyk Floeter |
2005-05-25 | add ifconfig -M option to replace wicontrol -L and -l for ap scanning | Reyk Floeter |
2005-05-13 | do { } while (0) wrappers on debug printf macros. ok reyk@ | Jonathan Gray |
2005-05-07 | Fix compilation with IEEE80211_DEBUG defined. Spotted by djm@. | Jonathan Gray |
2005-04-21 | scan the next mode if nothing has been found. this is necessary if the | Reyk Floeter |
2005-04-20 | send raw 802.11 frames with bpf(4) using the IEEE802_11 or | Reyk Floeter |
2005-04-03 | remove redundant suser() checks | Uwe Stuehler |
2005-04-02 | Protect SIOCSIFMTU, too. | Uwe Stuehler |
2005-04-01 | Protect more SIOCS* commands with suser() checks. | Uwe Stuehler |
2005-04-01 | Fix some ioctl permission checks on the basis of what if_wi.c does. | Uwe Stuehler |
2005-03-13 | fix whitespace | Reyk Floeter |
2005-03-11 | Make sure we associate an interface with the m_pkthdr in | Jonathan Gray |
2005-03-08 | make this compile | Michael Shalayeff |
2005-03-03 | addtion of a generic function for allocating beacons: ieee80211_beacon_alloc(). | Damien Bergamini |
2005-02-27 | remove dead code of unsupported ioctls from FreeBSD. we do it in a | Reyk Floeter |
2005-02-26 | Fix a problem introduced with the recent lru cache change. | Jonathan Gray |
2005-02-23 | add all supported regulation domains. the forced COUNTRYCODE in ar5xxx | Reyk Floeter |