~ubuntu-branches/ubuntu/utopic/wpasupplicant/utopic

« back to all changes in this revision

Viewing changes to src/drivers/driver.h

  • Committer: Bazaar Package Importer
  • Author(s): Kel Modderman
  • Date: 2010-02-27 11:30:53 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100227113053-axxieaw3hmuqbqls
Tags: 0.6.10-2
* Switch to source format 3.0 (quilt), drop quilt build dependency
  and remove '--with quilt' from dh command in debian/rules.
* Fix "FTBFS on kfreebsd-gnu" with addition of 21_kfreebsd.patch.
  Thanks to work by Stefan Lippers-Hollmann and Petr Salinger.
  (Closes: #480572)
* Disable experimental feature CONFIG_IEEE80211W (management frame
  protection) due to it not being supported by any driver but ath9k
  and it generating ioctl errors which cause much concern among users
  for little to no benefit.
* Add traling blank line to debian/NEWS to assist apt-listchanges as
  per lintian advice.
* Cherry pick 30_cfg80211_association_optimisation.patch from upstream
  git. Add cfg80211-specific optimization to avoid silly behavior.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
 * @ifname: Interface name that can be used with init() or init2()
132
132
 * @desc: Human readable adapter description (e.g., vendor/model) or NULL if
133
133
 *      not available
134
 
 * @drv_bame: struct wpa_driver_ops::name (note: unlike other strings, this one
 
134
 * @drv_name: struct wpa_driver_ops::name (note: unlike other strings, this one
135
135
 *      is not an allocated copy, i.e., get_interfaces() caller will not free
136
136
 *      this)
137
137
 */
702
702
        int (*flush_pmkid)(void *priv);
703
703
 
704
704
        /**
705
 
         * flush_pmkid - Flush PMKSA cache
 
705
         * get_capa - Get driver capabilities
706
706
         * @priv: private driver interface data
707
707
         *
708
708
         * Returns: 0 on success, -1 on failure