Searched refs:sub_evt (Results 1 – 4 of 4) sorted by relevance
1874 mlan_ds_subscribe_evt *sub_evt = (mlan_ds_subscribe_evt *)pdata_buf; in wlan_cmd_subscribe_event() local1899 evt->action = wlan_cpu_to_le16(sub_evt->evt_action); in wlan_cmd_subscribe_event()1900 evt->event_bitmap = wlan_cpu_to_le16(sub_evt->evt_bitmap); in wlan_cmd_subscribe_event()1902 if (sub_evt->evt_bitmap & SUBSCRIBE_EVT_RSSI_LOW) { in wlan_cmd_subscribe_event()1909 rssi_low->value = sub_evt->low_rssi; in wlan_cmd_subscribe_event()1910 rssi_low->frequency = sub_evt->low_rssi_freq; in wlan_cmd_subscribe_event()1914 if (sub_evt->evt_bitmap & SUBSCRIBE_EVT_SNR_LOW) { 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()1926 if (sub_evt->evt_bitmap & SUBSCRIBE_EVT_MAX_FAIL) { in wlan_cmd_subscribe_event()[all …]
2175 mlan_ds_subscribe_evt *sub_evt = MNULL; in wlan_ret_subscribe_event() local2181 sub_evt = &misc->param.subscribe_event; in wlan_ret_subscribe_event()2182 sub_evt->evt_bitmap = wlan_le16_to_cpu(evt->event_bitmap); in wlan_ret_subscribe_event()
2277 mlan_ds_subscribe_evt *sub_evt = (mlan_ds_subscribe_evt *)pdata_buf; in wlan_cmd_subscribe_event() local2302 evt->action = wlan_cpu_to_le16(sub_evt->evt_action); in wlan_cmd_subscribe_event()2303 evt->event_bitmap = wlan_cpu_to_le16(sub_evt->evt_bitmap); in wlan_cmd_subscribe_event()2305 if (sub_evt->evt_bitmap & SUBSCRIBE_EVT_RSSI_LOW) { in wlan_cmd_subscribe_event()2311 rssi_low->value = sub_evt->low_rssi; in wlan_cmd_subscribe_event()2312 rssi_low->frequency = sub_evt->low_rssi_freq; in wlan_cmd_subscribe_event()2316 if (sub_evt->evt_bitmap & SUBSCRIBE_EVT_SNR_LOW) { 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()2327 if (sub_evt->evt_bitmap & SUBSCRIBE_EVT_MAX_FAIL) { in wlan_cmd_subscribe_event()[all …]
2194 mlan_ds_subscribe_evt *sub_evt = MNULL; in wlan_ret_subscribe_event() local2200 sub_evt = &misc->param.subscribe_event; in wlan_ret_subscribe_event()2201 sub_evt->evt_bitmap = wlan_le16_to_cpu(evt->event_bitmap); in wlan_ret_subscribe_event()