FreeBSD kernel MWL device code
mwl_vap Struct Reference

#include <if_mwlvar.h>

Collaboration diagram for mwl_vap:

Data Fields

struct ieee80211vap mv_vap
 
struct mwl_hal_vapmv_hvap
 
struct mwl_hal_vapmv_ap_hvap
 
uint16_t mv_last_ps_sta
 
uint16_t mv_eapolformat
 
int(* mv_newstate )(struct ieee80211vap *, enum ieee80211_state, int)
 
int(* mv_set_tim )(struct ieee80211_node *, int)
 

Detailed Description

Definition at line 236 of file if_mwlvar.h.

Field Documentation

◆ mv_ap_hvap

struct mwl_hal_vap* mwl_vap::mv_ap_hvap

Definition at line 239 of file if_mwlvar.h.

Referenced by mwl_vap_create().

◆ mv_eapolformat

uint16_t mwl_vap::mv_eapolformat

Definition at line 241 of file if_mwlvar.h.

Referenced by mwl_seteapolformat(), mwl_setrates(), and mwl_tx_start().

◆ mv_hvap

struct mwl_hal_vap* mwl_vap::mv_hvap

Definition at line 238 of file if_mwlvar.h.

Referenced by mwl_newstate(), mwl_setrates(), mwl_vap_create(), and mwl_vap_delete().

◆ mv_last_ps_sta

uint16_t mwl_vap::mv_last_ps_sta

Definition at line 240 of file if_mwlvar.h.

◆ mv_newstate

int(* mwl_vap::mv_newstate) (struct ieee80211vap *, enum ieee80211_state, int)

Definition at line 242 of file if_mwlvar.h.

Referenced by mwl_newstate(), and mwl_vap_create().

◆ mv_set_tim

int(* mwl_vap::mv_set_tim) (struct ieee80211_node *, int)

Definition at line 244 of file if_mwlvar.h.

Referenced by mwl_vap_create().

◆ mv_vap

struct ieee80211vap mwl_vap::mv_vap

Definition at line 237 of file if_mwlvar.h.

Referenced by mwl_vap_create().


The documentation for this struct was generated from the following file: