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

  /external/wpa_supplicant_8/src/rsn_supp/
tdls.c 38 unsigned int tdls_testing = 0; variable
788 if (tdls_testing & TDLS_TESTING_LONG_FRAME)
809 if (tdls_testing & TDLS_TESTING_LONG_FRAME) {
1120 if (tdls_testing & TDLS_TESTING_ALT_RSN_IE) {
1129 if (tdls_testing & TDLS_TESTING_ALT_RSN_IE) {
1148 (tdls_testing & TDLS_TESTING_LONG_FRAME))
1150 if (tdls_testing & TDLS_TESTING_DIFF_BSSID)
1188 if (tdls_testing & TDLS_TESTING_LONG_FRAME) {
    [all...]
wpa.h 425 extern unsigned int tdls_testing;
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 529 } else if (os_strcasecmp(cmd, "tdls_testing") == 0) {
530 tdls_testing = strtol(value, NULL, 0);
531 wpa_printf(MSG_DEBUG, "TDLS: tdls_testing=0x%x", tdls_testing);
    [all...]

Completed in 110 milliseconds