index
:
hostap
android-jb
android-kk
android-l
android-m
aosp-jb
aosp-kk
master
pending
hostapd/wpa_supplicant
Jouni Malinen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
driver_bsd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
BSD: don't log SIOCG80211 errors during interface setup
Roy Marples
2020-10-09
1
-1/+9
*
nl80211: Fetch information on supported AKMs from the driver
Veerendranath Jakkam
2020-05-12
1
-0/+5
*
Remove CONFIG_IEEE80211N build option
Jouni Malinen
2020-02-22
1
-5/+1
*
BSD: Fix the maximum size of a route(4) msg to 2048
Roy Marples
2020-02-02
1
-28/+3
*
BSD: Remove an outdated comment
Roy Marples
2020-02-02
1
-6/+0
*
BSD: Don't set or remove IFF_UP
Roy Marples
2020-02-02
1
-38/+8
*
BSD: Share route(4) processing with hostapd and wpa_supplicant.
Roy Marples
2020-02-02
1
-227/+148
*
BSD: Driver does not need to know about both wpa and hostap contexts
Roy Marples
2020-02-02
1
-7/+6
*
driver: Move set_key() parameters into a struct
Jouni Malinen
2020-01-08
1
-3/+9
*
BSD: Add support for route(4) message filtering
Roy Marples
2019-09-19
1
-0/+26
*
Replace int status/reason_code with u16 variable
Jouni Malinen
2019-04-22
1
-4/+4
*
bsd: Fix a typo in error message
Ryo ONODERA
2019-04-13
1
-1/+1
*
Remove trailing whitespace
Jouni Malinen
2016-12-28
1
-1/+1
*
bsd: Set level correctly for non FreeBSD systems
Roy Marples
2016-04-17
1
-0/+5
*
Find correct driver for interface additions/removals
Roy Marples
2016-03-22
1
-11/+50
*
BSD: Only down the interface once we are sure we can work with it
Roy Marples
2016-03-20
1
-4/+4
*
BSD: Zero ifindex on interface removal
Roy Marples
2016-02-05
1
-8/+19
*
BSD: Disable interface on down
Roy Marples
2016-02-05
1
-7/+15
*
BSD: Use correct ifindex from route messages
Roy Marples
2016-02-05
1
-16/+25
*
BSD: __FUNCTION__ -> __func__
Roy Marples
2016-02-05
1
-2/+2
*
bsd: Optimize socket use
Roy Marples
2016-01-12
1
-89/+129
*
drivers: Use unsigned arguments for sta_set_flags()
Jouni Malinen
2015-07-07
1
-1/+2
*
bsd: Remove redundant NULL check in bsd_init()
Jouni Malinen
2015-06-23
1
-2/+1
*
bsd: Fix parsing of ieee80211req_scan_result on FreeBSD and DragonFly
Imre Vadasz
2015-01-10
1
-0/+5
*
Clean up debug prints to use wpa_printf()
Jouni Malinen
2014-12-26
1
-19/+29
*
bsd: Fix hostapd compiler warning
Masashi Honma
2014-02-03
1
-58/+54
*
bsd: Fix NULL pointer dereference on error path
Jouni Malinen
2014-01-07
1
-2/+2
*
bsd: Prepare event buffer on init process
Masashi Honma
2014-01-07
1
-32/+30
*
Get rid of duplicated cipher suite and AKM definitions
Jouni Malinen
2013-12-31
1
-3/+3
*
bsd: Fix compilation error for NetBSD
Masashi Honma
2013-12-08
1
-0/+6
*
Replace remainining strncpy() uses with strlcpy()
Jouni Malinen
2013-10-26
1
-1/+1
*
bsd: Add a commit routine
Rui Paulo
2013-08-07
1
-0/+9
*
bsd: Mark define sta_set_flags() only for hostapd
Rui Paulo
2013-08-07
1
-1/+3
*
bsd: Mark the interface down before opening the routing socket
Rui Paulo
2013-08-07
1
-5/+6
*
bsd: Compute the RSSI level
Rui Paulo
2013-08-07
1
-0/+5
*
bsd: Set IEEE80211_KEY_NOREPLAY in IBSS/AHDEMO mode
Rui Paulo
2013-08-07
1
-0/+38
*
bsd: Skip SIOCSIFFFLAGS ioctl when there is no change.
Rui Paulo
2013-08-07
1
-2/+7
*
Remove unused disassociate() driver_ops
Jouni Malinen
2012-11-14
1
-8/+0
*
Convert os_realloc() for an array to use os_realloc_array()
Jouni Malinen
2012-08-13
1
-2/+2
*
Update license notification in files initially contributed by Sam
Jouni Malinen
2012-06-30
1
-8/+2
*
bsd: Fix set_key() sequence number endian issue
Zhu Yi
2011-06-23
1
-1/+13
*
bsd: Add support for setting HT values in IFM_MMASK
Yi Zhu
2011-04-14
1
-5/+14
*
bsd: Fix buffer size for routing socket with IPv6 disabled
Yi Zhu
2011-04-12
1
-7/+3
*
nl80211: Send EAPOL frames as QoS data frames for QoS aware clients
Felix Fietkau
2011-04-02
1
-1/+1
*
Indicate assoc vs. reassoc in association event
Shan Palanisamy
2011-03-06
1
-1/+1
*
bsd: Use correct size for routing socket
Masashi Honma
2011-02-27
1
-12/+57
*
Use set_key addr to distinguish default and multicast keys
Jouni Malinen
2011-01-09
1
-5/+2
*
Use more consistent set_key seq value when nothing is being set
Jouni Malinen
2011-01-09
1
-1/+2
*
bsd: Fix receive buffer alignment issue
Yi Zhu
2010-12-30
1
-2/+2
*
Fix driver_bsd.c compile error
Yi Zhu
2010-12-30
1
-0/+1
[next]