Home
last modified time | relevance | path

Searched refs:ca_configs (Results 1 – 1 of 1) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp5593 void parse_unsafe(char *val_p, wifi_coex_unsafe_channel ca_configs[], int *idx) in parse_unsafe() argument
5610 ca_configs[*idx].band = band; in parse_unsafe()
5616 ca_configs[*idx].channel = atoi(token); in parse_unsafe()
5622 ca_configs[*idx].power_cap_dbm = atoi(token); in parse_unsafe()
5640 wifi_coex_unsafe_channel ca_configs[MAX_CH_AVOID]; in testChannelAvoidanceOptions() local
5643 memset(ca_configs, 0, MAX_CH_AVOID * sizeof(wifi_coex_unsafe_channel)); in testChannelAvoidanceOptions()
5655 parse_unsafe(val_p, ca_configs, &idx); in testChannelAvoidanceOptions()
5663 ca_configs[i].band, ca_configs[i].channel, ca_configs[i].power_cap_dbm); in testChannelAvoidanceOptions()
5666 setChannelAvoidance(idx, ca_configs, mandatory); in testChannelAvoidanceOptions()