Home
last modified time | relevance | path

Searched refs:sc_net_cur (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pcmcia/
H A Dif_malo.c1100 sc->sc_net_cur = 0; in cmalo_select_network()
1106 sc->sc_net_cur = i; in cmalo_select_network()
1122 sc->sc_net_cur = i; in cmalo_select_network()
1126 sc->sc_dev.dv_xname, sc->sc_net[sc->sc_net_cur].ssid); in cmalo_select_network()
1139 sc->sc_net[sc->sc_net_cur].bssid); in cmalo_reflect_network()
1143 bcopy(sc->sc_net[sc->sc_net_cur].ssid, ic->ic_bss->ni_essid, in cmalo_reflect_network()
1147 chan = sc->sc_net[sc->sc_net_cur].channel; in cmalo_reflect_network()
1791 body->capinfo = htole16(sc->sc_net[sc->sc_net_cur].capinfo); in cmalo_cmd_set_assoc()
1797 bcopy(sc->sc_net[sc->sc_net_cur].ssid, body_ssid->data, in cmalo_cmd_set_assoc()
1804 bcopy(&sc->sc_net[sc->sc_net_cur].channel, body_phy->data, 1); in cmalo_cmd_set_assoc()
[all …]
H A Dif_malovar.h365 int sc_net_cur; member