driver_wrapper.doxygen
来自「hostapd源代码」· DOXYGEN 代码 · 共 21 行
DOXYGEN
21 行
/**\page driver_wrapper Driver wrapper implementation (driver.h, drivers.c)All hardware and driver dependent functionality is in separate C filesthat implement defined wrapper functions. Other partsof the hostapd are designed to be hardware, driver, and operatingsystem independent.Driver wrappers need to implement whatever calls are used in thetarget operating system/driver for controlling wireless LANdevices. As an example, in case of Linux, these are mostly some gluecode and ioctl() calls and netlink message parsing for Linux WirelessExtensions (WE). Since features required for WPA were added only recently toLinux Wireless Extensions (in version 18), some driver specific code is usedin number of driver interface implementations. These driver dependent partscan be replaced with generic code in driver_wext.c once the target driverincludes full support for WE-18. After that, all Linux drivers, atleast in theory, could use the same driver wrapper code.*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?