|
Functions |
| struct xian_float | xian_float_add (struct xian_float a, struct xian_float b) |
| | This function returns the addition between a and b.
|
| struct xian_float | xian_float_mult (struct xian_float a, struct xian_float b) |
| | This function returns the multiplication between a and b.
|
| struct xian_float | xian_float_div (struct xian_float a, struct xian_float b) |
| | This function returns the division of a by b.
|
| int | xian_float_cmp (struct xian_float a, struct xian_float b) |
| | This function compare a and b.
|
| struct xian_float | int2xian_float (unsigned int x) |
| | This function converts an int x to a xian_float(x/1).
|
| float | xian_float2float (struct xian_float x) |
| | This function converts an xian_float x to an int.
|
| void | insert_metric (struct qos_metric_proto_msg *msg, unsigned int type, unsigned int id, unsigned long long value) |
| | This function allows to build a XIAN message with a metric.
|
| void | send_metric (char *macadd, char *dev_name, struct qos_metric_proto_msg msg, unsigned int *code_err) |
| | This function allows to send a metric included in a frame to a node.
|
| struct xian_float | get_xian_stat_xian_float (char *macadd, char *dev_name, unsigned int id_conf, unsigned int *code_err) |
| | This function allows the acces of the value of the metric.
|
| float | get_xian_stat_float (char *macadd, char *dev_name, unsigned int id_conf, unsigned int *code_err) |
| | This function allows the acces of the valu of the metric.
|
| unsigned int | get_node_rx_data (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get rx data frames stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_rx_mgmt (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get rx mgmt frames stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_rx_ctrl (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get rx control frames stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_rx_ucast (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get rx unicast frames stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_rx_mcast (char *macadd, char *dev_name, unsigned int *code_err) |
| unsigned long long | get_node_rx_bytes (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get rx data count (bytes) stats metric of a given node in function of its mac adress.
|
| unsigned long long | get_node_rx_beacons (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get rx beacon frames stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_rx_proberesp (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get rx probe response frames stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_rx_dup (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get rx discard 'cuz dup stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_rx_noprivacy (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get rx w/ wep but privacy off stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_rx_wepfail (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get rx wep processing failed stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_rx_demicfail (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get rx demic failed stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_rx_decap (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get rx decapsulation failed stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_rx_defrag (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get rx defragmentation failed stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_rx_disassoc (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get rx disassociation stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_rx_deauth (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get rx deauthentication stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_rx_decryptcrc (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get rx decrypt failed on crc stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_rx_unauth (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get rx on unauthorized port stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_rx_unencrypted (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get rx unecrypted w/ privacy stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_tx_data (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get tx data frames stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_tx_mgmt (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get tx management frames stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_tx_ucast (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get tx unicast frames stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_tx_mcast (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get tx multi/broadcast frames stats metric of a given node in function of its mac adress.
|
| unsigned long long | get_node_tx_bytes (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get tx data count (bytes) stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_tx_probereq (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get tx probe request frames stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_tx_novlantag (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get tx discard 'cuz no tag stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_tx_vlanmismatch (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get tx discard 'cuz bad tag stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_ps_discard (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get ps discard 'cuz of age stats metric of a given node in function of its mac adress.
|
| unsigned int | get_node_tx_assoc (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get [re]associations stats metric (MIB-related state) of a given node in function of its mac adress.
|
| unsigned int | get_node_tx_assoc_fail (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get [re]association failures stats metric (MIB-related state) of a given node in function of its mac adress.
|
| unsigned int | get_node_tx_auth (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get [re]authentications stats metric (MIB-related state) of a given node in function of its mac adress.
|
| unsigned int | get_node_tx_auth_fail (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get [re]authentication failures stats metric (MIB-related state) of a given node in function of its mac addr.
|
| unsigned int | get_node_tx_deauth (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get deauthentications stats metric (MIB-related state) of a given node in function of its mac addr.
|
| unsigned int | get_node_tx_deauth_code (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get last deauthification reason (MIB-related state) of a given node in function of its mac addr.
|
| unsigned int | get_node_tx_disassoc (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get disassociations stats metric (MIB-related state) of a given node in function of its mac addr.
|
| unsigned int | get_node_tx_disassoc_code (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get last disassociation code reason (MIB-related state) of a given node in function of its mac addr.
|
| unsigned char | get_node_txpower (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get transmit power metric of a given node in function of its mac adress.
|
| unsigned char | get_node_negotiated_rate (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get negotiated rate metric of a given node in function of its mac address.
|
| unsigned char | get_node_rssi (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get rssi metric of given node in function of its mac adress.
|
| unsigned int | get_node_on_tx_err (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get tx !ok packet count metric (error count of tx frame with no ack) of given node in function of its mac adress.
|
| unsigned int | get_node_on_tx_ok (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get tx ok packet count metric of given node in function of its mac adress.
|
| unsigned int | get_node_on_tx_retr (char *macadd, char *dev_name, unsigned int *code_err) |
| | This function allows to get tx retry count metric of given node in function of its mac adress.
|
| unsigned int | get_ast_watchdog (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of device reset by watchdog.
|
| unsigned int | get_ast_hardware (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of fatal hardware error interrupts.
|
| unsigned int | get_ast_bmiss (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of beacon miss interrupts.
|
| unsigned int | get_ast_bstuck (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of beacon stuck interrupts.
|
| unsigned int | get_ast_rxorn (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx overrun interrupts.
|
| unsigned int | get_ast_rxeol (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx eol interrupts.
|
| unsigned int | get_ast_txurn (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx underrun interrupts.
|
| unsigned int | get_ast_mib (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of mib interrupts.
|
| unsigned int | get_ast_intrcoal (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of interrupts coalesced.
|
| unsigned int | get_ast_tx_packets (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of packet sent on the interface.
|
| unsigned int | get_ast_tx_mgmt (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of management frames transmitted.
|
| unsigned int | get_ast_tx_discard (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of frames discarded prior to assoc.
|
| unsigned int | get_ast_tx_invalid (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of frames discarded 'cuz device gone.
|
| unsigned int | get_ast_tx_qstop (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of output stopped 'cuz no buffer.
|
| unsigned int | get_ast_tx_encap (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx encapsulation failed.
|
| unsigned int | get_ast_tx_nonode (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx failed 'cuz no node.
|
| unsigned int | get_ast_tx_nobuf (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx failed 'cuz no tx buffer (data).
|
| unsigned int | get_ast_tx_nobufmgt (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx failed 'cuz no tx buffer (mgmt).
|
| unsigned int | get_ast_tx_linear (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx linearized to cluster.
|
| unsigned int | get_ast_tx_nodata (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx discarded empty frame.
|
| unsigned int | get_ast_tx_busdma (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx failed for dma resrcs.
|
| unsigned int | get_ast_tx_xretries (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx failed 'cuz too many retries.
|
| unsigned int | get_ast_tx_fifoerr (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx failed 'cuz FIFO underrun.
|
| unsigned int | get_ast_tx_filtered (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx failed 'cuz xmit filtered.
|
| unsigned int | get_ast_tx_shortretry (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx on-chip retries (short).
|
| unsigned int | get_ast_tx_longretry (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx on-chip retries (long).
|
| unsigned int | get_ast_tx_badrate (char *dev_name, unsigned int *code_err) |
| | This function allows to get tx number of failed 'cuz bogus xmit rate.
|
| unsigned int | get_ast_tx_noack (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx frames with no ack marked.
|
| unsigned int | get_ast_tx_rts (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx frames with rts enabled.
|
| unsigned int | get_ast_tx_cts (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx frames with cts enabled.
|
| unsigned int | get_ast_tx_shortpre (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx frames with short preamble.
|
| unsigned int | get_ast_tx_altrate (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx frames with alternate rate.
|
| unsigned int | get_ast_tx_protect (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx frames with protection.
|
| unsigned int | get_ast_tx_ctsburst (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx frames with cts and bursting.
|
| unsigned int | get_ast_tx_ctsext (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx frames with cts extension.
|
| unsigned int | get_ast_rx_nobuf (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx setup failed 'cuz no skb.
|
| unsigned int | get_ast_rx_busdma (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx setup failed for dma resrcs.
|
| unsigned int | get_ast_rx_orn (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx failed 'cuz of desc overrun.
|
| unsigned int | get_ast_rx_crcerr (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx failed 'cuz of bad CRC.
|
| unsigned int | get_ast_rx_fifoerr (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx failed 'cuz of FIFO overrun.
|
| unsigned int | get_ast_rx_badcrypt (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx failed 'cuz decryption.
|
| unsigned int | get_ast_rx_badmic (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx failed 'cuz MIC failure.
|
| unsigned int | get_ast_rx_phyerr (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx failed 'cuz of PHY err.
|
| unsigned int | get_ast_rx_tooshort (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx discarded 'cuz frame too short.
|
| unsigned int | get_ast_rx_toobig (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx discarded 'cuz frame too large.
|
| unsigned int | get_ast_rx_packets (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of packets recv on the interface.
|
| unsigned int | get_ast_rx_mgt (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of management frames received.
|
| unsigned int | get_ast_rx_ctl (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx discarded 'cuz ctl frame.
|
| unsigned char | get_ast_tx_rssi (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx rssi of last ack.
|
| unsigned char | get_ast_rx_rssi (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx rssi from histogram.
|
| unsigned int | get_ast_be_xmit (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of beacons transmitted.
|
| unsigned int | get_ast_be_nobuf (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of beacon setup failed 'cuz no skb.
|
| unsigned int | get_ast_per_cal (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of periodic calibration calls.
|
| unsigned int | get_ast_per_calfail (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of periodic calibration failed.
|
| unsigned int | get_ast_per_rfgain (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of periodic calibration rfgain reset.
|
| unsigned int | get_ast_rate_calls (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rate control checks.
|
| unsigned int | get_ast_rate_raise (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rate control raised xmit rate.
|
| unsigned int | get_ast_rate_drop (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rate control dropped xmit rate.
|
| unsigned int | get_ast_ant_defswitch (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx/default antenna switches.
|
| unsigned int | get_ast_ant_txswitch (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx antenna switches.
|
| unsigned int | get_is_rx_badversion (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of frame with bad version.
|
| unsigned int | get_is_rx_tooshort (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx frame too short.
|
| unsigned int | get_is_rx_wrongbss (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx from wrong bssid.
|
| unsigned int | get_is_rx_dup (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx discard 'cuz dup.
|
| unsigned int | get_is_rx_wrongdir (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx w/ wrong direction.
|
| unsigned int | get_is_rx_mcastecho (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx discard 'cuz mcast echo.
|
| unsigned int | get_is_rx_notassoc (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx discard 'cuz sta !assoc.
|
| unsigned int | get_is_rx_noprivacy (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx w/ wep but privacy off.
|
| unsigned int | get_is_rx_unencrypted (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx w/o wep and privacy on.
|
| unsigned int | get_is_rx_wepfail (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx wep processing failed.
|
| unsigned int | get_is_rx_decap (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx decapsulation failed.
|
| unsigned int | get_is_rx_mgtdiscard (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx discard mgt frames.
|
| unsigned int | get_is_rx_ctl (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx discard ctrl frames.
|
| unsigned int | get_is_rx_beacon (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx beacon frames.
|
| unsigned int | get_is_rx_rstoobig (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx rate set truncated.
|
| unsigned int | get_is_rx_elem_missing (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx required element missing.
|
| unsigned int | get_is_rx_elem_toobig (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx element too big.
|
| unsigned int | get_is_rx_elem_toosmall (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx element too small.
|
| unsigned int | get_is_rx_elem_unknown (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx element unknown.
|
| unsigned int | get_is_rx_badchan (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx frame w/ invalid chan.
|
| unsigned int | get_is_rx_chanmismatch (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx frame chan mismatch.
|
| unsigned int | get_is_rx_nodealloc (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx frame dropped.
|
| unsigned int | get_is_rx_ssidmismatch (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx frame ssid mismatch.
|
| unsigned int | get_is_rx_auth_unsupported (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx w/ unsupported auth alg.
|
| unsigned int | get_is_rx_auth_fail (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx sta auth failure.
|
| unsigned int | get_is_rx_auth_countermeasures (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx auth discard 'cuz CM.
|
| unsigned int | get_is_rx_assoc_bss (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx assoc from wrong bssid.
|
| unsigned int | get_is_rx_assoc_notauth (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx assoc w/o auth.
|
| unsigned int | get_is_rx_assoc_capmismatch (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx assoc w/ cap mismatch.
|
| unsigned int | get_is_rx_assoc_norate (char *dev_name, unsigned int *code_err) |
| | This function allows to get number rx assoc w/ no rate match.
|
| unsigned int | get_is_rx_assoc_badwpaie (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx assoc w/ bad WPA IE.
|
| unsigned int | get_is_rx_deauth (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx deauthentication.
|
| unsigned int | get_is_rx_disassoc (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx disassociation.
|
| unsigned int | get_is_rx_badsubtype (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx frame w/ unknown subtype.
|
| unsigned int | get_is_rx_nobuf (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx failed for lack of buf.
|
| unsigned int | get_is_rx_decryptcrc (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx decrypt failed on crc.
|
| unsigned int | get_is_rx_ahdemo_mgt (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx discard ahdemo mgt frame.
|
| unsigned int | get_is_rx_bad_auth (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx bad auth request.
|
| unsigned int | get_is_rx_unauth (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx on unauthorized port.
|
| unsigned int | get_is_rx_badkeyid (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx w/ incorrect keyid.
|
| unsigned int | get_is_rx_ccmpreplay (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx seq# violation (CCMP).
|
| unsigned int | get_is_rx_ccmpformat (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx format bad (CCMP).
|
| unsigned int | get_is_rx_ccmpmic (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx MIC check failed (CCMP).
|
| unsigned int | get_is_rx_tkipreplay (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx seq# violation (TKIP).
|
| unsigned int | get_is_rx_tkipformat (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx format bad (TKIP).
|
| unsigned int | get_is_rx_tkipmic (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx MIC check failed (TKIP).
|
| unsigned int | get_is_rx_tkipicv (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx ICV check failed (TKIP).
|
| unsigned int | get_is_rx_badcipher (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx failed 'cuz key type.
|
| unsigned int | get_is_rx_nocipherctx (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx failed 'cuz key !setup.
|
| unsigned int | get_is_rx_acl (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of rx discard 'cuz acl policy.
|
| unsigned int | get_is_tx_nobuf (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx failed for lack of buf.
|
| unsigned int | get_is_tx_nonode (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx failed for no node.
|
| unsigned int | get_is_tx_unknownmgt (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx of unknown mgt frame.
|
| unsigned int | get_is_tx_badcipher (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx failed 'cuz key type.
|
| unsigned int | get_is_tx_nodefkey (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx failed 'cuz no defkey.
|
| unsigned int | get_is_tx_noheadroom (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tx failed 'cuz no space.
|
| unsigned int | get_is_scan_active (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of active scans started.
|
| unsigned int | get_is_scan_passive (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of passive scans started.
|
| unsigned int | get_is_node_timeout (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of nodes timed out inactivity.
|
| unsigned int | get_is_crypto_nomem (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of no memory for crypto ctx.
|
| unsigned int | get_is_crypto_tkip (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tkip crypto done in s/w.
|
| unsigned int | get_is_crypto_tkipenmic (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tkip en-MIC done in s/w.
|
| unsigned int | get_is_crypto_tkipdemic (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tkip de-MIC done in s/w.
|
| unsigned int | get_is_crypto_tkipcm (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of tkip counter measures.
|
| unsigned int | get_is_crypto_ccmp (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of ccmp crypto done in s/w.
|
| unsigned int | get_is_crypto_wep (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of wep crypto done in s/w.
|
| unsigned int | get_is_crypto_setkey_cipher (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of cipher rejected key.
|
| unsigned int | get_is_crypto_setkey_nokey (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of no key index for setkey.
|
| unsigned int | get_is_crypto_delkey (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of driver key delete failed.
|
| unsigned int | get_is_crypto_badcipher (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of unknown cipher.
|
| unsigned int | get_is_crypto_nocipher (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of cipher not available.
|
| unsigned int | get_is_crypto_attachfail (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of cipher attach failed.
|
| unsigned int | get_is_crypto_swfallback (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of cipher fallback to s/w.
|
| unsigned int | get_is_crypto_keyfail (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of driver key alloc failed.
|
| unsigned int | get_is_crypto_enmicfail (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of en-MIC failed.
|
| unsigned int | get_is_ibss_capmismatch (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of merge failed-cap mismatch.
|
| unsigned int | get_is_ibss_norate (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of merge failed-rate mismatch.
|
| unsigned int | get_is_ps_unassoc (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of ps-poll for unassoc.
|
| unsigned int | get_is_ps_badaid (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of ps-poll w/ incorrect aid.
|
| unsigned int | get_is_ps_qempty (char *dev_name, unsigned int *code_err) |
| | This function allows to get number of ps-poll w/ nothing to send.
|