Home
last modified time | relevance | path

Searched refs:snr_low (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_sta_cmd.c1880 MrvlIEtypes_BeaconLowSnrThreshold_t *snr_low = MNULL; in wlan_cmd_subscribe_event() local
1915 snr_low = (MrvlIEtypes_BeaconLowSnrThreshold_t *)tlv; in wlan_cmd_subscribe_event()
1916 snr_low->header.type = wlan_cpu_to_le16(TLV_TYPE_SNR_LOW); in wlan_cmd_subscribe_event()
1917 snr_low->header.len = in wlan_cmd_subscribe_event()
1921 snr_low->value = sub_evt->low_snr; in wlan_cmd_subscribe_event()
1922 snr_low->frequency = sub_evt->low_snr_freq; in wlan_cmd_subscribe_event()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_sta_cmd.c2283 MrvlIEtypes_BeaconLowSnrThreshold_t *snr_low = MNULL; in wlan_cmd_subscribe_event() local
2317 snr_low = (MrvlIEtypes_BeaconLowSnrThreshold_t *)tlv; in wlan_cmd_subscribe_event()
2318 snr_low->header.type = wlan_cpu_to_le16(TLV_TYPE_SNR_LOW); in wlan_cmd_subscribe_event()
2319 snr_low->header.len = wlan_cpu_to_le16( in wlan_cmd_subscribe_event()
2322 snr_low->value = sub_evt->low_snr; in wlan_cmd_subscribe_event()
2323 snr_low->frequency = sub_evt->low_snr_freq; in wlan_cmd_subscribe_event()