代码搜索结果

找到约 286 项符合 WiFi 的代码

beaconscanner.hh

#ifndef CLICK_BEACONSCANNER_HH #define CLICK_BEACONSCANNER_HH #include #include #include #include #inclu

associationrequester.hh

#ifndef CLICK_ASSOCIATIONREQUESTER_HH #define CLICK_ASSOCIATIONREQUESTER_HH #include #include CLICK_DECLS /* =c AssociationRequester =s Wifi, Wireless Station

openauthrequester.hh

#ifndef CLICK_OPENAUTHREQUESTER_HH #define CLICK_OPENAUTHREQUESTER_HH #include #include CLICK_DECLS /* =c OpenAuthRequeser =s Wifi, Wireless Station Sends 802

prism2encap.hh

#ifndef CLICK_PRISM2ENCAP_HH #define CLICK_PRISM2ENCAP_HH #include #include CLICK_DECLS /* =c Prism2Encap =s Wifi Pushes a Prism2 header onto a packet based o

extraencap.hh

#ifndef CLICK_EXTRAENCAP_HH #define CLICK_EXTRAENCAP_HH #include #include CLICK_DECLS /* =c ExtraEncap() =s Wifi Pushes the click_wifi_extra header on a packet

setrts.hh

#ifndef CLICK_SETRTS_HH #define CLICK_SETRTS_HH #include #include #include CLICK_DECLS /* =c SetRTS(Bool) =s Wifi Enable/disable

linkfailuredetection.cc

/* * linkfailuredetection.{cc,hh} -- sets wifi txrate annotation on a packet * John Bicket * * Copyright (c) 2003 Massachusetts Institute of Technology * * Permission is hereby granted, free of

setrts.cc

/* * setrts.{cc,hh} -- sets wifi txrate annotation on a packet * John Bicket * * Copyright (c) 2003 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any

bitrate.cc

#include #include "bitrate.hh" #include unsigned calc_transmit_time(int rate, int length) { unsigned t_plcp_header = 96; if (rate == 1) { t_plcp_header = 1

madwifirate.cc

/* * madwifirate.{cc,hh} -- sets wifi txrate annotation on a packet * John Bicket * * Copyright (c) 2003 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, t