HomeSort by: relevance | last modified time | path
    Searched defs:wi_write_rid (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
wi.c 207 STATIC int wi_write_rid(struct wi_softc *, int, void *, int);
223 return wi_write_rid(sc, rid, &val, sizeof(val));
835 wi_write_rid(sc, WI_RID_MAC_NODE, ic->ic_myaddr, IEEE80211_ADDR_LEN);
983 wi_write_rid(sc, WI_RID_JOIN_REQ, &join, sizeof(join));
2114 return wi_write_rid(sc, WI_RID_MCAST_LIST, &mlist,
2135 return wi_write_rid(sc, WI_RID_MCAST_LIST, &mlist,
2229 return wi_write_rid(sc, rid, &ssid, sizeof(ssid));
2402 wi_write_rid(sc, WI_RID_MAC_NODE, ic->ic_myaddr,
2416 error = wi_write_rid(sc, wreq.wi_type, wreq.wi_val,
2446 error = wi_write_rid(sc, wreq.wi_type, wreq.wi_val
3119 wi_write_rid(struct wi_softc *sc, int rid, void *buf, int buflen) function in typeref:typename:STATIC int
    [all...]
wi.c 207 STATIC int wi_write_rid(struct wi_softc *, int, void *, int);
223 return wi_write_rid(sc, rid, &val, sizeof(val));
835 wi_write_rid(sc, WI_RID_MAC_NODE, ic->ic_myaddr, IEEE80211_ADDR_LEN);
983 wi_write_rid(sc, WI_RID_JOIN_REQ, &join, sizeof(join));
2114 return wi_write_rid(sc, WI_RID_MCAST_LIST, &mlist,
2135 return wi_write_rid(sc, WI_RID_MCAST_LIST, &mlist,
2229 return wi_write_rid(sc, rid, &ssid, sizeof(ssid));
2402 wi_write_rid(sc, WI_RID_MAC_NODE, ic->ic_myaddr,
2416 error = wi_write_rid(sc, wreq.wi_type, wreq.wi_val,
2446 error = wi_write_rid(sc, wreq.wi_type, wreq.wi_val
3119 wi_write_rid(struct wi_softc *sc, int rid, void *buf, int buflen) function in typeref:typename:STATIC int
    [all...]

Completed in 24 milliseconds