Searched defs:wl1271_acx_rssi_snr_trigger (Results 1 – 2 of 2) sorted by relevance
643 struct wl1271_acx_rssi_snr_trigger { struct644 struct acx_header header;646 u8 role_id;647 u8 metric;648 u8 type;649 u8 dir;650 __le16 threshold;651 __le16 pacing; /* 0 - 60000 ms */652 u8 hysteresis;653 u8 index;[all …]
1226 int wl1271_acx_rssi_snr_trigger(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_rssi_snr_trigger() function