struct cfg80211_ap_settings — AP configuration
struct cfg80211_ap_settings { 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; int inactivity_timeout; };
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)
time in seconds to determine station's inactivity.