ieee80211_proto_attach.9freebsd

Langue: en

Version: 307019 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)


BSD mandoc

NAME

ieee80211_proto_attach ieee80211_proto_detach ieee80211_print_essid ieee80211_dump_pkt ieee80211_fix_rate ieee80211_proto - software 802.11 stack protocol helper functions

SYNOPSIS

In net80211/ieee80211_var.h In net80211/ieee80211_proto.h Ft void Fn ieee80211_proto_attach struct ifnet *ifp Ft void Fn ieee80211_proto_detach struct ifnet *ifp Ft void Fn ieee80211_print_essid u_int8_t *essid int len Ft void Fn ieee80211_dump_pkt u_int8_t *buf int len int rate int rssi Ft int Fo ieee80211_fix_rate Fa struct ieee80211com *ic struct ieee80211_node *ni int flags Fc  

DESCRIPTION

These functions are helper functions used throughout the software 802.11 protocol stack.

SEE ALSO

ieee80211(9), ifnet(9)

HISTORY

The ieee80211 series of functions first appeared in Nx 1.5 , and were later ported to Fx 4.6 .

AUTHORS

An -nosplit This manual page was written by An Bruce M. Simpson Aq bms@FreeBSD.org and An Darron Broad Aq darron@kewl.org .