Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h702 int current_phy_tx_rate; member
/Zephyr-latest/drivers/wifi/nxp/
Dnxp_wifi_drv.c1250 status->current_phy_tx_rate = lg_rate[datarate->tx_data_rate]; in nxp_wifi_status()
1254 status->current_phy_tx_rate = (datarate->tx_data_rate >> 1); in nxp_wifi_status()
/Zephyr-latest/modules/hostap/src/
Dsupp_api.c1661 status->current_phy_tx_rate = signal_poll.current_txrate;
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c1192 PR("Current PHY TX rate (Mbps) : %d\n", status.current_phy_tx_rate); in cmd_wifi_status()