struct cfg80211_ap_settings — AP configuration
struct cfg80211_ap_settings { struct cfg80211_chan_def chandef; struct cfg80211_beacon_data beacon; int beacon_interval; int dtim_period; const u8 * ssid; size_t ssid_len; enum nl80211_hidden_ssid hidden_ssid; struct cfg80211_crypto_settings crypto; bool privacy; enum nl80211_auth_type auth_type; enum nl80211_smps_mode smps_mode; int inactivity_timeout; u8 p2p_ctwindow; bool p2p_opp_ps; const struct cfg80211_acl_data * acl; };
defines the channel to use
beacon data
beacon interval
DTIM period
SSID to be used in the BSS (note: may be NULL
if not provided from
user space)
length of ssid
whether to hide the SSID in Beacon/Probe Response frames
crypto settings
the BSS uses privacy
Authentication type (algorithm)
SMPS mode
time in seconds to determine station's inactivity.
P2P CT Window
P2P opportunistic PS
ACL configuration used by the drivers which has support for MAC address based access control