Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/
Dscan.c2267 int max_tx_pwr_count; in wpas_channel_width_tx_pwr() local
2280 max_tx_pwr_count = elem->data[0] & 0x07; in wpas_channel_width_tx_pwr()
2291 max_tx_pwr_count = MIN(max_tx_pwr_count, 3); in wpas_channel_width_tx_pwr()
2292 offs = MIN(offset, max_tx_pwr_count) + 1; in wpas_channel_width_tx_pwr()