Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_sta_cmd.c1884 MrvlIEtypes_BeaconHighSnrThreshold_t *snr_high = MNULL; in wlan_cmd_subscribe_event() local
1961 snr_high = (MrvlIEtypes_BeaconHighSnrThreshold_t *)tlv; in wlan_cmd_subscribe_event()
1962 snr_high->header.type = wlan_cpu_to_le16(TLV_TYPE_SNR_HIGH); in wlan_cmd_subscribe_event()
1963 snr_high->header.len = in wlan_cmd_subscribe_event()
1967 snr_high->value = sub_evt->high_snr; in wlan_cmd_subscribe_event()
1968 snr_high->frequency = sub_evt->high_snr_freq; in wlan_cmd_subscribe_event()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_sta_cmd.c2287 MrvlIEtypes_BeaconHighSnrThreshold_t *snr_high = MNULL; in wlan_cmd_subscribe_event() local
2361 snr_high = (MrvlIEtypes_BeaconHighSnrThreshold_t *)tlv; in wlan_cmd_subscribe_event()
2362 snr_high->header.type = wlan_cpu_to_le16(TLV_TYPE_SNR_HIGH); in wlan_cmd_subscribe_event()
2363 snr_high->header.len = wlan_cpu_to_le16( in wlan_cmd_subscribe_event()
2366 snr_high->value = sub_evt->high_snr; in wlan_cmd_subscribe_event()
2367 snr_high->frequency = sub_evt->high_snr_freq; in wlan_cmd_subscribe_event()