HomeSort by relevance Sort by last modified time
    Searched defs:local_pwr_constraint (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/ap/
ieee802_11_vht.c 227 u8 channel, tx_pwr_count, local_pwr_constraint; local
268 * Below local_pwr_constraint logic is referred from
283 if (hapd->iconf->local_pwr_constraint == -1)
284 local_pwr_constraint = (dfs == 0) ? 0 : 3;
286 local_pwr_constraint = hapd->iconf->local_pwr_constraint;
298 max_tx_power = chan->max_tx_power - local_pwr_constraint;
beacon.c 143 u8 local_pwr_constraint = 0; local
159 hapd->iconf->local_pwr_constraint == -1)
170 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1)
175 * be added when running on DFS channel whenever local_pwr_constraint
181 if (hapd->iconf->local_pwr_constraint == -1)
182 local_pwr_constraint = 3;
199 if (local_pwr_constraint)
200 *pos++ = local_pwr_constraint;
202 *pos++ = hapd->iconf->local_pwr_constraint;
    [all...]
ap_config.h 691 int local_pwr_constraint; member in struct:hostapd_config

Completed in 913 milliseconds