Query: ieee80211_proto
OS: netbsd
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IEEE80211_PROTO(9) BSD Kernel Developer's Manual IEEE80211_PROTO(9)NAMEieee80211_proto_attach, ieee80211_proto_detach, ieee80211_print_essid, ieee80211_dump_pkt, ieee80211_fix_rate, ieee80211_proto -- software 802.11 stack protocol helper functionsSYNOPSIS#include <net80211/ieee80211_var.h> #include <net80211/ieee80211_proto.h> void ieee80211_proto_attach(struct ieee80211com *ic); void ieee80211_proto_detach(struct ieee80211com *ic); void ieee80211_print_essid(u_int8_t *essid, int len); void ieee80211_dump_pkt(u_int8_t *buf, int len, int rate, int rssi); int ieee80211_fix_rate(struct ieee80211_node *ni, int flags);DESCRIPTIONThese functions are helper functions used throughout the software 802.11 protocol stack.SEE ALSOieee80211(9)HISTORYThe ieee80211 series of functions first appeared in NetBSD 1.5, and were later ported to FreeBSD 4.6.AUTHORSThis man page was written by Bruce M. Simpson <bms@FreeBSD.org> and Darron Broad <darron@kewl.org>.BSDSeptember 12, 2006 BSD
Related Man Pages |
---|
ieee80211_rate2media(9) - netbsd |
ieee80211_chan2mode(9) - netbsd |
ieee80211_watchdog(9) - netbsd |
ieee80211_input(9) - netbsd |
ieee80211_ifdetach(9) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Memory Leaks |
Better to Use Return Code or wc -l Output? |
Make bold chars in UNIX |
Grandpa returning to UNIX |
Grep command to show the number of results |