Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/wi/
H A Dif_wi.c169 static int wi_write_rid(struct wi_softc *, int, const void *, int);
181 return wi_write_rid(sc, rid, &val, sizeof(val)); in wi_write_val()
660 wi_write_rid(sc, WI_RID_MAC_NODE, mac, IEEE80211_ADDR_LEN); in wi_setup_locked()
850 wi_write_rid(sc, WI_RID_JOIN_REQ, &join, sizeof(join)); in wi_newstate_sta()
1570 return wi_write_rid(sc, WI_RID_MCAST_LIST, &mlist, in wi_write_multi()
1600 return wi_write_rid(sc, WI_RID_MCAST_LIST, &mlist, in wi_write_multi()
1714 return wi_write_rid(sc, rid, &ssid, sizeof(ssid)); in wi_write_ssid()
1771 error = wi_write_rid(sc, WI_RID_DEFLT_CRYPT_KEYS, in wi_write_wep()
2021 wi_write_rid(struct wi_softc *sc, int rid, const void *buf, int buflen) in wi_write_rid() function
2056 return wi_write_rid(sc, rid, buf, ie->ie_len + sizeof(uint16_t)); in wi_write_appie()