*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: ieee80211_proto | Section: 9 | Source: OpenBSD | File: ieee80211_proto.9
IEEE80211_PROTO(9) FreeBSD Kernel Developer's Manual IEEE80211_PROTO(9) 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 #include <net80211/ieee80211_var.h> #include <net80211/ieee80211_proto.h> void ieee80211_proto_attach(struct ifnet *ifp); void ieee80211_proto_detach(struct ifnet *ifp); void ieee80211_print_essid(const u_int8_t *essid, int len); void ieee80211_dump_pkt(const u_int8_t *buf, int len, int rate, int rssi); int ieee80211_fix_rate(struct ieee80211com *ic, struct ieee80211_node *ni, int flags); DESCRIPTION These functions are helper functions used throughout the software 802.11 protocol stack. SEE ALSO ieee80211(9) HISTORY The ieee80211 series of functions first appeared in NetBSD 1.5, and were later ported to FreeBSD 4.6 and OpenBSD 3.6. AUTHORS This man page was written by Bruce M. Simpson <[email protected]> and Darron Broad <[email protected]>. FreeBSD 14.1-RELEASE-p8 July 17, 2013 FreeBSD 14.1-RELEASE-p8

Navigation Options