Move driver deinitialization away from hostapd.c
[libeap.git] / hostapd / driver_i.h
2009-12-25 Jouni MalinenMove driver deinitialization away from hostapd.c
2009-12-25 Jouni MalinenMove hostapd driver initialization away from hostapd.c
2009-12-24 Jouni MalinenMove generic AP functionality implementation into src/ap
2009-12-24 Jouni MalinenRemove direct driver calls from tkip_countermeasures.c
2009-12-24 Jouni MalinenRemove direct driver calls from ieee802_11.c
2009-12-24 Jouni MalinenRemove direct driver calls from sta_info.c
2009-12-24 Jouni MalinenRemove direct driver calls from beacon.c
2009-12-24 Jouni MalinenRemove need for direct driver calls from ieee802_11_auth.c
2009-12-24 Jouni MalinenRemove direct driver calls from accounting.c
2009-12-24 Jouni MalinenMove more driver ops into struct hostapd_driver_ops
2009-12-24 Jouni MalinenUse hostapd driver op wrapper for send_mgmt_frame
2009-12-24 Jouni MalinenMerge driver ops set_wps_beacon_ie and set_wps_probe_re...
2009-12-24 Felix Fietkauhostapd: Add WDS (4-address frame) mode with per-statio...
2009-12-13 Jouni MalinenAdd BSS ctx to if_add() driver op
2009-12-13 Jouni MalinenRemove usused flags parameter from sta_add() driver op
2009-12-12 Jouni MalinenChange set_ieee8021x driver op to use parameters structure
2009-12-10 Jouni MalinenMerge get_seqnum_igtk() driver op with get_seqnum()
2009-12-09 Jouni Malinenhostapd: Remove unused bridge_packets configuration...
2009-12-09 Jouni MalinenMerge bss_add/bss_remove drivers ops into if_add/if_remove
2009-12-09 Jouni MalinenRemove unused if_update() driver op
2009-12-06 Jouni MalinenRemove unnecessary CONFIG_IEEE80211N use
2009-11-29 Jouni MalinenHT: Remove unneeded struct ht_cap_ie wrapper
2009-11-23 Jouni MalinenRemove deprecated driver_ops handlers
2009-11-23 Jouni MalinenMerge set_key and hapd_set_key driver_ops into a single...
2009-11-23 Jouni MalinenMerge set_beacon driver_ops into a single one
2009-04-22 Jouni MalinenRemove unused set_broadcast_ssid() driver op
2009-04-22 Jouni MalinenRemove the unused set_ieee80211d driver op
2009-04-21 Jouni MalinenRemove unused set_retry() driver op
2009-04-17 Jouni Malinenhostapd: Remove unused passive scan functionality
2009-04-17 Jouni MalinenProvide own_addr buffer in hapd_init() parameters
2009-04-17 Jouni MalinenAdd own_addr as a parameter to sta_deauth() and sta_dis...
2009-04-16 Jouni MalinenClean up HT40 scan and share nl80211 scanning code
2009-04-09 Jouni MalinenShare driver beacon configuration handlers
2009-04-09 Jouni MalinenMerge hostapd driver init functions into one
2009-04-09 Jouni MalinenShare same set_country driver op for hostapd and wpa_su...
2009-04-09 Jouni MalinenShare management frame send driver op for hostapd and...
2009-04-09 Jouni MalinenRemove flags parameter from send_mgmt_frame() driver op
2009-04-09 Jouni MalinenUse common get_hw_feature_data for hostapd and wpa_supp...
2009-04-09 Jouni MalinenMerge wpa_supplicant and hostapd driver wrapper impleme...
2009-04-03 Jouni MalinenRemove unused driver_ops
2009-04-03 Jouni MalinenMerge wireless_event_{,de}init() into {,de}init() driver op
2009-04-02 Jouni MalinenMerge set_dtim_period() into set_beacon()
2009-03-30 Jouni MalinenMake channel number available to set_freq()
2009-03-25 Jouni MalinenMove hostapd driver_ops to use similar set_key with...
2009-03-25 Jouni MalinenReplace deprecated add_sta() with add_sta2()
2009-03-25 Jouni MalinenRemove deprecated version of set_freq() and rename...
2009-03-25 Jouni MalinenRemove unused set_assoc_ap() wpa_driver_ops
2009-03-25 Jouni MalinenInclude config.h explicitly into files that actually...
2009-02-04 Jouni Malinen802.11n: scan for overlapping BSSes before starting...
2009-01-13 Jouni MalinenRemoved unused set_regulatory_domain driver function
2009-01-08 Jouni MalinenSplit hostapd/driver.h into two files