FreeBSD kernel usb device Code
run_vap Struct Reference

#include <if_runvar.h>

Data Fields

struct ieee80211vap vap
 
struct mbuf * beacon_mbuf
 
int(* newstate )(struct ieee80211vap *, enum ieee80211_state, int)
 
void(* recv_mgmt )(struct ieee80211_node *, struct mbuf *, int, const struct ieee80211_rx_stats *, int, int)
 
uint8_t rvp_id
 

Detailed Description

Definition at line 117 of file if_runvar.h.

Field Documentation

◆ beacon_mbuf

struct mbuf* run_vap::beacon_mbuf

Definition at line 119 of file if_runvar.h.

Referenced by run_newstate(), run_update_beacon(), run_update_beacon_cb(), and run_vap_delete().

◆ newstate

int(* run_vap::newstate) (struct ieee80211vap *, enum ieee80211_state, int)

Definition at line 121 of file if_runvar.h.

Referenced by run_newstate(), and run_vap_create().

◆ recv_mgmt

void(* run_vap::recv_mgmt) (struct ieee80211_node *, struct mbuf *, int, const struct ieee80211_rx_stats *, int, int)

Definition at line 123 of file if_runvar.h.

Referenced by run_recv_mgmt(), and run_vap_create().

◆ rvp_id

uint8_t run_vap::rvp_id

Definition at line 128 of file if_runvar.h.

Referenced by run_newstate(), run_update_beacon_cb(), run_vap_create(), and run_vap_delete().

◆ vap

struct ieee80211vap run_vap::vap

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