Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

enum_ieee80211_sta_info_flags(9) [suse man page]

ENUM 
IEEE80211_STA_I(9) Internals ENUM IEEE80211_STA_I(9) NAME
enum_ieee80211_sta_info_flags - Stations flags SYNOPSIS
enum ieee80211_sta_info_flags { WLAN_STA_AUTH, WLAN_STA_ASSOC, WLAN_STA_PS_STA, WLAN_STA_AUTHORIZED, WLAN_STA_SHORT_PREAMBLE, WLAN_STA_ASSOC_AP, WLAN_STA_WME, WLAN_STA_WDS, WLAN_STA_CLEAR_PS_FILT, WLAN_STA_MFP, WLAN_STA_SUSPEND, WLAN_STA_PS_DRIVER, WLAN_STA_PSPOLL, WLAN_STA_DISASSOC }; CONSTANTS
WLAN_STA_AUTH Station is authenticated. WLAN_STA_ASSOC Station is associated. WLAN_STA_PS_STA Station is in power-save mode WLAN_STA_AUTHORIZED Station is authorized to send/receive traffic. This bit is always checked so needs to be enabled for all stations when virtual port control is not in use. WLAN_STA_SHORT_PREAMBLE Station is capable of receiving short-preamble frames. WLAN_STA_ASSOC_AP We're associated to that station, it is an AP. WLAN_STA_WME Station is a QoS-STA. WLAN_STA_WDS Station is one of our WDS peers. WLAN_STA_CLEAR_PS_FILT Clear PS filter in hardware (using the IEEE80211_TX_CTL_CLEAR_PS_FILT control flag) when the next frame to this station is transmitted. WLAN_STA_MFP Management frame protection is used with this STA. WLAN_STA_SUSPEND Set/cleared during a suspend/resume cycle. Used to deny ADDBA requests (both TX and RX). WLAN_STA_PS_DRIVER driver requires keeping this station in power-save mode logically to flush frames that might still be in the queues WLAN_STA_PSPOLL Station sent PS-poll while driver was keeping station in power-save mode, reply when the driver unblocks. WLAN_STA_DISASSOC Disassociation in progress. This is used to reject TX BA session requests when disassociation is in progress. DESCRIPTION
These flags are used with struct sta_info's flags member. AUTHOR
Johannes Berg <johannes@sipsolutions.net> Author. COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 ENUM IEEE80211_STA_I(9)

Check Out this Related Man Page

sysman_station(8)					      System Manager's Manual						 sysman_station(8)

NAME
sysman_station - Graphical interface for the SysMan Station SYNOPSIS
/usr/sbin/sysman -station [hostname] [-display display] OPTIONS
Specifies the display screen on which sysman_station displays its window. If the display option is not specified, sysman_station uses the display screen specified by your DISPLAY environment variable. The display option has the format hostname:server.number. The default is :0.0. For more information, see the X(1X) reference page. The name of the host or cluster member to connect to. If this argument is not specified, it defaults to the current system. DESCRIPTION
The SysMan Station is a client-server application consisting of a daemon (smsd(8)) and the SysMan Station graphical user interface (sys- man_station). The SysMan Station monitors and manages a single system or a TruCluster system. The SysMan Station client runs on the operating system and can also be run locally on a PC or from a web browser. See the following exam- ples. Online help is available for the SysMan Station application. To get help, click on any Help button. RESTRICTIONS
You must have root privileges to perform most tasks with this application. You can grant root privileges for specific users or groups of users using the Division of Privileges (DOP) application. See the dop(8) reference page and the on-line help in the sysman dopconfig appli- cation for additional information. EXAMPLES
To run the SysMan Station client on a system: /usr/sbin/sysman -station For details on installing and running the SysMan Station client on a PC or running directly from a web browser, go to the following loca- tion in a web browser: http://your_machine_name:2301/SYSMAN/index.html SEE ALSO
Commands: sysman(8) smsd(8) System Administration sysman_station(8)
Man Page