Lines Matching refs:mwl_hal_vap

94 struct mwl_hal_vap;
96 struct mwl_hal_vap *mwl_hal_newvap(struct mwl_hal *, MWL_HAL_BSSTYPE,
98 void mwl_hal_delvap(struct mwl_hal_vap *);
274 int mwl_hal_sethtgi(struct mwl_hal_vap *, int GIType);
305 int mwl_hal_setrtsthreshold(struct mwl_hal_vap *, int threshold);
310 int mwl_hal_setinframode(struct mwl_hal_vap *);
377 int mwl_hal_settxrate(struct mwl_hal_vap *,
453 int mwl_hal_keyset(struct mwl_hal_vap *, const MWL_HAL_KEYVAL *kv,
460 int mwl_hal_keyreset(struct mwl_hal_vap *, const MWL_HAL_KEYVAL *kv,
466 int mwl_hal_setmac(struct mwl_hal_vap *, const uint8_t addr[6]);
473 int mwl_hal_setbeacon(struct mwl_hal_vap *, const void *, size_t);
482 int mwl_hal_setpowersave_bss(struct mwl_hal_vap *, uint8_t nsta);
483 int mwl_hal_setpowersave_sta(struct mwl_hal_vap *, uint16_t aid, int ena);
488 int mwl_hal_setassocid(struct mwl_hal_vap *, const uint8_t bssId[6],
509 const MWL_HAL_BASTREAM *mwl_hal_bastream_alloc(struct mwl_hal_vap *,
513 int mwl_hal_bastream_create(struct mwl_hal_vap *, const MWL_HAL_BASTREAM *,
553 int mwl_hal_newstation(struct mwl_hal_vap *, const uint8_t addr[6],
556 int mwl_hal_delstation(struct mwl_hal_vap *, const uint8_t addr[6]);
576 int mwl_hal_setapmode(struct mwl_hal_vap *, MWL_HAL_APMODE);
583 int mwl_hal_stop(struct mwl_hal_vap *);
584 int mwl_hal_start(struct mwl_hal_vap *);
591 int mwl_hal_updatetim(struct mwl_hal_vap *, uint16_t aid, int set);
634 int mwl_hal_setnprot(struct mwl_hal_vap *, MWL_HAL_HTPROTECT mode);
638 int mwl_hal_setnprotmode(struct mwl_hal_vap *, uint8_t mode);