Searched full:sig_dbm (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | ioctl_cfg80211.h | 112 …ne rtw_cfg80211_rx_mgmt(adapter, freq, sig_dbm, buf, len, gfp) cfg80211_rx_mgmt((adapter)->rtw_wde… argument
|
| /linux/net/wireless/ |
| H A D | trace.h | 3373 __field(int, sig_dbm) 3378 __entry->sig_dbm = info->sig_dbm; 3381 WDEV_PR_ARG, PR_KHZ(__entry->freq), __entry->sig_dbm) 3672 int freq, int sig_dbm), 3673 TP_ARGS(wiphy, frame, len, freq, sig_dbm), 3677 __field(int, sig_dbm) 3682 __entry->sig_dbm = sig_dbm; 3684 TP_printk(WIPHY_PR_FMT ", freq: "KHZ_F", sig_dbm: %d", 3685 WIPHY_PR_ARG, PR_KHZ(__entry->freq), __entry->sig_dbm)
|
| H A D | nl80211.c | 19976 int sig_dbm, gfp_t gfp) in cfg80211_notify_new_peer_candidate() argument 20003 (sig_dbm && in cfg80211_notify_new_peer_candidate() 20004 nla_put_u32(msg, NL80211_ATTR_RX_SIGNAL_DBM, sig_dbm))) in cfg80211_notify_new_peer_candidate() 20428 (info->sig_dbm && in nl80211_send_mgmt() 20429 nla_put_u32(msg, NL80211_ATTR_RX_SIGNAL_DBM, info->sig_dbm)) || in nl80211_send_mgmt() 21205 size_t len, int freq, int sig_dbm) in cfg80211_report_obss_beacon_khz() argument 21212 trace_cfg80211_report_obss_beacon(wiphy, frame, len, freq, sig_dbm); in cfg80211_report_obss_beacon_khz() 21232 (sig_dbm && in cfg80211_report_obss_beacon_khz() 21233 nla_put_u32(msg, NL80211_ATTR_RX_SIGNAL_DBM, sig_dbm)) || in cfg80211_report_obss_beacon_khz()
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | qlink.h | 1333 * @sig_dbm: signal strength in dBm. 1340 s8 sig_dbm; member 1353 * @sig_dbm: signal strength in dBm. 1365 s8 sig_dbm; member
|
| H A D | event.c | 333 cfg80211_rx_mgmt(&vif->wdev, le32_to_cpu(rxmgmt->freq), rxmgmt->sig_dbm, in qtnf_event_handle_mgmt_received() 411 DBM_TO_MBM(sr->sig_dbm), GFP_KERNEL); in qtnf_event_handle_scan_results()
|
| /linux/include/net/ |
| H A D | cfg80211.h | 8137 * @sig_dbm: signal level in dBm 8146 int sig_dbm, gfp_t gfp); 8923 * @sig_dbm: signal strength in dBm, or 0 if unknown 8935 int sig_dbm; member 8965 * @sig_dbm: signal strength in dBm, or 0 if unknown 8979 int sig_dbm, const u8 *buf, size_t len, in cfg80211_rx_mgmt_khz() argument 8984 .sig_dbm = sig_dbm, in cfg80211_rx_mgmt_khz() 8997 * @sig_dbm: signal strength in dBm, or 0 if unknown 9011 int sig_dbm, const u8 *buf, size_t len, in cfg80211_rx_mgmt() argument 9016 .sig_dbm = sig_dbm, in cfg80211_rx_mgmt() [all …]
|
| /linux/net/mac80211/ |
| H A D | rx.c | 3881 info.sig_dbm = status->signal; in ieee80211_rx_h_userspace_mgmt()
|