'\" t .\" Title: enum wiphy_flags .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: Device registration .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "ENUM WIPHY_FLAGS" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Device registration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" enum_wiphy_flags \- wiphy capability flags .SH "SYNOPSIS" .sp .nf enum wiphy_flags { WIPHY_FLAG_NETNS_OK, WIPHY_FLAG_PS_ON_BY_DEFAULT, WIPHY_FLAG_4ADDR_AP, WIPHY_FLAG_4ADDR_STATION, WIPHY_FLAG_CONTROL_PORT_PROTOCOL, WIPHY_FLAG_IBSS_RSN, WIPHY_FLAG_MESH_AUTH, WIPHY_FLAG_SUPPORTS_SCHED_SCAN, WIPHY_FLAG_SUPPORTS_FW_ROAM, WIPHY_FLAG_AP_UAPSD, WIPHY_FLAG_SUPPORTS_TDLS, WIPHY_FLAG_TDLS_EXTERNAL_SETUP, WIPHY_FLAG_HAVE_AP_SME, WIPHY_FLAG_REPORTS_OBSS, WIPHY_FLAG_AP_PROBE_RESP_OFFLOAD, WIPHY_FLAG_OFFCHAN_TX, WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL, WIPHY_FLAG_SUPPORTS_5_10_MHZ, WIPHY_FLAG_HAS_CHANNEL_SWITCH }; .fi .SH "CONSTANTS" .PP WIPHY_FLAG_NETNS_OK .RS 4 if not set, do not allow changing the netns of this wiphy at all .RE .PP WIPHY_FLAG_PS_ON_BY_DEFAULT .RS 4 if set to true, powersave will be enabled by default \-\- this flag will be set depending on the kernel\*(Aqs default on \fBwiphy_new\fR, but can be changed by the driver if it has a good reason to override the default .RE .PP WIPHY_FLAG_4ADDR_AP .RS 4 supports 4addr mode even on AP (with a single station on a VLAN interface) .RE .PP WIPHY_FLAG_4ADDR_STATION .RS 4 supports 4addr mode even as a station .RE .PP WIPHY_FLAG_CONTROL_PORT_PROTOCOL .RS 4 This device supports setting the control port protocol ethertype\&. The device also honours the control_port_no_encrypt flag\&. .RE .PP WIPHY_FLAG_IBSS_RSN .RS 4 The device supports IBSS RSN\&. .RE .PP WIPHY_FLAG_MESH_AUTH .RS 4 The device supports mesh authentication by routing auth frames to userspace\&. See \fINL80211_MESH_SETUP_USERSPACE_AUTH\fR\&. .RE .PP WIPHY_FLAG_SUPPORTS_SCHED_SCAN .RS 4 The device supports scheduled scans\&. .RE .PP WIPHY_FLAG_SUPPORTS_FW_ROAM .RS 4 The device supports roaming feature in the firmware\&. .RE .PP WIPHY_FLAG_AP_UAPSD .RS 4 The device supports uapsd on AP\&. .RE .PP WIPHY_FLAG_SUPPORTS_TDLS .RS 4 The device supports TDLS (802\&.11z) operation\&. .RE .PP WIPHY_FLAG_TDLS_EXTERNAL_SETUP .RS 4 The device does not handle TDLS (802\&.11z) link setup/discovery operations internally\&. Setup, discovery and teardown packets should be sent through the \fINL80211_CMD_TDLS_MGMT\fR command\&. When this flag is not set, \fINL80211_CMD_TDLS_OPER\fR should be used for asking the driver/firmware to perform a TDLS operation\&. .RE .PP WIPHY_FLAG_HAVE_AP_SME .RS 4 device integrates AP SME .RE .PP WIPHY_FLAG_REPORTS_OBSS .RS 4 the device will report beacons from other BSSes when there are virtual interfaces in AP mode by calling \fBcfg80211_report_obss_beacon\fR\&. .RE .PP WIPHY_FLAG_AP_PROBE_RESP_OFFLOAD .RS 4 When operating as an AP, the device responds to probe\-requests in hardware\&. .RE .PP WIPHY_FLAG_OFFCHAN_TX .RS 4 Device supports direct off\-channel TX\&. .RE .PP WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL .RS 4 Device supports remain\-on\-channel call\&. .RE .PP WIPHY_FLAG_SUPPORTS_5_10_MHZ .RS 4 Device supports 5 MHz and 10 MHz channels\&. .RE .PP WIPHY_FLAG_HAS_CHANNEL_SWITCH .RS 4 Device supports channel switch in beaconing mode (AP, IBSS, Mesh, \&.\&.\&.)\&. .RE .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br