Searched refs:hidden (Results 1 - 1 of 1) sorted by relevance

/net/wireless/
H A Dscan.c32 * Due to the possibility of hidden SSIDs, there's a second level
35 * that has a hidden SSID, and connects beacon and probe response
36 * entries. For a probe response entry for a hidden SSID, the
422 * @BSS_CMP_HIDE_ZLEN: find hidden SSID with zero-length mode
423 * @BSS_CMP_HIDE_NUL: find hidden SSID with NUL-ed out mode
489 * the already-present BSS ("b") is a hidden SSID beacon for
650 /* not a hidden SSID */
787 struct cfg80211_internal_bss *hidden; local
811 hidden = rb_find_bss(rdev, tmp, BSS_CMP_HIDE_ZLEN);
812 if (!hidden)
[all...]

Completed in 17 milliseconds