Searched refs:MIN_TX_PWR_CAP (Results 1 – 4 of 4) sorted by relevance
70 #define MIN_TX_PWR_CAP 8 macro
274 if (LinkReport.txPower < MIN_TX_PWR_CAP) in rrm_process_link_measurement_request()275 LinkReport.txPower = MIN_TX_PWR_CAP; in rrm_process_link_measurement_request()
3597 session->min_11h_pwr = MIN_TX_PWR_CAP; in lim_fill_pe_session()5313 session_entry->min_11h_pwr = MIN_TX_PWR_CAP; in lim_handle_reassoc_req()6138 if (tx_power >= MIN_TX_PWR_CAP && tx_power <= MAX_TX_PWR_CAP) in lim_get_max_tx_power()6140 else if (tx_power < MIN_TX_PWR_CAP) in lim_get_max_tx_power()6141 max_tx_power = MIN_TX_PWR_CAP; in lim_get_max_tx_power()
2804 MIN_TX_PWR_CAP, MAX_TX_PWR_CAP}; in cm_update_driver_assoc_ies()