Searched refs:scanning (Results 76 - 100 of 119) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr8192E_wx.c426 priv->ieee80211->scanning = 0;
434 priv->ieee80211->scanning = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/mac80211/
H A Diface.c718 if (local->scanning)
1202 if (local->scanning)
1203 return ieee80211_idle_off(local, "scanning");
H A Dwork.c877 if (local->scanning)
1001 !local->scanning)
H A Drx.c392 if (unlikely(test_bit(SCAN_HW_SCANNING, &local->scanning)))
395 if (unlikely(test_bit(SCAN_SW_SCANNING, &local->scanning) &&
404 /* scanning finished during invoking of handlers */
1104 * PS mode and then scanning would cause a
2473 if (unlikely(test_bit(SCAN_HW_SCANNING, &local->scanning) ||
2474 test_bit(SCAN_OFF_CHANNEL, &local->scanning)))
H A Dmlme.c422 if (sdata->local->scanning)
529 * If we are scanning right now then the parameters will
532 if (local->scanning)
1052 if (sdata->local->scanning)
H A Dtx.c201 /* we are scanning, don't enable power save */
202 if (local->scanning)
247 if (unlikely(test_bit(SCAN_OFF_CHANNEL, &tx->local->scanning)) &&
251 * When software scanning only nullfunc frames (to notify
620 if (WARN(test_bit(SCAN_SW_SCANNING, &tx->local->scanning) &&
624 "scanning and associated. Target station: "
H A Dieee80211_i.h592 * @SCAN_SW_SCANNING: We're currently in the process of scanning but may as
594 * @SCAN_HW_SCANNING: The hardware is scanning for us, we have no way to
596 * @SCAN_OFF_CHANNEL: We're off our operating channel for scanning,
609 * determines if we should keep on scanning or switch back to the
752 unsigned long scanning; member in struct:ieee80211_local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192e/
H A Dr8192E_wx.c426 priv->ieee80211->scanning = 0;
434 priv->ieee80211->scanning = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/mac80211/
H A Diface.c718 if (local->scanning)
1202 if (local->scanning)
1203 return ieee80211_idle_off(local, "scanning");
H A Dwork.c877 if (local->scanning)
1001 !local->scanning)
H A Drx.c392 if (unlikely(test_bit(SCAN_HW_SCANNING, &local->scanning)))
395 if (unlikely(test_bit(SCAN_SW_SCANNING, &local->scanning) &&
404 /* scanning finished during invoking of handlers */
1104 * PS mode and then scanning would cause a
2473 if (unlikely(test_bit(SCAN_HW_SCANNING, &local->scanning) ||
2474 test_bit(SCAN_OFF_CHANNEL, &local->scanning)))
H A Dmlme.c422 if (sdata->local->scanning)
529 * If we are scanning right now then the parameters will
532 if (local->scanning)
1052 if (sdata->local->scanning)
H A Dtx.c201 /* we are scanning, don't enable power save */
202 if (local->scanning)
247 if (unlikely(test_bit(SCAN_OFF_CHANNEL, &tx->local->scanning)) &&
251 * When software scanning only nullfunc frames (to notify
620 if (WARN(test_bit(SCAN_SW_SCANNING, &tx->local->scanning) &&
624 "scanning and associated. Target station: "
H A Dieee80211_i.h592 * @SCAN_SW_SCANNING: We're currently in the process of scanning but may as
594 * @SCAN_HW_SCANNING: The hardware is scanning for us, we have no way to
596 * @SCAN_OFF_CHANNEL: We're off our operating channel for scanning,
609 * determines if we should keep on scanning or switch back to the
752 unsigned long scanning; member in struct:ieee80211_local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_softmac.c474 * scanning
540 if (ieee->scanning == 0 )
556 ieee->scanning = 0;
608 if (ieee->scanning == 1){
609 ieee->scanning = 0;
636 if (ieee->scanning == 0){
637 ieee->scanning = 1;
1306 * with, so we retry or just get back to NO_LINK and scanning
2387 * (abort) this wq (when syncro scanning) before sleeping
2513 * in associating / authenticating phase) start the background scanning
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_softmac.c474 * scanning
540 if (ieee->scanning == 0 )
556 ieee->scanning = 0;
608 if (ieee->scanning == 1){
609 ieee->scanning = 0;
636 if (ieee->scanning == 0){
637 ieee->scanning = 1;
1306 * with, so we retry or just get back to NO_LINK and scanning
2387 * (abort) this wq (when syncro scanning) before sleeping
2513 * in associating / authenticating phase) start the background scanning
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c404 " out of memory to return scanning state");
2012 * wpas_dbus_new_iface_get_scanning - Get interface scanning state
2015 * Returns: A dbus message containing whether the interface is scanning
2017 * Getter for "scanning" property.
2022 dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE; local
2024 &scanning);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c404 " out of memory to return scanning state");
2012 * wpas_dbus_new_iface_get_scanning - Get interface scanning state
2015 * Returns: A dbus message containing whether the interface is scanning
2017 * Getter for "scanning" property.
2022 dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE; local
2024 &scanning);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c404 " out of memory to return scanning state");
2012 * wpas_dbus_new_iface_get_scanning - Get interface scanning state
2015 * Returns: A dbus message containing whether the interface is scanning
2017 * Getter for "scanning" property.
2022 dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE; local
2024 &scanning);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dinotify.c307 /* Check if we're supposed to be scanning for this file type in this directory */
685 while( scanning )
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dinotify.c307 /* Check if we're supposed to be scanning for this file type in this directory */
685 while( scanning )
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dinotify.c307 /* Check if we're supposed to be scanning for this file type in this directory */
685 while( scanning )
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211.h976 short scanning; member in struct:ieee80211_device
1107 * scanning (IEEE_SOFTMAC_SCAN feature set).
1117 * background scanning and can sleep.
1119 * scanning and can't sleep.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8192U_wx.c513 priv->ieee80211->scanning = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192u/
H A Dr8192U_wx.c513 priv->ieee80211->scanning = 0;

Completed in 210 milliseconds

12345