Searched refs:wl3501_get_mib_value (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/wireless/
H A Dwl3501_cs.c381 static int wl3501_get_mib_value(struct wl3501_card *this, u8 index, wl3501_get_mib_value() function
1375 if (!wl3501_get_mib_value(this, WL3501_MIB_ATTR_WEP_ICV_ERROR_COUNT, wl3501_get_wireless_stats()
1378 if (!wl3501_get_mib_value(this, WL3501_MIB_ATTR_WEP_UNDECRYPTABLE_COUNT, wl3501_get_wireless_stats()
1381 if (!wl3501_get_mib_value(this, WL3501_MIB_ATTR_WEP_EXCLUDED_COUNT, wl3501_get_wireless_stats()
1384 if (!wl3501_get_mib_value(this, WL3501_MIB_ATTR_RETRY_COUNT, wl3501_get_wireless_stats()
1387 if (!wl3501_get_mib_value(this, WL3501_MIB_ATTR_FAILED_COUNT, wl3501_get_wireless_stats()
1390 if (!wl3501_get_mib_value(this, WL3501_MIB_ATTR_RTS_FAILURE_COUNT, wl3501_get_wireless_stats()
1393 if (!wl3501_get_mib_value(this, WL3501_MIB_ATTR_ACK_FAILURE_COUNT, wl3501_get_wireless_stats()
1396 if (!wl3501_get_mib_value(this, WL3501_MIB_ATTR_FRAME_DUPLICATE_COUNT, wl3501_get_wireless_stats()
1677 int rc = wl3501_get_mib_value(this, WL3501_MIB_ATTR_RTS_THRESHOLD, wl3501_get_rts_threshold()
1693 int rc = wl3501_get_mib_value(this, WL3501_MIB_ATTR_FRAG_THRESHOLD, wl3501_get_frag_threshold()
1709 int rc = wl3501_get_mib_value(this, wl3501_get_txpow()
1731 int rc = wl3501_get_mib_value(this, wl3501_get_retry()
1740 rc = wl3501_get_mib_value(this, WL3501_MIB_ATTR_SHORT_RETRY_LIMIT, wl3501_get_retry()
1758 int rc = wl3501_get_mib_value(this, wl3501_get_encode()
1767 rc = wl3501_get_mib_value(this, WL3501_MIB_ATTR_EXCLUDE_UNENCRYPTED, wl3501_get_encode()
1773 rc = wl3501_get_mib_value(this, WL3501_MIB_ATTR_WEP_KEY_MAPPINGS_LEN, wl3501_get_encode()
1777 rc = wl3501_get_mib_value(this, WL3501_MIB_ATTR_WEP_KEY_MAPPINGS, wl3501_get_encode()
1795 int rc = wl3501_get_mib_value(this, wl3501_get_power()

Completed in 40 milliseconds