OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ie1d
(Results
1 - 1
of
1
) sorted by null
/external/wpa_supplicant_8/src/common/
wpa_common.c
826
struct wpa_ie_data
ie1d
, ie2d;
local
834
if (wpa_parse_wpa_ie_rsn(ie1, ie1len, &
ie1d
) < 0 ||
837
if (
ie1d
.proto == ie2d.proto &&
838
ie1d
.pairwise_cipher == ie2d.pairwise_cipher &&
839
ie1d
.group_cipher == ie2d.group_cipher &&
840
ie1d
.key_mgmt == ie2d.key_mgmt &&
841
ie1d
.capabilities == ie2d.capabilities &&
842
ie1d
.mgmt_group_cipher == ie2d.mgmt_group_cipher)
Completed in 831 milliseconds