Searched refs:sig_dbm (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/net/wireless/ |
D | nl80211.h | 84 int freq, int sig_dbm,
|
D | trace.h | 2562 int freq, int sig_dbm), 2563 TP_ARGS(wiphy, frame, len, freq, sig_dbm), 2567 __field(int, sig_dbm) 2572 __entry->sig_dbm = sig_dbm; 2575 WIPHY_PR_ARG, __entry->freq, __entry->sig_dbm)
|
D | nl80211.c | 12004 int freq, int sig_dbm, in nl80211_send_mgmt() argument 12026 (sig_dbm && in nl80211_send_mgmt() 12027 nla_put_u32(msg, NL80211_ATTR_RX_SIGNAL_DBM, sig_dbm)) || in nl80211_send_mgmt() 12512 int freq, int sig_dbm) in cfg80211_report_obss_beacon() argument 12519 trace_cfg80211_report_obss_beacon(wiphy, frame, len, freq, sig_dbm); in cfg80211_report_obss_beacon() 12536 (sig_dbm && in cfg80211_report_obss_beacon() 12537 nla_put_u32(msg, NL80211_ATTR_RX_SIGNAL_DBM, sig_dbm)) || in cfg80211_report_obss_beacon()
|
/linux-4.1.27/include/net/ |
D | cfg80211.h | 4681 bool cfg80211_rx_mgmt(struct wireless_dev *wdev, int freq, int sig_dbm, 4854 int freq, int sig_dbm);
|