'\" t .\" Title: struct cfg80211_ap_settings .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Actions and configuration .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "STRUCT CFG80211_AP_S" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Actions and configuration" .\" ----------------------------------------------------------------- .\" * 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" struct_cfg80211_ap_settings \- AP configuration .SH "SYNOPSIS" .sp .nf struct cfg80211_ap_settings { struct cfg80211_chan_def chandef; struct cfg80211_beacon_data beacon; int beacon_interval; int dtim_period; const u8 * ssid; size_t ssid_len; enum nl80211_hidden_ssid hidden_ssid; struct cfg80211_crypto_settings crypto; bool privacy; enum nl80211_auth_type auth_type; enum nl80211_smps_mode smps_mode; int inactivity_timeout; u8 p2p_ctwindow; bool p2p_opp_ps; const struct cfg80211_acl_data * acl; bool pbss; }; .fi .SH "MEMBERS" .PP chandef .RS 4 defines the channel to use .RE .PP beacon .RS 4 beacon data .RE .PP beacon_interval .RS 4 beacon interval .RE .PP dtim_period .RS 4 DTIM period .RE .PP ssid .RS 4 SSID to be used in the BSS (note: may be \fBNULL\fR if not provided from user space) .RE .PP ssid_len .RS 4 length of \fIssid\fR .RE .PP hidden_ssid .RS 4 whether to hide the SSID in Beacon/Probe Response frames .RE .PP crypto .RS 4 crypto settings .RE .PP privacy .RS 4 the BSS uses privacy .RE .PP auth_type .RS 4 Authentication type (algorithm) .RE .PP smps_mode .RS 4 SMPS mode .RE .PP inactivity_timeout .RS 4 time in seconds to determine station\*(Aqs inactivity\&. .RE .PP p2p_ctwindow .RS 4 P2P CT Window .RE .PP p2p_opp_ps .RS 4 P2P opportunistic PS .RE .PP acl .RS 4 ACL configuration used by the drivers which has support for MAC address based access control .RE .PP pbss .RS 4 If set, start as a PCP instead of AP\&. Relevant for DMG networks\&. .RE .SH "DESCRIPTION" .PP .PP Used to configure an AP interface\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br