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 38 unsigned int tdls_testing = 0; variable
773 if (tdls_testing & TDLS_TESTING_LONG_FRAME)
794 if (tdls_testing & TDLS_TESTING_LONG_FRAME) {
1105 if (tdls_testing & TDLS_TESTING_ALT_RSN_IE) {
1114 if (tdls_testing & TDLS_TESTING_ALT_RSN_IE) {
1133 (tdls_testing & TDLS_TESTING_LONG_FRAME))
1135 if (tdls_testing & TDLS_TESTING_DIFF_BSSID)
1172 if (tdls_testing & TDLS_TESTING_LONG_FRAME) {
1185 if (tdls_testing & TDLS_TESTING_SHORT_LIFETIME) {
1190 if (tdls_testing & TDLS_TESTING_LONG_LIFETIME)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 395 } else if (os_strcasecmp(cmd, "tdls_testing") == 0) {
396 extern unsigned int tdls_testing;
397 tdls_testing = strtol(value, NULL, 0);
398 wpa_printf(MSG_DEBUG, "TDLS: tdls_testing=0x%x", tdls_testing);
    [all...]

Completed in 189 milliseconds