Lines Matching refs:sc_net_cur
1100 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()
1142 ic->ic_bss->ni_esslen = strlen(sc->sc_net[sc->sc_net_cur].ssid); 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()
1456 bcopy(sc->sc_net[sc->sc_net_cur].bssid, body->peermac, ETHER_ADDR_LEN); in cmalo_cmd_set_auth()
1790 bcopy(sc->sc_net[sc->sc_net_cur].bssid, body->peermac, ETHER_ADDR_LEN); in cmalo_cmd_set_assoc()
1791 body->capinfo = htole16(sc->sc_net[sc->sc_net_cur].capinfo); in cmalo_cmd_set_assoc()
1796 body_ssid->size = htole16(strlen(sc->sc_net[sc->sc_net_cur].ssid)); 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()
1814 body_rates->size = htole16(strlen(sc->sc_net[sc->sc_net_cur].rates)); in cmalo_cmd_set_assoc()
1815 bcopy(sc->sc_net[sc->sc_net_cur].rates, body_rates->data, in cmalo_cmd_set_assoc()