summaryrefslogtreecommitdiffstats
path: root/src/drivers/driver.h
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-06-13 20:32:04 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-06-13 20:32:04 +0000
commit60c44471bf25f9e84d8701afe1bbcbcc88e18c89 (patch)
tree538db23d436787038f980271529ae2be44235c1b /src/drivers/driver.h
parentced3a3de988600636bda6479d27de8823307f171 (diff)
downloadFreeBSD-src-60c44471bf25f9e84d8701afe1bbcbcc88e18c89.zip
FreeBSD-src-60c44471bf25f9e84d8701afe1bbcbcc88e18c89.tar.gz
Import wpa_supplicant & hostapd 0.6.9.
Diffstat (limited to 'src/drivers/driver.h')
-rw-r--r--src/drivers/driver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/driver.h b/src/drivers/driver.h
index 9bce6c6..c2975d2 100644
--- a/src/drivers/driver.h
+++ b/src/drivers/driver.h
@@ -131,7 +131,7 @@ struct wpa_scan_results {
* @ifname: Interface name that can be used with init() or init2()
* @desc: Human readable adapter description (e.g., vendor/model) or NULL if
* not available
- * @drv_bame: struct wpa_driver_ops::name (note: unlike other strings, this one
+ * @drv_name: struct wpa_driver_ops::name (note: unlike other strings, this one
* is not an allocated copy, i.e., get_interfaces() caller will not free
* this)
*/
@@ -702,7 +702,7 @@ struct wpa_driver_ops {
int (*flush_pmkid)(void *priv);
/**
- * flush_pmkid - Flush PMKSA cache
+ * get_capa - Get driver capabilities
* @priv: private driver interface data
*
* Returns: 0 on success, -1 on failure
OpenPOWER on IntegriCloud