Searched refs:retry_long (Results 1 – 2 of 2) sorted by relevance
242 unsigned int retry_short = 0, retry_long = 0; in handle_retry() local279 retry_long = tmpul; in handle_retry()292 NLA_PUT_U8(msg, NL80211_ATTR_WIPHY_RETRY_LONG, retry_long); in handle_retry()
272 unsigned char retry_short = 0, retry_long = 0; in print_phy_handler() local277 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()