Home
last modified time | relevance | path

Searched defs:keyid (Results 1 – 13 of 13) sorted by relevance

/hostap/wlantest/
Dbip.c18 u64 ipn, int keyid, size_t *prot_len) in bip_protect()
74 size_t len, const u8 *ipn, int keyid, bool bce, in bip_protect_s1g_beacon()
189 u8 *ipn, int keyid, size_t *prot_len) in bip_gmac_protect()
256 int keyid, bool bce, size_t *prot_len) in bip_gmac_protect_s1g_beacon()
Dccmp.c209 const u8 *pn, int keyid, size_t *encrypted_len) in ccmp_encrypt()
258 size_t hdrlen, const u8 *pn, int keyid, in ccmp_encrypt_pv1()
342 const u8 *pn, int keyid, size_t *encrypted_len) in ccmp_256_encrypt()
Drx_data.c195 const u8 *a1, const u8 *a2, const u8 *a3, int keyid, in try_all_ptk()
245 int keyid; in rx_data_bss_prot_group() local
382 int keyid, in try_ptk_decrypt()
410 int keyid; in rx_data_bss_prot() local
Dgcmp.c124 const u8 *a3, const u8 *pn, int keyid, size_t *encrypted_len) in gcmp_encrypt()
Dtkip.c439 u8 *pn, int keyid, size_t *encrypted_len) in tkip_encrypt()
Dwlantest.c336 const u8 *tk, size_t tk_len, int keyid) in write_decrypted_note()
Drx_mgmt.c697 u16 keyid; in rx_mgmt_beacon() local
3586 u16 keyid; in check_bip() local
3719 int keyid; in mgmt_decrypt_tk() local
3747 int keyid; in mgmt_decrypt() local
/hostap/src/common/
Dwpa_common.h354 u8 keyid[2]; member
361 u8 keyid[2]; member
376 u8 keyid[2]; member
386 u8 keyid[2]; member
/hostap/src/ap/
Dap_config.c324 const char *keyid; in hostapd_config_read_wpa_psk() local
Dctrl_iface_ap.c240 const char *keyid; in hostapd_ctrl_iface_sta_mib() local
Dsta_info.c1594 const char *keyid; in ap_sta_set_authorized_event() local
Dap_config.h166 char keyid[KEYID_LEN]; member
/hostap/tests/hwsim/
Dtest_ap_psk.py89 def check_keyid(hapd, dev, keyid): argument