Searched refs:SIFS (Results 1 – 3 of 3) sorted by relevance
51 args->SIFS = 16; //useconds (wait time between packet and ACK) in SetParams_fromConfigSet()248 if ( ( args_g->SIFS < 10 ) || ( args_g->SIFS > 100 ) ) { in cmd_SIFS_found()249 bs_trace_warning_line("SIFS (%f) is weird.. (expected 10 to 100us) (%s)\n", args_g->SIFS); in cmd_SIFS_found()311 …{ false, false , false, "SIFS" ,"SIFS", 'f', (void*)&(args->SIFS) ,cmd_SIFS_… in WLAN_actmod_argparse()345 args->SIFS = 16; in WLAN_actmod_argparse()466 args->DIFS = args->SIFS*2 + 2*9; //we assume the slot time is 9us in WLAN_actmod_argparse()
40 double SIFS; member
37 + args->SIFS + args->ACKT + args->ACKBe/args->DataRate; in calculate_next_transmission()