*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: ieee80211_ioctl | Section: 9 | Source: NetBSD | File: ieee80211_ioctl.9
IEEE80211_IOCTL(9) FreeBSD Kernel Developer's Manual IEEE80211_IOCTL(9) NAME ieee80211_cfgget, ieee80211_cfgset, ieee80211_ioctl - 802.11 interface ioctl commands SYNOPSIS #include <net80211/ieee80211_var.h> #include <net80211/ieee80211_proto.h> #include <net80211/ieee80211_ioctl.h> int ieee80211_cfgget(struct ieee80211com *ic, u_long cmd, void *data); int ieee80211_cfgset(struct ieee80211com *ic, u_long cmd, void *data); int ieee80211_ioctl(struct ieee80211com *ic, u_long cmd, void *data); DESCRIPTION These functions are typically invoked by drivers in response to requests for information or to change settings from the userland. The ieee80211_cfgget() and ieee80211_cfgset() functions implement a legacy interface for getting and setting 802.11 interface attributes respectively. The interface is compatible with the RIDs implemented by the wi(4) driver and used by the wiconfig(8) utility. The ieee80211_ioctl() function implements ioctls such as key management for wireless devices. Ioctls related to the Ethernet layer also pass through here, but are handed off to ether_ioctl() when no match for cmd is found. SEE ALSO wi(4), ifconfig(8), wiconfig(8), ieee80211(9) HISTORY The ieee80211 series of functions first appeared in NetBSD 1.5, and were later ported to FreeBSD 4.6. AUTHORS This man page was written by Bruce M. Simpson <[email protected]> and Darron Broad <[email protected]>. FreeBSD 14.1-RELEASE-p8 September 12, 2006 FreeBSD 14.1-RELEASE-p8

Navigation Options