Searched defs:keyid (Results 1 – 13 of 13) sorted by relevance
/hostap/wlantest/ |
D | bip.c | 18 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()
|
D | ccmp.c | 209 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()
|
D | rx_data.c | 195 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
|
D | gcmp.c | 124 const u8 *a3, const u8 *pn, int keyid, size_t *encrypted_len) in gcmp_encrypt()
|
D | tkip.c | 439 u8 *pn, int keyid, size_t *encrypted_len) in tkip_encrypt()
|
D | wlantest.c | 336 const u8 *tk, size_t tk_len, int keyid) in write_decrypted_note()
|
D | rx_mgmt.c | 697 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/ |
D | wpa_common.h | 354 u8 keyid[2]; member 361 u8 keyid[2]; member 376 u8 keyid[2]; member 386 u8 keyid[2]; member
|
/hostap/src/ap/ |
D | ap_config.c | 324 const char *keyid; in hostapd_config_read_wpa_psk() local
|
D | ctrl_iface_ap.c | 240 const char *keyid; in hostapd_ctrl_iface_sta_mib() local
|
D | sta_info.c | 1594 const char *keyid; in ap_sta_set_authorized_event() local
|
D | ap_config.h | 166 char keyid[KEYID_LEN]; member
|
/hostap/tests/hwsim/ |
D | test_ap_psk.py | 89 def check_keyid(hapd, dev, keyid): argument
|