Searched refs:decoded_frame (Results 1 – 1 of 1) sorted by relevance
694 let decoded_frame = Ieee80211::decode_full(&frame).unwrap(); in test_beacon_frame() localVariable695 assert!(decoded_frame.is_mgmt()); in test_beacon_frame()696 assert!(decoded_frame.is_beacon()); in test_beacon_frame()697 let ssid = decoded_frame.get_ssid_from_beacon_frame(); in test_beacon_frame()