Searched refs:qual (Results 26 - 50 of 89) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dnetwave_cs.c355 wstats->qual.qual = readb( ramBase + NETWAVE_EREG_SPCQ);
356 wstats->qual.level = readb( ramBase + NETWAVE_EREG_ISPLQ);
357 wstats->qual.noise = readb( ramBase + NETWAVE_EREG_SPU) & 0x3f;
602 range->max_qual.qual = 255;
H A Dzd1201.c1064 range->max_qual.qual = 128;
1105 /*zd->iwstats.qual.qual = le16_to_cpu(((__le16 *)buffer)[0]);*/
1106 zd->iwstats.qual.level = le16_to_cpu(((__le16 *)buffer)[1]);
1107 /*zd->iwstats.qual.noise = le16_to_cpu(((__le16 *)buffer)[2]);*/
1108 zd->iwstats.qual.updated = 2;
1192 iwe.u.qual.qual = zd->rxdata[i+4];
1193 iwe.u.qual.noise= zd->rxdata[i+2]/10-100;
1194 iwe.u.qual
[all...]
H A Dray_cs.c1426 range->max_qual.qual = 0;
1507 local->wstats.qual.qual = local->spy_data.spy_stat[0].qual;
1508 local->wstats.qual.level = local->spy_data.spy_stat[0].level;
1509 local->wstats.qual.noise = local->spy_data.spy_stat[0].noise;
1510 local->wstats.qual.updated = local->spy_data.spy_stat[0].updated;
1515 local->wstats.qual.noise = readb(&p->rxnoise);
1516 local->wstats.qual.updated |= 4;
2300 /*local->wstats.qual
[all...]
H A Dairo.c3397 /* Prepare spy data : addr + qual */
3404 wstats.qual = hdr.rssi[0];
3409 wstats.noise = apriv->wstats.qual.noise;
3638 /* Prepare spy data : addr + qual */
3640 wstats.qual = 0;
3740 /* Prepare spy data : addr + qual */
3742 wstats.qual = hdr.rssi[0];
3747 wstats.noise = ai->wstats.qual.noise;
6895 range->max_qual.qual = 100; /* % */
6897 range->max_qual.qual
7120 struct iw_quality qual[IW_MAX_AP]; local
[all...]
H A Dipw2100.c6723 range->max_qual.qual = 100;
6729 range->avg_qual.qual = 70; /* > 8% missed beacons is 'bad' */
8111 wstats->qual.qual = 0;
8112 wstats->qual.level = 0;
8113 wstats->qual.noise = 0;
8114 wstats->qual.updated = 7;
8115 wstats->qual.updated |= IW_QUAL_NOISE_INVALID |
8126 wstats->qual.qual
[all...]
H A Dwavelan.c1728 wstats.qual = stats[2] & MMR_SGNL_QUAL;
2159 range->max_qual.qual = MMR_SGNL_QUAL;
2162 range->avg_qual.qual = MMR_SGNL_QUAL; /* Always max */
2452 wstats->qual.qual = m.mmr_sgnl_qual & MMR_SGNL_QUAL;
2453 wstats->qual.level = m.mmr_signal_lvl & MMR_SIGNAL_LVL;
2454 wstats->qual.noise = m.mmr_silence_lvl & MMR_SILENCE_LVL;
2455 wstats->qual.updated = (((m. mmr_signal_lvl & MMR_SIGNAL_LVL_VALID) >> 7)
H A Dwavelan_cs.c1796 wstats.qual = stats[2] & MMR_SGNL_QUAL;
2408 range->max_qual.qual = MMR_SGNL_QUAL;
2411 range->avg_qual.qual = MMR_SGNL_QUAL; /* Always max */
2764 wstats->qual.qual = m.mmr_sgnl_qual & MMR_SGNL_QUAL;
2765 wstats->qual.level = m.mmr_signal_lvl & MMR_SIGNAL_LVL;
2766 wstats->qual.noise = m.mmr_silence_lvl & MMR_SILENCE_LVL;
2767 wstats->qual.updated = (((m.mmr_signal_lvl & MMR_SIGNAL_LVL_VALID) >> 7) |
3008 * the length of the frame (word) and the mmc info (SNR & qual).
H A Dipw2200.c8774 range->max_qual.qual = 100;
8780 range->avg_qual.qual = 70;
10030 wstats->qual.qual = 0;
10031 wstats->qual.level = 0;
10032 wstats->qual.noise = 0;
10033 wstats->qual.updated = 7;
10034 wstats->qual.updated |= IW_QUAL_NOISE_INVALID |
10039 wstats->qual.qual
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_ap.c2326 struct iw_quality qual[], int buf_size,
2344 qual[count].qual = sta->last_rx_signal < 27 ?
2347 qual[count].qual = sta->last_rx_signal -
2349 qual[count].level = HFA384X_LEVEL_TO_dBm(sta->last_rx_signal);
2350 qual[count].noise = HFA384X_LEVEL_TO_dBm(sta->last_rx_silence);
2351 qual[count].updated = sta->last_rx_updated;
2415 iwe.u.qual.qual
2325 prism2_ap_get_sta_qual(local_info_t *local, struct sockaddr addr[], struct iw_quality qual[], int buf_size, int aplist) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/prism54/
H A Disl_ioctl.c176 priv->local_iwstatistics.qual.noise = r.u;
194 priv->local_iwstatistics.qual.level = bss2->rssi;
195 priv->local_iwstatistics.qual.qual =
196 bss2->rssi - priv->iwstatistics.qual.noise;
201 priv->local_iwstatistics.qual.updated = 0x7;
226 priv->local_iwstatistics.qual.updated = 0;
229 priv->iwstatistics.qual.updated = 0;
450 range->max_qual.qual = 0;
454 range->avg_qual.qual
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dhub.c2331 struct usb_qualifier_descriptor *qual; local
2334 qual = kmalloc (sizeof *qual, GFP_KERNEL);
2335 if (qual == NULL)
2339 qual, sizeof *qual);
2340 if (status == sizeof *qual) {
2349 kfree(qual);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dvfs_macros.h100 #define SMB_VFS_SYS_ACL_SET_QUALIFIER(conn, entry, qual) ((conn)->vfs.ops.sys_acl_set_qualifier((conn)->vfs.handles.sys_acl_set_qualifier, (conn), (entry), (qual)))
201 #define SMB_VFS_OPAQUE_SYS_ACL_SET_QUALIFIER(conn, entry, qual) ((conn)->vfs_opaque.ops.sys_acl_set_qualifier((conn)->vfs_opaque.handles.sys_acl_set_qualifier, (conn), (entry), (qual)))
303 #define SMB_VFS_NEXT_SYS_ACL_SET_QUALIFIER(handle, conn, entry, qual) ((handle)->vfs_next.ops.sys_acl_set_qualifier((handle)->vfs_next.handles.sys_acl_set_qualifier, (conn), (entry), (qual)))
H A Dvfs.h286 int (*sys_acl_set_qualifier)(struct vfs_handle_struct *handle, struct connection_struct *conn, SMB_ACL_ENTRY_T entry, void *qual);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/VFS/
H A Dskel_transparent.c348 static int skel_sys_acl_set_qualifier(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_ENTRY_T entry, void *qual) argument
350 return SMB_VFS_NEXT_SYS_ACL_SET_QUALIFIER(handle, conn, entry, qual);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dvfs-wrap.c1002 int vfswrap_sys_acl_set_qualifier(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_ENTRY_T entry, void *qual) argument
1004 return sys_acl_set_qualifier(entry, qual);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_full_audit.c223 void *qual);
1515 void *qual)
1519 result = SMB_VFS_NEXT_SYS_ACL_SET_QUALIFIER(handle, conn, entry, qual);
1512 smb_full_audit_sys_acl_set_qualifier(vfs_handle_struct *handle, connection_struct *conn, SMB_ACL_ENTRY_T entry, void *qual) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/doc/
H A DMakefile116 CFLAGS += -Os -pipe -mips32 -mtune=mips32 -funit-at-a-time -I${PKG_INSTALL_DIR}/usr/include -I${PKG_INSTALL_DIR}/include -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A DMakefile156 CFLAGS = -DGETTEXT_PACKAGE -I${PKG_INSTALL_DIR}/usr/include -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -D_XOPEN_SOURCE=500 -D__EXTENSIONS__
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-dnsconfd/
H A DMakefile143 CFLAGS = -DGETTEXT_PACKAGE -I${PKG_INSTALL_DIR}/usr/include -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -D_XOPEN_SOURCE=500 -D__EXTENSIONS__
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/common/
H A DMakefile91 CFLAGS = -DGETTEXT_PACKAGE -I${PKG_INSTALL_DIR}/usr/include -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -D_XOPEN_SOURCE=500 -D__EXTENSIONS__
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/initscript/lfs/
H A DMakefile115 CFLAGS = -DGETTEXT_PACKAGE -I${PKG_INSTALL_DIR}/usr/include -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -D_XOPEN_SOURCE=500 -D__EXTENSIONS__
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dconfig.mak17 OPTFLAGS= -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I$(TOOL_CHAIN_PATH)/include/ -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wundef -Os -fno-math-errno -G 0 -mips32
H A Dconfig_arm.mak16 OPTFLAGS= -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -I/projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/include/ -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_sta.c2836 iwe.u.qual.qual = bss->signal;
2837 iwe.u.qual.level = bss->rssi;
2838 iwe.u.qual.noise = bss->noise;
2839 iwe.u.qual.updated = local->wstats_flags;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A DMakefile.in123 CFLAGS = @CFLAGS@ -Wall -Wpointer-arith -Wcast-qual -Wcast-align \

Completed in 423 milliseconds

1234