Connection quality monitoring rssi event
void cfg80211_cqm_rssi_notify(struct net_device * dev, enum nl80211_cqm_rssi_threshold_event rssi_event, gfp_t gfp);
dev
network device
rssi_event
the triggered RSSI event
gfp
context flags
This function is called when a configured connection quality monitoring rssi threshold reached event occurs.
Johannes Berg <[email protected]>
Author.