Searched refs:icv (Results 1 – 11 of 11) sorted by relevance
/wlan-driver/wpa_supplicant_8/src/eap_common/ |
H A D | eap_ikev2_common.c |
|
H A D | eap_eke_common.c |
|
H A D | ikev2_common.c |
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_security_utils.c | 534 uint8_t seed[LIM_SEED_LENGTH], icv[SIR_MAC_WEP_ICV_LENGTH]; in lim_encrypt_auth_frame() local 553 lim_compute_crc32(icv, pPlainText, frame_len); in lim_encrypt_auth_frame() 556 icv, SIR_MAC_WEP_ICV_LENGTH); in lim_encrypt_auth_frame() 730 uint8_t seed[LIM_SEED_LENGTH], icv[SIR_MAC_WEP_ICV_LENGTH]; in lim_decrypt_auth_frame() local 746 lim_compute_crc32(icv, in lim_decrypt_auth_frame() 753 i, icv[i], i, in lim_decrypt_auth_frame() 756 if (icv[i] != in lim_decrypt_auth_frame()
|
/wlan-driver/wpa_supplicant_8/src/pae/ |
H A D | ieee802_1x_key.c |
|
H A D | ieee802_1x_key.h |
|
H A D | ieee802_1x_kay_i.h |
|
H A D | ieee802_1x_kay.c |
|
/wlan-driver/wpa_supplicant_8/src/eap_peer/ |
H A D | eap_pax.c |
|
/wlan-driver/wpa_supplicant_8/src/eap_server/ |
H A D | eap_server_pax.c |
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_cfg80211.c | 2739 struct hdd_channel_info *icv; in hdd_update_reg_chan_info() local 2758 icv = &sap_config->channel_info[i]; in hdd_update_reg_chan_info() 2764 icv->freq = freq_list[i]; in hdd_update_reg_chan_info() 2765 icv->ieee_chan_number = chan; in hdd_update_reg_chan_info() 2766 icv->max_reg_power = wlan_reg_get_channel_reg_power_for_freq( in hdd_update_reg_chan_info() 2770 icv->max_radio_power = HDD_MAX_TX_POWER; in hdd_update_reg_chan_info() 2771 icv->min_radio_power = HDD_MIN_TX_POWER; in hdd_update_reg_chan_info() 2773 icv->max_antenna_gain = 0; in hdd_update_reg_chan_info() 2776 icv->reg_class_id = in hdd_update_reg_chan_info() 2785 icv->freq, in hdd_update_reg_chan_info() [all …]
|