struct_ieee80211_if_conf

Langue: en

Autres versions - même langue

Version: May 2009 (fedora - 06/07/09)

Section: 9 (Appels noyau Linux)

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.

AUTHOR

Johannes Berg <johannes@sipsolutions.net>

Author.