Home
last modified time | relevance | path

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

/external/iw/
Dphy.c242 unsigned int retry_short = 0, retry_long = 0; in handle_retry() local
279 retry_long = tmpul; in handle_retry()
292 NLA_PUT_U8(msg, NL80211_ATTR_WIPHY_RETRY_LONG, retry_long); in handle_retry()
Dinfo.c272 unsigned char retry_short = 0, retry_long = 0; in print_phy_handler() local
277 retry_long = nla_get_u8(tb_msg[NL80211_ATTR_WIPHY_RETRY_LONG]); in print_phy_handler()
278 if (retry_short == retry_long) { in print_phy_handler()
282 printf("\tRetry long limit: %d\n", retry_long); in print_phy_handler()