Home
last modified time | relevance | path

Searched refs:IsProbeResp (Results 1 – 4 of 4) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/model/
H A Dwifi-mac-header.h444 bool IsProbeResp (void) const;
H A Dwifi-mac-header.cc699 WifiMacHeader::IsProbeResp (void) const in IsProbeResp() function in ns3::WifiMacHeader
H A Dsta-wifi-mac.cc620 else if (hdr->IsProbeResp ()) in Receive()
H A Dframe-exchange-manager.cc1088 if (hdr.IsBeacon () || hdr.IsProbeResp ()) in ReceiveMpdu()