Searched defs:pfn_enabled (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/bcmdhd/
H A Dwl_android.c604 uint pfn_enabled = *(command + strlen(CMD_PNOENABLE_SET) + 1) - '0'; local
605 bytes_written = dhd_dev_pno_enable(net, pfn_enabled);
H A Ddhd_common.c1673 int pfn_enabled = 0; local
1678 iov_len = bcm_mkiovar("pfn", (char *)&pfn_enabled, 4, iovbuf, sizeof(iovbuf));
1700 dhd_pno_enable(dhd_pub_t *dhd, int pfn_enabled) argument
1705 if ((!dhd) && ((pfn_enabled != 0) || (pfn_enabled != 1))) {
1716 if ((pfn_enabled) && (dhd_is_associated(dhd, NULL, NULL) == TRUE)) {
1723 if ((ret = bcm_mkiovar("pfn", (char *)&pfn_enabled, 4, iovbuf, sizeof(iovbuf))) > 0) {
1730 dhd->pno_enable = pfn_enabled;
H A Ddhd_linux.c4960 dhd_dev_pno_enable(struct net_device *dev, int pfn_enabled) argument
4964 return (dhd_pno_enable(&dhd->pub, pfn_enabled));

Completed in 67 milliseconds