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
974
struct wpa_ie_data
ie1d
, ie2d;
local
982
if (wpa_parse_wpa_ie_rsn(ie1, ie1len, &
ie1d
) < 0 ||
985
if (
ie1d
.proto == ie2d.proto &&
986
ie1d
.pairwise_cipher == ie2d.pairwise_cipher &&
987
ie1d
.group_cipher == ie2d.group_cipher &&
988
ie1d
.key_mgmt == ie2d.key_mgmt &&
989
ie1d
.capabilities == ie2d.capabilities &&
990
ie1d
.mgmt_group_cipher == ie2d.mgmt_group_cipher)
[
all
...]
Completed in 227 milliseconds