OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txpow
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/usb/
if_uralvar.h
121
uint8_t
txpow
[14];
member in struct:ural_softc
if_rumvar.h
123
uint8_t
txpow
[44];
member in struct:rum_softc
/src/sys/dev/ic/
rt2560var.h
138
uint8_t
txpow
[14];
member in struct:rt2560_softc
rt2661var.h
133
int8_t
txpow
[38];
member in struct:rt2661_softc
ath.c
5079
u_int32_t
txpow
;
local in function:ath_update_txpow
5084
(void)ath_hal_gettxpowlimit(ah, &
txpow
);
5085
ic->ic_txpowlimit = sc->sc_curtxpow =
txpow
;
5090
(void)ath_hal_getmaxtxpow(sc->sc_ah, &
txpow
);
5091
ic->ic_bss->ni_txpower =
txpow
;
/src/sys/net80211/
ieee80211_ioctl.c
1249
struct ieee80211req_sta_txpow
txpow
;
local in function:ieee80211_ioctl_getstatxpow
1252
if (ireq->i_len != sizeof(
txpow
))
1254
error = copyin(ireq->i_data, &
txpow
, sizeof(
txpow
));
1257
ni = ieee80211_find_node(&ic->ic_sta,
txpow
.it_macaddr);
1260
txpow
.it_txpow = ni->ni_txpower;
1261
error = copyout(&
txpow
, ireq->i_data, sizeof(
txpow
));
1935
struct ieee80211req_sta_txpow
txpow
;
local in function:ieee80211_ioctl_setstatxpow
1938
if (ireq->i_len != sizeof(
txpow
))
[
all
...]
Completed in 39 milliseconds
Indexes created Sun Sep 21 14:09:52 GMT 2025