Searched refs:retry_short (Results 1 – 2 of 2) sorted by relevance
272 unsigned char retry_short = 0, retry_long = 0; in print_phy_handler() local275 retry_short = nla_get_u8(tb_msg[NL80211_ATTR_WIPHY_RETRY_SHORT]); in print_phy_handler()278 if (retry_short == retry_long) { in print_phy_handler()279 printf("\tRetry short long limit: %d\n", retry_short); in print_phy_handler()281 printf("\tRetry short limit: %d\n", retry_short); in print_phy_handler()
242 unsigned int retry_short = 0, retry_long = 0; in handle_retry() local276 retry_short = tmpul; in handle_retry()290 NLA_PUT_U8(msg, NL80211_ATTR_WIPHY_RETRY_SHORT, retry_short); in handle_retry()