HomeSort by relevance Sort by last modified time
    Searched refs:retry_short (Results 1 - 2 of 2) sorted by null

  /external/iw/
info.c 272 unsigned char retry_short = 0, retry_long = 0; local
275 retry_short = nla_get_u8(tb_msg[NL80211_ATTR_WIPHY_RETRY_SHORT]);
278 if (retry_short == retry_long) {
279 printf("\tRetry short long limit: %d\n", retry_short);
281 printf("\tRetry short limit: %d\n", retry_short);
phy.c 242 unsigned int retry_short = 0, retry_long = 0; local
276 retry_short = tmpul;
290 NLA_PUT_U8(msg, NL80211_ATTR_WIPHY_RETRY_SHORT, retry_short);

Completed in 313 milliseconds