ieee80211_cfgget , ieee80211_cfgset , ieee80211_ioctl - 802.11 interface ioctl commands
The
ieee80211_cfgget ();
and
ieee80211_cfgset ();
functions implement a legacy interface for getting and setting 802.11
interface attributes respectively.
The
ieee80211_ioctl ();
function provides a default implementation of the
SIOCS80211
and
SIOCG80211
ifioctls commands for 802.11 drivers.
The call signature is identical to that of the
if_ioctl
member found in
Vt struct ifnet ,
however, many drivers store attributes such as
IEEE80211_IOC_STATIONNAME
in the driver's private soft state structure, so driver writers may prefer
to use this as the catch-all in a switch statement to avoid code duplication.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |