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

  /external/wpa_supplicant_8/src/rsn_supp/
tdls.c 36 unsigned int tdls_testing = 0; variable
687 if (tdls_testing & TDLS_TESTING_LONG_FRAME)
713 if (tdls_testing & TDLS_TESTING_LONG_FRAME) {
976 if (tdls_testing & TDLS_TESTING_ALT_RSN_IE) {
985 if (tdls_testing & TDLS_TESTING_ALT_RSN_IE) {
1004 (tdls_testing & TDLS_TESTING_LONG_FRAME))
1006 if (tdls_testing & TDLS_TESTING_DIFF_BSSID)
1043 if (tdls_testing & TDLS_TESTING_LONG_FRAME) {
1056 if (tdls_testing & TDLS_TESTING_SHORT_LIFETIME) {
1061 if (tdls_testing & TDLS_TESTING_LONG_LIFETIME)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 356 } else if (os_strcasecmp(cmd, "tdls_testing") == 0) {
357 extern unsigned int tdls_testing;
358 tdls_testing = strtol(value, NULL, 0);
359 wpa_printf(MSG_DEBUG, "TDLS: tdls_testing=0x%x", tdls_testing);
    [all...]

Completed in 39 milliseconds