Commit History

Author SHA1 Message Date
  Jouni Malinen a8e0505bf0 Use driver event, EVENT_EAPOL_RX, for EAPOL frame indication 15 years ago
  Jouni Malinen fdbe50ed98 Fix CONFIG_AP=y build after driver API changes 15 years ago
  Jouni Malinen 2a8b74163e Move struct hostapd_frame_info definition away from driver API 15 years ago
  Jouni Malinen d7dcba70bc Define struct wpa_ssid::mode as an enum with more readable values 15 years ago
  Jouni Malinen 58c26600ca Fix wpa_supplicant build with CONFIG_AP=y 15 years ago
  Jouni Malinen f7c4783379 Split hostapd_interface_deinit() into deinit and free parts 15 years ago
  Jouni Malinen 6226e38d00 Rename some src/ap files to avoid duplicate file names 15 years ago
  Jouni Malinen 1b56c26c40 Get rid of direct hostapd_for_each_interface() calls 15 years ago
  Jouni Malinen 70db2ab308 Move rest of the generic AP mode functionality into src/ap 15 years ago
  Jouni Malinen a911a6e61f Do not use virtual driver_ops for wpa_supplicant AP mode 15 years ago
  Jouni Malinen 8c5fe31fe8 Move driver deinitialization away from hostapd.c 15 years ago
  Jouni Malinen 0e2d35c614 Move ctrl_iface_ap.c into src/ap 15 years ago
  Jouni Malinen e5f2b59c7e Move hostapd driver initialization away from hostapd.c 15 years ago
  Jouni Malinen 363b9e6052 Fix wpa_supplicant CONFIG_AP build 15 years ago
  Jouni Malinen 1057d78eb8 Move generic AP functionality implementation into src/ap 15 years ago
  Felix Fietkau fbbfcbac29 hostapd: Add WDS (4-address frame) mode with per-station interfaces 15 years ago
  Jouni Malinen 094393b144 Copy config_methods and device_type configuration for AP mode 15 years ago
  Jouni Malinen 1078126f64 Add "keypad" to config methods for wpa_supplicant AP mode with WPS 15 years ago
  Jouni Malinen 9969e5a46a Make hostapd_for_each_interface() take context pointer as argument 15 years ago
  Jouni Malinen b57e086cc1 Mark management frame processing functions to use const buffer 15 years ago
  Jouni Malinen f8b1f69561 Use generic driver events for TX status and RX reporting 15 years ago
  Jouni Malinen 331c12086f Fix CONFIG_AP=y build after driver_ops set_key merge 15 years ago
  Jouni Malinen 5d67487244 Merge set_beacon driver_ops into a single one 15 years ago
  Jouni Malinen 43fb529750 Add AP mode WPA status into ctrl_iface 15 years ago
  Jouni Malinen 35deb646cc Fix CONFIG_AP=y build without CONFIG_CTRL_IFACE 15 years ago
  Jouni Malinen 4f760fcc7c Fix hostapd wpa_msg() calls ctx for wpa_supplicant AP mode 15 years ago
  Jouni Malinen e653b62275 Add station table query to wpa_supplicant AP ctrl_iface 15 years ago
  Witold Sowa 3a57305f10 Fix a bug with ap_rx_from_unknown_sta() recursion 15 years ago
  Witold Sowa b2cc805619 Set current ssid when entering AP mode 15 years ago
  Johannes Berg fe6bdb777e Replace NEED_MLME with NEED_AP_MLME 15 years ago