sys/dev/ic/pgt.c
144
int pgt_oid_get(struct pgt_softc *, enum pgt_oid, void *, size_t);
sys/dev/ic/pgt.c
1862
error = pgt_oid_get(sc, PGT_OID_PHY, &phymode, sizeof(phymode));
sys/dev/ic/pgt.c
1865
error = pgt_oid_get(sc, PGT_OID_MAC_ADDRESS, ic->ic_myaddr,
sys/dev/ic/pgt.c
1869
error = pgt_oid_get(sc, PGT_OID_COUNTRY, &country, sizeof(country));
sys/dev/ic/pgt.c
1890
error = pgt_oid_get(sc, PGT_OID_SUPPORTED_FREQUENCIES, freqs, j);
sys/dev/ic/pgt.c
1944
error = pgt_oid_get(sc, PGT_OID_SUPPORTED_RATES, rates, sizeof(rates));
sys/dev/ic/pgt.c
2046
if (pgt_oid_get(sc, PGT_OID_LINK_STATE, &rate, sizeof(rate)))
sys/dev/ic/pgt.c
2263
error = pgt_oid_get(sc, PGT_OID_NOISE_FLOOR, &noise,
sys/dev/ic/pgt.c
2268
error = pgt_oid_get(sc, PGT_OID_BSS_LIST, pob,
sys/dev/ic/pgt.c
2876
error = pgt_oid_get(sc, PGT_OID_LINK_STATE, &ls, sizeof(ls));
sys/dev/ic/pgt.c
2888
if (pgt_oid_get(sc, PGT_OID_NOISE_FLOOR, &noise, sizeof(noise)) != 0)
sys/dev/ic/pgt.c
2892
if (pgt_oid_get(sc, PGT_OID_CHANNEL, &channel,
sys/dev/ic/pgt.c
2897
if (pgt_oid_get(sc, PGT_OID_BSSID, ic->ic_bss->ni_bssid,
sys/dev/ic/pgt.c
2907
error = pgt_oid_get(sc, PGT_OID_SSID, &ssid, sizeof(ssid));