Home
last modified time | relevance | path

Searched refs:number_ports (Results 1 – 4 of 4) sorted by relevance

/babblesim_ext_2G4_device_WLAN_actmod-latest/src/
DWLAN_actmod_phy_if.c24 static int number_ports = 0; variable
31 bs_trace_raw_time(5,"Connecting to Phy in %i ports..\n", args->number_ports); in WLAN_actmod_init_phy_com()
33 number_ports = args->number_ports; in WLAN_actmod_init_phy_com()
34 for (int i = 0 ; i < number_ports; i++) { in WLAN_actmod_init_phy_com()
47 for ( int i = 0 ; i < number_ports; i++ ){ in WLAN_actmod_disconnect_phy_com()
84 for (int i = 0 ; i < number_ports; i++) { in WLAN_actmod_Tx_in_port()
122 for (int i = 0 ; i < number_ports; i++) { in WLAN_actmod_Tx_in_port()
DWLAN_actmod_argparse.c195 if ( args_g->number_ports > WLAN_MAX_NBR_PORTS ){ in cmd_nports_found()
197 args_g->number_ports, WLAN_MAX_NBR_PORTS, argv); in cmd_nports_found()
299 …{ false, false , false, "nports", "number_ports", 'u', (void*)&args->number_ports,cmd_npo… in WLAN_actmod_argparse()
329 args->number_ports = 1; in WLAN_actmod_argparse()
360 if (index < args->number_ports) { in WLAN_actmod_argparse()
365 …ou need to give -nports option before any -d<port> option] \n", args->number_ports, index, argv[i]… in WLAN_actmod_argparse()
369 if (index < args->number_ports) { in WLAN_actmod_argparse()
374 …) [you need to give -np option before any -pp<port> option]\n", args->number_ports, index, argv[i]… in WLAN_actmod_argparse()
416 for (int i = 0 ; i < args->number_ports ; i++) { in WLAN_actmod_argparse()
420 " set (%i ports set)\n", i, args->number_ports); in WLAN_actmod_argparse()
[all …]
DWLAN_actmod_main.c45 if (args->number_ports == 1) in choose_a_port()
50 for (int i = 0 ; i < args->number_ports ; i ++) { in choose_a_port()
58 return args->number_ports; in choose_a_port()
DWLAN_actmod_argparse.h23 unsigned int number_ports; member