Name

struct ieee80211_if_conf — configuration of an interface

Synopsis

struct ieee80211_if_conf {
  u32 changed;
  const u8 * bssid;
  bool enable_beacon;
};  

Members

changed

parameters that have changed, see enum ieee80211_if_conf_change.

bssid

BSSID of the network we are associated to/creating.

enable_beacon

Indicates whether beacons can be sent. This is valid only for AP/IBSS/MESH modes.

Description

This structure is passed to the config_interface callback of struct ieee80211_hw.