Lines Matching refs:action

800         txrx_histogram.action = 0;
804 txrx_histogram.action = atoi(argv[2]);
807 if ((txrx_histogram.enable > 2) || (txrx_histogram.action > 3))
813 if ((txrx_histogram.enable == 0 || txrx_histogram.enable == 1) && (txrx_histogram.action != 0))
822 if (txrx_histogram.action == FLAG_TX_HISTOGRAM)
827 else if (txrx_histogram.action == FLAG_RX_HISTOGRAM)
832 …else if ((txrx_histogram.action & FLAG_TX_HISTOGRAM) && (txrx_histogram.action & FLAG_RX_HISTOGRAM…
866 if (txrx_histogram.action & FLAG_TX_HISTOGRAM)
913 if (txrx_histogram.action & FLAG_RX_HISTOGRAM)
1117 unsigned action, loop_cnt, channel; local
1136 action = a2hex_or_atoi(argv[1]);
1137 if (action != 1 && action != 2)
1143 if (action == 2)
1189 wlan_ftm_start_stop(action, loop_cnt, peer_mac, channel);
2563 uint16_t action = 0; local
2573 action = ACTION_GET;
2576 action = ACTION_SET;
2595 ret = wlan_mem_access(action, address, &value);
2599 if (action == ACTION_GET)
2622 uint16_t action = 0; local
2631 action = ACTION_GET;
2634 action = ACTION_SET;
2638 ret = wlan_boot_sleep(action, &enable);
2642 if (action == ACTION_GET)
4587 t_u16 action = ACTION_GET; local
4608 action = ACTION_SET;
4612 ret = wlan_reg_access((wifi_reg_t)type, action, offset, (uint32_t *)&value);
4616 if (action == ACTION_GET)
5215 (void)PRINTF("action : %d \r\n", g_net_monitor_param.action);
5251 g_net_monitor_param.action = (t_u16)atoi(argv[1]);
7672 t_u16 action = 0; local
7688 action = ACTION_GET;
7692 action = ACTION_SET;
7702 ret = wlan_sta_inactivityto(&inac_to, action);
7705 if (action == ACTION_GET)