Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/wi/
H A Dif_wi.c156 static int wi_write_rid(struct wi_softc *, int, const void *, int);
171 return wi_write_rid(sc, rid, &val, sizeof(val)); in wi_write_val()
623 wi_write_rid(sc, WI_RID_MAC_NODE, mac, IEEE80211_ADDR_LEN); in wi_setup_locked()
833 wi_write_rid(sc, WI_RID_JOIN_REQ, &join, sizeof(join)); in wi_newstate_sta()
1520 return wi_write_rid(sc, WI_RID_MCAST_LIST, &mlist, in wi_write_multi()
1542 return wi_write_rid(sc, WI_RID_MCAST_LIST, &mlist, in wi_write_multi()
1656 return wi_write_rid(sc, rid, &ssid, sizeof(ssid)); in wi_write_ssid()
1713 error = wi_write_rid(sc, WI_RID_DEFLT_CRYPT_KEYS, in wi_write_wep()
1963 wi_write_rid(struct wi_softc *sc, int rid, const void *buf, int buflen) in wi_write_rid() function
1998 return wi_write_rid(sc, rid, buf, ie->ie_len + sizeof(uint16_t)); in wi_write_appie()