an.c | 141 static int an_write_bap(struct an_softc *, int, int, void *, int); 830 if (an_write_bap(sc, fid, 0, &frmhdr, sizeof(frmhdr)) != 0) 833 an_write_bap(sc, fid, -1, &frmhdr, AN_TXGAP_802_11); 1727 an_write_bap(struct an_softc *sc, int id, int off, void *buf, int buflen) function in typeref:typename:int 1843 error = an_write_bap(sc, rid, 0, &len, sizeof(len)); 1846 error = an_write_bap(sc, rid, sizeof(len), buf, buflen);
|