HomeSort by: relevance | last modified time | path
    Searched defs:tx_pwr_count (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
ieee802_11.c 7038 static u8 * hostapd_add_tpe_info(u8 *eid, u8 tx_pwr_count,
7045 *eid++ = 2 + tx_pwr_count; /* Length */
7053 *eid++ = tx_pwr_count | (tx_pwr_intrpn << 3) | (tx_pwr_cat << 6);
7056 for (i = 0; i <= tx_pwr_count; i++)
7077 u8 channel, tx_pwr_count, local_pwr_constraint; local
7108 tx_pwr_count = 0;
7117 eid = hostapd_add_tpe_info(eid, tx_pwr_count, tx_pwr_intrpn,
7128 eid = hostapd_add_tpe_info(eid, tx_pwr_count,
7137 eid, tx_pwr_count, REGULATORY_CLIENT_EIRP,
7149 tx_pwr_count = 0
    [all...]
ieee802_11.c 7038 static u8 * hostapd_add_tpe_info(u8 *eid, u8 tx_pwr_count,
7045 *eid++ = 2 + tx_pwr_count; /* Length */
7053 *eid++ = tx_pwr_count | (tx_pwr_intrpn << 3) | (tx_pwr_cat << 6);
7056 for (i = 0; i <= tx_pwr_count; i++)
7077 u8 channel, tx_pwr_count, local_pwr_constraint; local
7108 tx_pwr_count = 0;
7117 eid = hostapd_add_tpe_info(eid, tx_pwr_count, tx_pwr_intrpn,
7128 eid = hostapd_add_tpe_info(eid, tx_pwr_count,
7137 eid, tx_pwr_count, REGULATORY_CLIENT_EIRP,
7149 tx_pwr_count = 0
    [all...]

Completed in 31 milliseconds