OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nv_mac_addr
(Results
1 - 4
of
4
) sorted by null
/device/asus/flo/conn_init/
wfc_util_qcom.c
439
static int wfc_util_qcom_write_mac_process(unsigned char *
nv_mac_addr
, char *mac_add_buff)
445
if (NULL ==
nv_mac_addr
) {
449
wfc_util_htoa(
nv_mac_addr
, WFC_UTIL_CFG_LENGHT_MAC,
485
wfc_util_qcom_write_mac_to_bin(
nv_mac_addr
);
487
* reset mac address of nv.bin if
nv_mac_addr
is not RFT mac address
496
wfc_util_qcom_write_mac_to_bin(
nv_mac_addr
);
535
int wfc_util_qcom_check_config(unsigned char *
nv_mac_addr
)
588
if (1 != wfc_util_qcom_write_mac_process(
nv_mac_addr
, mac_add_buff)) {
607
if (1 != wfc_util_qcom_write_mac_process(
nv_mac_addr
, mac_add_buff)) {
conn_init.c
20
extern int wfc_util_qcom_check_config(unsigned char *
nv_mac_addr
);
wfc_util_qcom.h
29
extern int wfc_util_qcom_check_config(unsigned char *
nv_mac_addr
);
/hardware/qcom/wlan/qcwcn/wcnss-service/
wcnss_service.c
363
void setup_wcnss_parameters(int *cal, int
nv_mac_addr
)
397
if (SUCCESS ==
nv_mac_addr
)
502
int
nv_mac_addr
= FAILED;
local
540
nv_mac_addr
= SUCCESS;
553
setup_wcnss_parameters(&ret_cal,
nv_mac_addr
);
Completed in 120 milliseconds