'\" t .\" Title: struct cfg80211_ibss_params .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: Actions and configuration .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "STRUCT CFG80211_IBSS" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "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_ibss_params \- IBSS parameters .SH "SYNOPSIS" .sp .nf struct cfg80211_ibss_params { const u8 * ssid; const u8 * bssid; struct cfg80211_chan_def chandef; const u8 * ie; u8 ssid_len; u8 ie_len; u16 beacon_interval; u32 basic_rates; bool channel_fixed; bool privacy; bool control_port; bool userspace_handles_dfs; int mcast_rate[IEEE80211_NUM_BANDS]; struct ieee80211_ht_cap ht_capa; struct ieee80211_ht_cap ht_capa_mask; }; .fi .SH "MEMBERS" .PP ssid .RS 4 The SSID, will always be non\-null\&. .RE .PP bssid .RS 4 Fixed BSSID requested, maybe be \fBNULL\fR, if set do not search for IBSSs with a different BSSID\&. .RE .PP chandef .RS 4 defines the channel to use if no other IBSS to join can be found .RE .PP ie .RS 4 information element(s) to include in the beacon .RE .PP ssid_len .RS 4 The length of the SSID, will always be non\-zero\&. .RE .PP ie_len .RS 4 length of that .RE .PP beacon_interval .RS 4 beacon interval to use .RE .PP basic_rates .RS 4 bitmap of basic rates to use when creating the IBSS .RE .PP channel_fixed .RS 4 The channel should be fixed \-\- do not search for IBSSs to join on other channels\&. .RE .PP privacy .RS 4 this is a protected network, keys will be configured after joining .RE .PP control_port .RS 4 whether user space controls IEEE 802\&.1X port, i\&.e\&., sets/clears \fBNL80211_STA_FLAG_AUTHORIZED\fR\&. If true, the driver is required to assume that the port is unauthorized until authorized by user space\&. Otherwise, port is marked authorized by default\&. .RE .PP userspace_handles_dfs .RS 4 whether user space controls DFS operation, i\&.e\&. changes the channel when a radar is detected\&. This is required to operate on DFS channels\&. .RE .PP mcast_rate[IEEE80211_NUM_BANDS] .RS 4 per\-band multicast rate index + 1 (0: disabled) .RE .PP ht_capa .RS 4 HT Capabilities over\-rides\&. Values set in ht_capa_mask will be used in ht_capa\&. Un\-supported values will be ignored\&. .RE .PP ht_capa_mask .RS 4 The bits of ht_capa which are to be used\&. .RE .SH "DESCRIPTION" .PP .PP This structure defines the IBSS parameters for the \fBjoin_ibss\fR method\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br