HomeSort by relevance Sort by last modified time
    Searched full:ibss (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/tcpdump/tests/
oobr_parse_elements.out 1 Beacon IBSS, PRIVACY[|802.11]
ieee802.11_rates_oobr.out 1 fhset 48 fhpat 48 48dBm signal 48dB signal 48dB noise [|802.11]Beacon IBSS, PRIVACY[|802.11]
  /external/autotest/server/site_tests/network_WiFi_IBSS/
control.wifi_IBSS 14 This test verifies that DUT can connect to an IBSS (AdHoc) server.
network_WiFi_IBSS.py 12 """Test that we can connect to an IBSS (Adhoc) endpoint."""
21 # channel where IBSS was disallowed would prohibit wpa_supplicant
  /external/iw/
ibss.c 17 SECTION(ibss); variable
193 COMMAND(ibss, leave, NULL,
195 "Leave the current IBSS cell.");
196 COMMAND(ibss, join,
201 "Join the IBSS cell with the given SSID, if it doesn't exist create\n"
205 "if it has higher TSF and the same SSID. If an IBSS is created, create\n"
Android.mk 7 interface.c ibss.c station.c survey.c util.c ocb.c \
reason.c 7 [3] = "Deauthenticated because sending station is leaving (or has left) the IBSS or ESS",
Makefile 16 interface.o ibss.o station.o survey.o util.o ocb.o \
info.c 194 print_flag("no ibss", &open);
462 printf("\tDevice supports RSN-IBSS.\n");
563 printf("\tDevice supports HT-IBSS.\n");
621 printf("\tDevice supports VHT-IBSS.\n");
link.c 74 printf("Joined IBSS %s (on %s)\n", mac_addr, dev);
reg.c 220 PARSE_FLAG(__NL80211_RRF_NO_IBSS, "NO-IBSS");
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.c 2 * wpa_supplicant - IBSS RSN
156 * In IBSS RSN, the pairwise key from the 4-way handshake
324 * In IBSS RSN, the pairwise key from the 4-way handshake
502 wpa_printf(MSG_DEBUG, "RSN: IBSS TX Auth frame (SEQ %d) to " MACSTR,
526 wpa_printf(MSG_DEBUG, "RSN: IBSS Supplicant for peer "MACSTR
531 wpa_printf(MSG_DEBUG, "RSN: Starting IBSS Supplicant for peer "MACSTR,
596 * IBSS. Ignore authentication and go through EAPOL exchange.
621 wpa_printf(MSG_DEBUG, "RSN: IBSS Authenticator already "
626 wpa_printf(MSG_DEBUG, "RSN: Starting IBSS Authenticator "
772 wpa_printf(MSG_DEBUG, "RSN: IBSS RX EAPOL for Supplicant from
    [all...]
ibss_rsn.h 2 * wpa_supplicant - IBSS RSN
config_ssid.h 363 * mode - IEEE 802.11 operation mode (Infrastucture/IBSS)
367 * 1 = IBSS (ad-hoc, peer-to-peer)
378 * Note: IBSS can only be used with key_mgmt NONE (plaintext and static
453 * frequency - Channel frequency in megahertz (MHz) for IBSS
455 * This value is used to configure the initial channel for IBSS (adhoc)
458 * station that creates the IBSS. If an IBSS network with the
465 * fixed_freq - Use fixed frequency for IBSS
517 * parameter when operating in Authenticator role in IBSS.
bss.h 73 /** Information flags about the BSS/IBSS (WPA_BSS_*) */
  /external/autotest/server/site_tests/network_WiFi_TDLSPing/
network_WiFi_TDLSPing.py 68 # sent over IBSS, so we filter for ICMP echo requests explicitly.
77 # 0 0 Ad-Hoc (IBSS)
82 # TDLS co-opts the ToDS=0, FromDS=0 (IBSS) mode when transferring
94 raise error.TestFail('Packet capture did not contain any IBSS '
97 raise error.TestFail('Packet capture contains an IBSS frame '
  /hardware/interfaces/wifi/supplicant/1.0/
types.hal 92 * Refer to section 3 of IBSS with Wi-Fi Protected Setup
  /system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
scan_result.h 41 IBSS = 1 << 1,
  /system/connectivity/wificond/scanning/
scan_result.h 67 // Bit 1 - IBSS
  /external/autotest/client/common_lib/cros/network/
iw_runner.py 22 DEV_MODE_IBSS = 'IBSS'
428 Join a WiFi interface to an IBSS.
430 @param interface: string name of interface to join to the IBSS.
431 @param ssid: string SSID of IBSS to join.
432 @param frequency: int frequency of IBSS in Mhz.
435 self._run('%s dev %s ibss join %s %d' %
441 Leave an IBSS.
443 @param interface: string name of interface to remove from the IBSS.
446 self._run('%s dev %s ibss leave' % (self._command_iw, interface))
494 # Common values for type are 'managed', 'monitor', and 'IBSS'
    [all...]
  /external/autotest/server/cros/network/
wifi_test_context_manager.py 160 @param is_ibss True iff this is an IBSS endpoint.
171 raise error.TestFail('IBSS mode does not support multiple '
174 raise error.TestNAError('DUT does not support IBSS mode')
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmevent.h 95 #define WLC_E_JOIN 1 /* differentiates join IBSS from found (WLC_E_START) IBSS */
96 #define WLC_E_START 2 /* STA founded an IBSS or AP started a BSS */
205 #define WLC_E_IBSS_COALESCE 110 /* IBSS Coalescing */
  /device/google/marlin/
wpa_supplicant_wcn.conf 234 # 1 = IBSS (ad-hoc, peer-to-peer)
235 # Note: IBSS can only be used with key_mgmt NONE (plaintext and static WEP)
237 # to be set to 2 for IBSS. WPA-None requires following network block options:
241 # frequency: Channel frequency in megahertz (MHz) for IBSS, e.g.,
243 # channel for IBSS (adhoc) networks. It is ignored in the infrastructure mode.
244 # In addition, this value is only used by the station that creates the IBSS. If
245 # an IBSS network with the configured SSID is already present, the frequency of
745 ## IBSS/ad-hoc network with WPA-None/TKIP.
  /device/google/wahoo/
wpa_supplicant_wcn.conf 234 # 1 = IBSS (ad-hoc, peer-to-peer)
235 # Note: IBSS can only be used with key_mgmt NONE (plaintext and static WEP)
237 # to be set to 2 for IBSS. WPA-None requires following network block options:
241 # frequency: Channel frequency in megahertz (MHz) for IBSS, e.g.,
243 # channel for IBSS (adhoc) networks. It is ignored in the infrastructure mode.
244 # In addition, this value is only used by the station that creates the IBSS. If
245 # an IBSS network with the configured SSID is already present, the frequency of
745 ## IBSS/ad-hoc network with WPA-None/TKIP.
  /external/wpa_supplicant_8/src/drivers/
driver_common.c 256 DF2S(IBSS);

Completed in 865 milliseconds

1 2 3 4