Searched refs:sig_dbm (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/net/wireless/ |
D | nl80211.h | 84 int freq, int sig_dbm,
|
D | trace.h | 2565 int freq, int sig_dbm), 2566 TP_ARGS(wiphy, frame, len, freq, sig_dbm), 2570 __field(int, sig_dbm) 2575 __entry->sig_dbm = sig_dbm; 2578 WIPHY_PR_ARG, __entry->freq, __entry->sig_dbm)
|
D | nl80211.c | 12388 int freq, int sig_dbm, in nl80211_send_mgmt() argument 12410 (sig_dbm && in nl80211_send_mgmt() 12411 nla_put_u32(msg, NL80211_ATTR_RX_SIGNAL_DBM, sig_dbm)) || in nl80211_send_mgmt() 12896 int freq, int sig_dbm) in cfg80211_report_obss_beacon() argument 12903 trace_cfg80211_report_obss_beacon(wiphy, frame, len, freq, sig_dbm); in cfg80211_report_obss_beacon() 12920 (sig_dbm && in cfg80211_report_obss_beacon() 12921 nla_put_u32(msg, NL80211_ATTR_RX_SIGNAL_DBM, sig_dbm)) || in cfg80211_report_obss_beacon()
|
/linux-4.4.14/include/net/ |
D | cfg80211.h | 4782 bool cfg80211_rx_mgmt(struct wireless_dev *wdev, int freq, int sig_dbm, 4955 int freq, int sig_dbm);
|