Name
struct ieee80211_if_conf —
configuration of an interface
Synopsis
struct ieee80211_if_conf {
u32 changed;
u8 * bssid;
};
Members
- changed
parameters that have changed, see enum ieee80211_if_conf_change.
- bssid
BSSID of the network we are associated to/creating.
Description
This structure is passed to the config_interface
callback of
struct ieee80211_hw.