Query: struct_cfg80211_scan_request
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTCFG80211_SCAN(9) Scanning and BSS list handling STRUCT CFG80211_SCAN(9)NAMEstruct_cfg80211_scan_request - scan request descriptionSYNOPSISstruct cfg80211_scan_request { struct cfg80211_ssid * ssids; int n_ssids; u32 n_channels; const u8 * ie; size_t ie_len; u32 flags; u32 rates[IEEE80211_NUM_BANDS]; struct wireless_dev * wdev; struct wiphy * wiphy; unsigned long scan_start; bool aborted; bool no_cck; struct ieee80211_channel * channels[0]; };MEMBERSssids SSIDs to scan for (active scan only) n_ssids number of SSIDs n_channels total number of channels to scan ie optional information element(s) to add into Probe Request or NULL ie_len length of ie in octets flags bit field of flags controlling operation rates[IEEE80211_NUM_BANDS] bitmap of rates to advertise for each band wdev the wireless device to scan for wiphy the wiphy this was for scan_start time (in jiffies) when the scan started aborted (internal) scan request was notified as aborted no_cck used to send probe requests at non CCK rate in 2GHz band channels[0] channels to scan on.AUTHORJohannes Berg <johannes@sipsolutions.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 STRUCT CFG80211_SCAN(9)
Related Man Pages |
---|
struct_cfg80211_ibss_params(9) - centos |
struct_cfg80211_scan_request(9) - centos |
struct_ieee80211_channel(9) - centos |
struct_station_info(9) - centos |
struct_wiphy(9) - centos |
Similar Topics in the Unix Linux Community |
---|
AIX Scan Rate threshold |
egrep getting numbers only |
Solaris- How to scan newly attached NIC's |
best way to scan? |
How to scan Chromebook? |