Searched refs:evt_action (Results 1 – 3 of 3) sorted by relevance
5401 subscribe_evt.evt_action = SUBSCRIBE_EVT_ACT_BITWISE_SET; in wifi_set_rssi_low_threshold()8265 if (sub_evt->evt_action != HostCmd_ACT_GEN_GET) in wifi_subscribe_event_submit()8271 else if (sub_evt->evt_action == HostCmd_ACT_GEN_GET) in wifi_subscribe_event_submit()8296 sub_evt->evt_action = HostCmd_ACT_GEN_GET; in wifi_get_subscribe_event()8314 sub_evt.evt_action = SUBSCRIBE_EVT_ACT_BITWISE_CLR; in wifi_clear_subscribe_event()8324 sub_evt.evt_action = SUBSCRIBE_EVT_ACT_BITWISE_SET; in wifi_set_threshold_rssi_low()8335 sub_evt.evt_action = SUBSCRIBE_EVT_ACT_BITWISE_SET; in wifi_set_threshold_rssi_high()8346 sub_evt.evt_action = SUBSCRIBE_EVT_ACT_BITWISE_SET; in wifi_set_threshold_snr_low()8358 sub_evt.evt_action = SUBSCRIBE_EVT_ACT_BITWISE_SET; in wifi_set_threshold_snr_high()8369 sub_evt.evt_action = SUBSCRIBE_EVT_ACT_BITWISE_SET; in wifi_set_threshold_max_fail()[all …]
1615 sub_evt->evt_action = wlan_le16_to_cpu(evt->action);1758 if (sub_evt->evt_action == SUBSCRIBE_EVT_ACT_BITWISE_CLR)
3696 t_u16 evt_action; member