Lines Matching defs:erp
74 struct rt2x00lib_erp erp;
76 memset(&erp, 0, sizeof(erp));
78 erp.short_preamble = bss_conf->use_short_preamble;
79 erp.cts_protection = bss_conf->use_cts_prot;
81 erp.slot_time = bss_conf->use_short_slot ? SHORT_SLOT_TIME : SLOT_TIME;
82 erp.sifs = SIFS;
83 erp.pifs = bss_conf->use_short_slot ? SHORT_PIFS : PIFS;
84 erp.difs = bss_conf->use_short_slot ? SHORT_DIFS : DIFS;
85 erp.eifs = bss_conf->use_short_slot ? SHORT_EIFS : EIFS;
87 erp.basic_rates = bss_conf->basic_rates;
88 erp.beacon_int = bss_conf->beacon_int;
98 erp.ht_opmode = bss_conf->ht_operation_mode;
100 rt2x00dev->ops->lib->config_erp(rt2x00dev, &erp, changed);