Home
last modified time | relevance | path

Searched refs:mgmt_group_cipher (Results 1 – 25 of 93) sorted by relevance

1234

/dports/net/hostapd-devel/hostap-14ab4a816/wlantest/
H A Dbss.c247 bss->mgmt_group_cipher = 0; in bss_update()
260 bss->mgmt_group_cipher |= data.mgmt_group_cipher; in bss_update()
275 bss->mgmt_group_cipher |= data.mgmt_group_cipher; in bss_update()
288 bss->mgmt_group_cipher = 0; in bss_update()
324 bss->mgmt_group_cipher == 0 ? "N/A " : "", in bss_update()
325 bss->mgmt_group_cipher & WPA_CIPHER_AES_128_CMAC ? in bss_update()
327 bss->mgmt_group_cipher & WPA_CIPHER_BIP_GMAC_128 ? in bss_update()
329 bss->mgmt_group_cipher & WPA_CIPHER_BIP_GMAC_256 ? in bss_update()
331 bss->mgmt_group_cipher & WPA_CIPHER_BIP_CMAC_256 ? in bss_update()
H A Drx_mgmt.c22 static int check_mmie_mic(unsigned int mgmt_group_cipher,
138 if (check_mmie_mic(bss->mgmt_group_cipher, bss->igtk[keyid], in rx_mgmt_beacon()
1155 if (bss->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC && in process_igtk_subelem()
1156 bss->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_128 && in process_igtk_subelem()
1157 bss->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 && in process_igtk_subelem()
1158 bss->mgmt_group_cipher != WPA_CIPHER_BIP_CMAC_256) in process_igtk_subelem()
1169 igtk_len = wpa_cipher_key_len(bss->mgmt_group_cipher); in process_igtk_subelem()
1235 bigtk_len = wpa_cipher_key_len(bss->mgmt_group_cipher); in process_bigtk_subelem()
2109 if (!mgmt_group_cipher || igtk_len < 16) in check_mmie_mic()
2138 if (mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) { in check_mmie_mic()
[all …]
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/wlantest/
H A Dbss.c247 bss->mgmt_group_cipher = 0; in bss_update()
260 bss->mgmt_group_cipher |= data.mgmt_group_cipher; in bss_update()
275 bss->mgmt_group_cipher |= data.mgmt_group_cipher; in bss_update()
288 bss->mgmt_group_cipher = 0; in bss_update()
324 bss->mgmt_group_cipher == 0 ? "N/A " : "", in bss_update()
325 bss->mgmt_group_cipher & WPA_CIPHER_AES_128_CMAC ? in bss_update()
327 bss->mgmt_group_cipher & WPA_CIPHER_BIP_GMAC_128 ? in bss_update()
329 bss->mgmt_group_cipher & WPA_CIPHER_BIP_GMAC_256 ? in bss_update()
331 bss->mgmt_group_cipher & WPA_CIPHER_BIP_CMAC_256 ? in bss_update()
H A Drx_mgmt.c22 static int check_mmie_mic(unsigned int mgmt_group_cipher,
138 if (check_mmie_mic(bss->mgmt_group_cipher, bss->igtk[keyid], in rx_mgmt_beacon()
1155 if (bss->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC && in process_igtk_subelem()
1156 bss->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_128 && in process_igtk_subelem()
1157 bss->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 && in process_igtk_subelem()
1158 bss->mgmt_group_cipher != WPA_CIPHER_BIP_CMAC_256) in process_igtk_subelem()
1169 igtk_len = wpa_cipher_key_len(bss->mgmt_group_cipher); in process_igtk_subelem()
1235 bigtk_len = wpa_cipher_key_len(bss->mgmt_group_cipher); in process_bigtk_subelem()
2109 if (!mgmt_group_cipher || igtk_len < 16) in check_mmie_mic()
2138 if (mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) { in check_mmie_mic()
[all …]
/dports/net/hostapd/hostapd-2.9/src/rsn_supp/
H A Dwpa_ft.c250 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC || in wpa_ft_gen_req_ies()
251 sm->mgmt_group_cipher == WPA_CIPHER_BIP_GMAC_128 || in wpa_ft_gen_req_ies()
252 sm->mgmt_group_cipher == WPA_CIPHER_BIP_GMAC_256 || in wpa_ft_gen_req_ies()
253 sm->mgmt_group_cipher == WPA_CIPHER_BIP_CMAC_256) in wpa_ft_gen_req_ies()
271 switch (sm->mgmt_group_cipher) { in wpa_ft_gen_req_ies()
788 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC && in wpa_ft_process_igtk_subelem()
789 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_128 && in wpa_ft_process_igtk_subelem()
790 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 && in wpa_ft_process_igtk_subelem()
791 sm->mgmt_group_cipher != WPA_CIPHER_BIP_CMAC_256) in wpa_ft_process_igtk_subelem()
802 igtk_len = wpa_cipher_key_len(sm->mgmt_group_cipher); in wpa_ft_process_igtk_subelem()
[all …]
H A Dwpa_ie.c110 int key_mgmt, int mgmt_group_cipher, in wpa_gen_wpa_ie_rsn() argument
241 if (wpa_cipher_valid_mgmt_group(mgmt_group_cipher)) { in wpa_gen_wpa_ie_rsn()
250 mgmt_group_cipher)); in wpa_gen_wpa_ie_rsn()
334 sm->key_mgmt, sm->mgmt_group_cipher, in wpa_gen_wpa_ie()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa_ft.c250 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC || in wpa_ft_gen_req_ies()
251 sm->mgmt_group_cipher == WPA_CIPHER_BIP_GMAC_128 || in wpa_ft_gen_req_ies()
252 sm->mgmt_group_cipher == WPA_CIPHER_BIP_GMAC_256 || in wpa_ft_gen_req_ies()
253 sm->mgmt_group_cipher == WPA_CIPHER_BIP_CMAC_256) in wpa_ft_gen_req_ies()
271 switch (sm->mgmt_group_cipher) { in wpa_ft_gen_req_ies()
788 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC && in wpa_ft_process_igtk_subelem()
789 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_128 && in wpa_ft_process_igtk_subelem()
790 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 && in wpa_ft_process_igtk_subelem()
791 sm->mgmt_group_cipher != WPA_CIPHER_BIP_CMAC_256) in wpa_ft_process_igtk_subelem()
802 igtk_len = wpa_cipher_key_len(sm->mgmt_group_cipher); in wpa_ft_process_igtk_subelem()
[all …]
H A Dwpa_ie.c110 int key_mgmt, int mgmt_group_cipher, in wpa_gen_wpa_ie_rsn() argument
241 if (wpa_cipher_valid_mgmt_group(mgmt_group_cipher)) { in wpa_gen_wpa_ie_rsn()
250 mgmt_group_cipher)); in wpa_gen_wpa_ie_rsn()
334 sm->key_mgmt, sm->mgmt_group_cipher, in wpa_gen_wpa_ie()
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa_ft.c250 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC || in wpa_ft_gen_req_ies()
251 sm->mgmt_group_cipher == WPA_CIPHER_BIP_GMAC_128 || in wpa_ft_gen_req_ies()
252 sm->mgmt_group_cipher == WPA_CIPHER_BIP_GMAC_256 || in wpa_ft_gen_req_ies()
253 sm->mgmt_group_cipher == WPA_CIPHER_BIP_CMAC_256) in wpa_ft_gen_req_ies()
271 switch (sm->mgmt_group_cipher) { in wpa_ft_gen_req_ies()
788 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC && in wpa_ft_process_igtk_subelem()
789 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_128 && in wpa_ft_process_igtk_subelem()
790 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 && in wpa_ft_process_igtk_subelem()
791 sm->mgmt_group_cipher != WPA_CIPHER_BIP_CMAC_256) in wpa_ft_process_igtk_subelem()
802 igtk_len = wpa_cipher_key_len(sm->mgmt_group_cipher); in wpa_ft_process_igtk_subelem()
[all …]
H A Dwpa_ie.c110 int key_mgmt, int mgmt_group_cipher, in wpa_gen_wpa_ie_rsn() argument
241 if (wpa_cipher_valid_mgmt_group(mgmt_group_cipher)) { in wpa_gen_wpa_ie_rsn()
250 mgmt_group_cipher)); in wpa_gen_wpa_ie_rsn()
334 sm->key_mgmt, sm->mgmt_group_cipher, in wpa_gen_wpa_ie()
/dports/net/hostapd-devel/hostap-14ab4a816/src/rsn_supp/
H A Dwpa_ft.c287 switch (sm->mgmt_group_cipher) { in wpa_ft_gen_req_ies()
855 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC && in wpa_ft_process_igtk_subelem()
856 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_128 && in wpa_ft_process_igtk_subelem()
857 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 && in wpa_ft_process_igtk_subelem()
858 sm->mgmt_group_cipher != WPA_CIPHER_BIP_CMAC_256) in wpa_ft_process_igtk_subelem()
869 igtk_len = wpa_cipher_key_len(sm->mgmt_group_cipher); in wpa_ft_process_igtk_subelem()
918 (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC && in wpa_ft_process_bigtk_subelem()
919 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_128 && in wpa_ft_process_bigtk_subelem()
920 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 && in wpa_ft_process_bigtk_subelem()
921 sm->mgmt_group_cipher != WPA_CIPHER_BIP_CMAC_256)) in wpa_ft_process_bigtk_subelem()
[all …]
H A Dwpa_ie.c127 int key_mgmt, int mgmt_group_cipher, in wpa_gen_wpa_ie_rsn() argument
245 if (wpa_cipher_valid_mgmt_group(mgmt_group_cipher)) { in wpa_gen_wpa_ie_rsn()
254 mgmt_group_cipher)); in wpa_gen_wpa_ie_rsn()
337 sm->key_mgmt, sm->mgmt_group_cipher, in wpa_gen_wpa_ie()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/rsn_supp/
H A Dwpa_ft.c287 switch (sm->mgmt_group_cipher) { in wpa_ft_gen_req_ies()
855 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC && in wpa_ft_process_igtk_subelem()
856 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_128 && in wpa_ft_process_igtk_subelem()
857 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 && in wpa_ft_process_igtk_subelem()
858 sm->mgmt_group_cipher != WPA_CIPHER_BIP_CMAC_256) in wpa_ft_process_igtk_subelem()
869 igtk_len = wpa_cipher_key_len(sm->mgmt_group_cipher); in wpa_ft_process_igtk_subelem()
918 (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC && in wpa_ft_process_bigtk_subelem()
919 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_128 && in wpa_ft_process_bigtk_subelem()
920 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 && in wpa_ft_process_bigtk_subelem()
921 sm->mgmt_group_cipher != WPA_CIPHER_BIP_CMAC_256)) in wpa_ft_process_bigtk_subelem()
[all …]
H A Dwpa_ie.c127 int key_mgmt, int mgmt_group_cipher, in wpa_gen_wpa_ie_rsn() argument
245 if (wpa_cipher_valid_mgmt_group(mgmt_group_cipher)) { in wpa_gen_wpa_ie_rsn()
254 mgmt_group_cipher)); in wpa_gen_wpa_ie_rsn()
337 sm->key_mgmt, sm->mgmt_group_cipher, in wpa_gen_wpa_ie()
/dports/net/reaver/reaver-wps-fork-t6x-1.6.6/src/common/
H A Dwpa_common.c261 data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in wpa_parse_wpa_ie_rsn()
263 data->mgmt_group_cipher = 0; in wpa_parse_wpa_ie_rsn()
382 data->mgmt_group_cipher = rsn_selector_to_bitfield(pos); in wpa_parse_wpa_ie_rsn()
383 if (data->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC) { in wpa_parse_wpa_ie_rsn()
386 data->mgmt_group_cipher); in wpa_parse_wpa_ie_rsn()
702 ie1d.mgmt_group_cipher == ie2d.mgmt_group_cipher) in wpa_compare_rsn_ie()
/dports/net/hostapd-devel/hostap-14ab4a816/wpa_supplicant/
H A Dmesh_rsn.c171 conf.group_mgmt_cipher = rsn->mgmt_group_cipher; in __mesh_rsn_auth_init()
198 wpa_cipher_to_alg(rsn->mgmt_group_cipher), in __mesh_rsn_auth_init()
245 mesh_rsn->mgmt_group_cipher = conf->mgmt_group_cipher; in mesh_rsn_auth_init()
776 key_len = wpa_cipher_key_len(wpa_s->mesh_rsn->mgmt_group_cipher); in mesh_rsn_process_ampe()
H A Dmesh_rsn.h20 unsigned int mgmt_group_cipher; member
H A Dmesh.c132 conf->mgmt_group_cipher = ssid->group_mgmt_cipher; in mesh_config_create()
134 conf->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in mesh_config_create()
277 wpa_s->mgmt_group_cipher = wpa_s->mesh_rsn->mgmt_group_cipher; in wpas_mesh_complete()
626 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_join_mesh()
/dports/security/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmesh_rsn.c171 conf.group_mgmt_cipher = rsn->mgmt_group_cipher; in __mesh_rsn_auth_init()
200 wpa_cipher_to_alg(rsn->mgmt_group_cipher), NULL, in __mesh_rsn_auth_init()
245 mesh_rsn->mgmt_group_cipher = conf->mgmt_group_cipher; in mesh_rsn_auth_init()
782 key_len = wpa_cipher_key_len(wpa_s->mesh_rsn->mgmt_group_cipher); in mesh_rsn_process_ampe()
H A Dmesh_rsn.h20 unsigned int mgmt_group_cipher; member
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/wpa_supplicant/
H A Dmesh_rsn.c171 conf.group_mgmt_cipher = rsn->mgmt_group_cipher; in __mesh_rsn_auth_init()
198 wpa_cipher_to_alg(rsn->mgmt_group_cipher), in __mesh_rsn_auth_init()
245 mesh_rsn->mgmt_group_cipher = conf->mgmt_group_cipher; in mesh_rsn_auth_init()
776 key_len = wpa_cipher_key_len(wpa_s->mesh_rsn->mgmt_group_cipher); in mesh_rsn_process_ampe()
H A Dmesh_rsn.h20 unsigned int mgmt_group_cipher; member
H A Dmesh.c132 conf->mgmt_group_cipher = ssid->group_mgmt_cipher; in mesh_config_create()
134 conf->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in mesh_config_create()
277 wpa_s->mgmt_group_cipher = wpa_s->mesh_rsn->mgmt_group_cipher; in wpas_mesh_complete()
626 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_join_mesh()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/wpa_supplicant/
H A Dmesh_rsn.c171 conf.group_mgmt_cipher = rsn->mgmt_group_cipher; in __mesh_rsn_auth_init()
200 wpa_cipher_to_alg(rsn->mgmt_group_cipher), NULL, in __mesh_rsn_auth_init()
245 mesh_rsn->mgmt_group_cipher = conf->mgmt_group_cipher; in mesh_rsn_auth_init()
782 key_len = wpa_cipher_key_len(wpa_s->mesh_rsn->mgmt_group_cipher); in mesh_rsn_process_ampe()
H A Dmesh_rsn.h20 unsigned int mgmt_group_cipher; member

1234