Searched refs:rssi_event (Results 1 – 3 of 3) sorted by relevance
/linux/net/wireless/ |
H A D | nl80211.c | 19393 enum nl80211_cqm_rssi_threshold_event rssi_event, in cfg80211_cqm_rssi_notify() argument 19399 trace_cfg80211_cqm_rssi_notify(dev, rssi_event, rssi_level); in cfg80211_cqm_rssi_notify() 19401 if (WARN_ON(rssi_event != NL80211_CQM_RSSI_THRESHOLD_EVENT_LOW && in cfg80211_cqm_rssi_notify() 19402 rssi_event != NL80211_CQM_RSSI_THRESHOLD_EVENT_HIGH)) in cfg80211_cqm_rssi_notify() 19409 cqm_config->last_rssi_event_type = rssi_event; in cfg80211_cqm_rssi_notify() 19421 enum nl80211_cqm_rssi_threshold_event rssi_event; in cfg80211_cqm_rssi_notify_work() local 19434 rssi_event = cqm_config->last_rssi_event_type; in cfg80211_cqm_rssi_notify_work() 19441 rssi_event)) in cfg80211_cqm_rssi_notify_work()
|
/linux/include/net/ |
H A D | mac80211.h | 6769 enum nl80211_cqm_rssi_threshold_event rssi_event,
|
/linux/net/mac80211/ |
H A D | mlme.c | 9570 enum nl80211_cqm_rssi_threshold_event rssi_event, in ieee80211_cqm_rssi_notify() argument 9576 trace_api_cqm_rssi_notify(sdata, rssi_event, rssi_level); in ieee80211_cqm_rssi_notify() 9578 cfg80211_cqm_rssi_notify(sdata->dev, rssi_event, rssi_level, gfp); in ieee80211_cqm_rssi_notify()
|