Searched refs:pkt_len (Results 1 – 3 of 3) sorted by relevance
/hostap-3.6.0/src/rsn_supp/ |
D | wpa_i.h | 455 const u8 *pkt, size_t pkt_len) in wpa_sm_fils_hlp_rx() argument 458 sm->ctx->fils_hlp_rx(sm->ctx->ctx, dst, src, pkt, pkt_len); in wpa_sm_fils_hlp_rx()
|
D | wpa.h | 90 const u8 *pkt, size_t pkt_len);
|
/hostap-3.6.0/wpa_supplicant/ |
D | wpas_glue.c | 1240 const u8 *pkt, size_t pkt_len) in wpa_supplicant_fils_hlp_rx() argument 1246 hexlen = pkt_len * 2 + 1; in wpa_supplicant_fils_hlp_rx() 1250 wpa_snprintf_hex(hex, hexlen, pkt, pkt_len); in wpa_supplicant_fils_hlp_rx()
|