Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dscan.c2268 enum max_tx_pwr_interpretation tx_pwr_intrpn; in wpas_channel_width_tx_pwr() local
2281 tx_pwr_intrpn = (elem->data[0] >> 3) & 0x07; in wpas_channel_width_tx_pwr()
2287 if (tx_pwr_intrpn == LOCAL_EIRP || in wpas_channel_width_tx_pwr()
2288 tx_pwr_intrpn == REGULATORY_CLIENT_EIRP) { in wpas_channel_width_tx_pwr()
2306 } else if (tx_pwr_intrpn == LOCAL_EIRP_PSD || in wpas_channel_width_tx_pwr()
2307 tx_pwr_intrpn == REGULATORY_CLIENT_EIRP_PSD) { in wpas_channel_width_tx_pwr()
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.c7039 enum max_tx_pwr_interpretation tx_pwr_intrpn, in hostapd_add_tpe_info() argument
7053 *eid++ = tx_pwr_count | (tx_pwr_intrpn << 3) | (tx_pwr_cat << 6); in hostapd_add_tpe_info()
7105 enum max_tx_pwr_interpretation tx_pwr_intrpn; in hostapd_eid_txpower_envelope() local
7109 tx_pwr_intrpn = REGULATORY_CLIENT_EIRP_PSD; in hostapd_eid_txpower_envelope()
7117 eid = hostapd_add_tpe_info(eid, tx_pwr_count, tx_pwr_intrpn, in hostapd_eid_txpower_envelope()
7129 tx_pwr_intrpn, in hostapd_eid_txpower_envelope()