Searched defs:sig_dbm (Results 1 - 1 of 1) sorted by relevance

/net/wireless/
H A Dnl80211.c10180 int freq, int sig_dbm,
10202 (sig_dbm &&
10203 nla_put_u32(msg, NL80211_ATTR_RX_SIGNAL_DBM, sig_dbm)) ||
10678 int freq, int sig_dbm)
10685 trace_cfg80211_report_obss_beacon(wiphy, frame, len, freq, sig_dbm);
10702 (sig_dbm &&
10703 nla_put_u32(msg, NL80211_ATTR_RX_SIGNAL_DBM, sig_dbm)) ||
10178 nl80211_send_mgmt(struct cfg80211_registered_device *rdev, struct wireless_dev *wdev, u32 nlportid, int freq, int sig_dbm, const u8 *buf, size_t len, gfp_t gfp) argument
10676 cfg80211_report_obss_beacon(struct wiphy *wiphy, const u8 *frame, size_t len, int freq, int sig_dbm) argument

Completed in 53 milliseconds