struct cfg80211_ibss_params — IBSS parameters
struct cfg80211_ibss_params { u8 * ssid; u8 * bssid; struct ieee80211_channel * channel; u8 * ie; u8 ssid_len; u8 ie_len; u16 beacon_interval; u32 basic_rates; bool channel_fixed; bool privacy; int mcast_rate[IEEE80211_NUM_BANDS]; };
The SSID, will always be non-null.
Fixed BSSID requested, maybe be NULL
, if set do not
search for IBSSs with a different BSSID.
The channel to use if no IBSS can be found to join.
information element(s) to include in the beacon
The length of the SSID, will always be non-zero.
length of that
beacon interval to use
bitmap of basic rates to use when creating the IBSS
The channel should be fixed -- do not search for IBSSs to join on other channels.
this is a protected network, keys will be configured after joining
per-band multicast rate index + 1 (0: disabled)