Searched defs:wl1271_acx_rssi_snr_trigger (Results 1 – 2 of 2) sorted by relevance
629 struct wl1271_acx_rssi_snr_trigger { struct630 struct acx_header header;632 u8 role_id;633 u8 metric;634 u8 type;635 u8 dir;636 __le16 threshold;637 __le16 pacing; /* 0 - 60000 ms */638 u8 hysteresis;639 u8 index;[all …]
1212 int wl1271_acx_rssi_snr_trigger(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_rssi_snr_trigger() function