You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To maintain command consistency, use command "iw dev [interface]
set txpower auto/limit/fixed [transmit power (mBm)]" to set the
transmit power.
Since using the above command results in the 'wdev' parameter NULL,
a new function 'wiphy_get_vwifi_vif' was added to obtain the virtual
interface.
Additionally, the 'type' parameter is used to distinguish between
"auto/limit/fixed" :
auto: Use default transmit power
limit: Restrict power limits to a specific value
fixed: Set power freely
0 commit comments