cfg80211_inform_bss(9) centos man page | unix.com

Man Page: cfg80211_inform_bss

Operating Environment: centos

Section: 9

CFG80211_INFORM_BSS(9)					  Scanning and BSS list handling				    CFG80211_INFORM_BSS(9)

NAME
cfg80211_inform_bss - inform cfg80211 of a new BSS
SYNOPSIS
struct cfg80211_bss * cfg80211_inform_bss(struct wiphy * wiphy, struct ieee80211_channel * channel, const u8 * bssid, u64 tsf, u16 capability, u16 beacon_interval, const u8 * ie, size_t ielen, s32 signal, gfp_t gfp);
ARGUMENTS
wiphy the wiphy reporting the BSS channel The channel the frame was received on bssid the BSSID of the BSS tsf the TSF sent by the peer in the beacon/probe response (or 0) capability the capability field sent by the peer beacon_interval the beacon interval announced by the peer ie additional IEs sent by the peer ielen length of the additional IEs signal the signal strength, type depends on the wiphy's signal_type gfp context flags
DESCRIPTION
This informs cfg80211 that BSS information was found and the BSS should be updated/added.
RETURN
A referenced struct, must be released with cfg80211_put_bss! Or NULL on error.
AUTHOR
Johannes Berg <johannes@sipsolutions.net> Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 CFG80211_INFORM_BSS(9)
Related Man Pages
struct_cfg80211_assoc_request(9) - centos
struct_cfg80211_ibss_params(9) - centos
struct_ieee80211_channel(9) - centos
struct_ieee80211_vif(9) - centos
struct_wiphy(9) - centos
Similar Topics in the Unix Linux Community
Weird 'find' results
DB2 convert digits to binary format
Unsure why access time on a directory change isn't changing
Controlling user input
Please Welcome Dave Munro to the Moderator Team!