|
Linux Kernel
3.7.1
|
#include <cfg80211.h>
Data Fields | |
| u8 * | ssid |
| u8 * | bssid |
| struct ieee80211_channel * | channel |
| enum nl80211_channel_type | channel_type |
| u8 * | ie |
| u8 | ssid_len |
| u8 | ie_len |
| u16 | beacon_interval |
| u32 | basic_rates |
| bool | channel_fixed |
| bool | privacy |
| bool | control_port |
| int | mcast_rate [IEEE80211_NUM_BANDS] |
struct cfg80211_ibss_params - IBSS parameters
This structure defines the IBSS parameters for the join_ibss() method.
: The SSID, will always be non-null. : The length of the SSID, will always be non-zero. : 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. : channel type (HT mode) : The channel should be fixed – do not search for IBSSs to join on other channels. : information element(s) to include in the beacon : length of that : beacon interval to use : this is a protected network, keys will be configured after joining : whether user space controls IEEE 802.1X port, i.e., sets/clears NL80211_STA_FLAG_AUTHORIZED. 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. : bitmap of basic rates to use when creating the IBSS : per-band multicast rate index + 1 (0: disabled)
Definition at line 1271 of file cfg80211.h.
| u32 basic_rates |
Definition at line 1279 of file cfg80211.h.
| u16 beacon_interval |
Definition at line 1278 of file cfg80211.h.
| u8* bssid |
Definition at line 1273 of file cfg80211.h.
Definition at line 1274 of file cfg80211.h.
| bool channel_fixed |
Definition at line 1280 of file cfg80211.h.
Definition at line 1275 of file cfg80211.h.
| bool control_port |
Definition at line 1282 of file cfg80211.h.
| u8* ie |
Definition at line 1276 of file cfg80211.h.
Definition at line 1277 of file cfg80211.h.
| int mcast_rate[IEEE80211_NUM_BANDS] |
Definition at line 1283 of file cfg80211.h.
| bool privacy |
Definition at line 1281 of file cfg80211.h.
| u8* ssid |
Definition at line 1272 of file cfg80211.h.
| u8 ssid_len |
Definition at line 1277 of file cfg80211.h.
1.8.2