Query: struct_cfg80211_ibss_params
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTCFG80211_IBSS(9) Actions and configuration STRUCT CFG80211_IBSS(9)NAMEstruct_cfg80211_ibss_params - IBSS parametersSYNOPSISstruct cfg80211_ibss_params { u8 * ssid; u8 * bssid; struct cfg80211_chan_def chandef; 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]; };MEMBERSssid The SSID, will always be non-null. bssid Fixed BSSID requested, maybe be NULL, if set do not search for IBSSs with a different BSSID. chandef defines the channel to use if no other IBSS to join can be found ie information element(s) to include in the beacon ssid_len The length of the SSID, will always be non-zero. ie_len length of that beacon_interval beacon interval to use basic_rates bitmap of basic rates to use when creating the IBSS channel_fixed The channel should be fixed -- do not search for IBSSs to join on other channels. privacy this is a protected network, keys will be configured after joining control_port 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. mcast_rate[IEEE80211_NUM_BANDS] per-band multicast rate index + 1 (0: disabled)DESCRIPTIONThis structure defines the IBSS parameters for the join_ibss method.AUTHORJohannes Berg <johannes@sipsolutions.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 STRUCT CFG80211_IBSS(9)
Related Man Pages |
---|
struct_cfg80211_ap_settings(9) - centos |
struct_cfg80211_ibss_params(9) - centos |
struct_ieee80211_sta(9) - centos |
struct_wireless_dev(9) - centos |
struct_ieee80211_conf(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
CentOS7 restoring file capabilities |
Docker learning Phase-I |
Shopt -s histappend |
Controlling user input |