Searched refs:frame_start (Results 1 – 2 of 2) sorted by relevance
/hostap-latest/tests/hwsim/ |
D | test_ieee8021x.py | 265 def send_eapol_key(dev, bssid, signkey, frame_start, frame_end): argument 267 frame = frame_start + zero_sign + frame_end 271 frame = frame_start + binascii.hexlify(sign).decode() + frame_end
|
/hostap-latest/wlantest/ |
D | rx_mgmt.c | 1029 const u8 *frame_start, const u8 *frame_ad, in try_rmsk() argument 1095 write_pcap_decrypted(wt, frame_start, in try_rmsk() 1096 frame_ad_end - frame_start, in try_rmsk() 1106 struct wlantest_sta *sta, const u8 *frame_start, in derive_fils_keys() argument 1118 if (try_rmsk(wt, bss, sta, pmk, frame_start, frame_ad, in derive_fils_keys() 1125 if (try_rmsk(wt, bss, sta, pmk, frame_start, frame_ad, in derive_fils_keys() 1264 const u8 *frame_start, const u8 *frame_ad, in decrypt_fils_assoc_resp() argument 1312 write_pcap_decrypted(wt, frame_start, in decrypt_fils_assoc_resp() 1313 frame_ad_end - frame_start, in decrypt_fils_assoc_resp()
|