Searched refs:wi_write_rid (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/sys/dev/wi/ |
| HD | if_wi.c | 155 static int wi_write_rid(struct wi_softc *, int, const void *, int); 167 return wi_write_rid(sc, rid, &val, sizeof(val)); in wi_write_val() 632 wi_write_rid(sc, WI_RID_MAC_NODE, mac, IEEE80211_ADDR_LEN); in wi_setup_locked() 822 wi_write_rid(sc, WI_RID_JOIN_REQ, &join, sizeof(join)); in wi_newstate_sta() 1509 return wi_write_rid(sc, WI_RID_MCAST_LIST, &mlist, in wi_write_multi() 1531 return wi_write_rid(sc, WI_RID_MCAST_LIST, &mlist, in wi_write_multi() 1645 return wi_write_rid(sc, rid, &ssid, sizeof(ssid)); in wi_write_ssid() 1702 error = wi_write_rid(sc, WI_RID_DEFLT_CRYPT_KEYS, in wi_write_wep() 1952 wi_write_rid(struct wi_softc *sc, int rid, const void *buf, int buflen) in wi_write_rid() function 1987 return wi_write_rid(sc, rid, buf, ie->ie_len + sizeof(uint16_t)); in wi_write_appie()
|