OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_same_mac
(Results
1 - 2
of
2
) sorted by null
/device/asus/flo/conn_init/
wfc_util_qcom.c
443
int
is_same_mac
= -1;
local
454
is_same_mac
= strncmp(mac_add_buff, nv_mac_add_buff, WFC_UTIL_CFG_LENGHT_MAC_STRING);
460
if (((!is_default_nv_mac) && (0==
is_same_mac
)) ||
465
((2==is_default_nv_mac) && (0==
is_same_mac
))
473
else if ((1!=is_default_nv_mac) && (0!=
is_same_mac
)) {
/device/lge/mako/conn_init/
wfc_util_qcom.c
441
int
is_same_mac
= -1;
local
452
is_same_mac
= strncmp(mac_add_buff, nv_mac_add_buff, WFC_UTIL_CFG_LENGHT_MAC_STRING);
458
if (((!is_default_nv_mac) && (0==
is_same_mac
)) ||
463
((2==is_default_nv_mac) && (0==
is_same_mac
))
471
else if ((1!=is_default_nv_mac) && (0!=
is_same_mac
)) {
Completed in 224 milliseconds