Lines Matching +full:00 +full:a
170 * TLV-ID SSID 00 00 in lbs_add_ssid_tlv()
171 * length 06 00 in lbs_add_ssid_tlv()
200 * length 0e 00 in lbs_add_channel_list_tlv()
201 * channel 00 01 00 00 00 64 00 in lbs_add_channel_list_tlv()
202 * radio type 00 in lbs_add_channel_list_tlv()
204 * scan type 00 in lbs_add_channel_list_tlv()
205 * min scan time 00 00 in lbs_add_channel_list_tlv()
206 * max scan time 64 00 in lbs_add_channel_list_tlv()
207 * channel 2 00 02 00 00 00 64 00 in lbs_add_channel_list_tlv()
243 * there's a firmware which otherwise doesn't report all
250 /* Adds a TLV with all rates the hardware supports */
257 * TLV-ID RATES 01 00 in lbs_add_supported_rates_tlv()
258 * length 0e 00 in lbs_add_supported_rates_tlv()
269 /* Add common rates from a TLV and return the new end of the TLV */
298 * Adds a TLV with all rates the hardware *and* BSS supports.
311 * 01 00 TLV_TYPE_RATES in lbs_add_common_rates_tlv()
312 * 04 00 len in lbs_add_common_rates_tlv()
355 * 01 00 len in lbs_add_auth_type_tlv()
376 * 03 00 TLV_TYPE_PHY_DS in lbs_add_channel_tlv()
377 * 01 00 len in lbs_add_channel_tlv()
398 * 04 00 TLV_TYPE_CF in lbs_add_cf_param_tlv()
399 * 06 00 len in lbs_add_cf_param_tlv()
400 * 00 cfpcnt in lbs_add_cf_param_tlv()
401 * 00 cfpperiod in lbs_add_cf_param_tlv()
402 * 00 00 cfpmaxduration in lbs_add_cf_param_tlv()
403 * 00 00 cfpdurationremaining in lbs_add_cf_param_tlv()
432 * Convert the found IE to a TLV. IEs use u8 for the header, in lbs_add_wpa_tlv()
460 /* Look for a WPS IE and add it to the probe request */ in lbs_add_wps_enrollee_tlv()
467 /* Convert the WPS IE to a TLV. The IE looks like this: in lbs_add_wps_enrollee_tlv()
527 * When scanning, the firmware doesn't send a nul packet with the power-safe
529 * otherwise we loose data. So take a "nap" while scanning every other
536 * When the firmware reports back a scan-result, it gives us an "u8 rssi",
567 * 5.7.1. Basically we have a common part, then any number of BSS in lbs_ret_scan()
599 /* Validity check: we expect a Marvell-Local TLV */ in lbs_ret_scan()
711 * Our scan command contains a TLV, consisting of a SSID TLV, a channel list
712 * TLV, a rates TLV, and an optional WPS IE. Determine the maximum size of them:
929 * command 13 00 in lbs_set_wep_keys()
930 * size 50 00 in lbs_set_wep_keys()
932 * result 00 00 in lbs_set_wep_keys()
933 * action 02 00 ACT_ADD in lbs_set_wep_keys()
934 * transmit key 00 00 in lbs_set_wep_keys()
936 * type for key 2 00 in lbs_set_wep_keys()
937 * type for key 3 00 in lbs_set_wep_keys()
938 * type for key 4 00 in lbs_set_wep_keys()
939 * key 1 39 39 39 39 39 00 00 00 in lbs_set_wep_keys()
940 * 00 00 00 00 00 00 00 00 in lbs_set_wep_keys()
941 * key 2 00 00 00 00 00 00 00 00 in lbs_set_wep_keys()
942 * 00 00 00 00 00 00 00 00 in lbs_set_wep_keys()
943 * key 3 00 00 00 00 00 00 00 00 in lbs_set_wep_keys()
944 * 00 00 00 00 00 00 00 00 in lbs_set_wep_keys()
945 * key 4 00 00 00 00 00 00 00 00 in lbs_set_wep_keys()
990 * cmd 2f 00 in lbs_enable_rsn()
991 * size 0c 00 in lbs_enable_rsn()
993 * result 00 00 in lbs_enable_rsn()
994 * action 01 00 ACT_SET in lbs_enable_rsn()
995 * enable 01 00 in lbs_enable_rsn()
1034 * cmd 5e 00 in lbs_set_key_material()
1035 * size 34 00 in lbs_set_key_material()
1037 * result 00 00 in lbs_set_key_material()
1038 * action 01 00 in lbs_set_key_material()
1039 * TLV type 00 01 key param in lbs_set_key_material()
1040 * length 00 26 in lbs_set_key_material()
1041 * key type 01 00 TKIP in lbs_set_key_material()
1042 * key info 06 00 UNICAST | ENABLED in lbs_set_key_material()
1043 * key len 20 00 in lbs_set_key_material()
1076 * cmd 11 00 in lbs_set_authtype()
1077 * size 19 00 in lbs_set_authtype()
1079 * result 00 00 in lbs_set_authtype()
1080 * BSS id 00 13 19 80 da 30 in lbs_set_authtype()
1081 * auth type 00 in lbs_set_authtype()
1082 * reserved 00 00 00 00 00 00 00 00 00 00 in lbs_set_authtype()
1133 * cmd 50 00 in lbs_associate()
1134 * length 34 00 in lbs_associate()
1136 * result 00 00 in lbs_associate()
1137 * BSS id 00 13 19 80 da 30 in lbs_associate()
1138 * capabilities 11 00 in lbs_associate()
1139 * listen interval 0a 00 in lbs_associate()
1140 * beacon interval 00 00 in lbs_associate()
1141 * DTIM period 00 in lbs_associate()
1378 /* As this is a new connection, clear locally stored WEP keys */ in lbs_cfg_connect()
1456 /* Mildly ugly to use a locally store my own BSSID ... */ in lbs_disconnect()
1579 * I think can keep this a NO-OP, because: in lbs_cfg_del_key()
1586 * - we've not kzallec() something when we've added a key at in lbs_cfg_del_key()
1590 * where we'd just waste time deleting a key that is not going in lbs_cfg_del_key()
1686 * capability field when associating/joining to a BSS:
1705 * For cfg80211_inform_bss, we'll need a fake IE, as we can't get in lbs_join_post()
1706 * the real IE from the firmware. So we fabricate a fake IE based on in lbs_join_post()
1785 * command 2c 00 CMD_802_11_AD_HOC_JOIN in lbs_ibss_join_existing()
1786 * size 65 00 in lbs_ibss_join_existing()
1788 * result 00 00 in lbs_ibss_join_existing()
1790 * ssid 49 42 53 53 00 00 00 00 in lbs_ibss_join_existing()
1791 * 00 00 00 00 00 00 00 00 in lbs_ibss_join_existing()
1792 * 00 00 00 00 00 00 00 00 in lbs_ibss_join_existing()
1793 * 00 00 00 00 00 00 00 00 in lbs_ibss_join_existing()
1795 * beacon period 64 00 in lbs_ibss_join_existing()
1796 * dtim period 00 in lbs_ibss_join_existing()
1797 * timestamp 00 00 00 00 00 00 00 00 in lbs_ibss_join_existing()
1798 * localtime 00 00 00 00 00 00 00 00 in lbs_ibss_join_existing()
1802 * reserveed 00 00 00 00 in lbs_ibss_join_existing()
1805 * IE IBSS atim 00 00 in lbs_ibss_join_existing()
1806 * reserved 00 00 00 00 in lbs_ibss_join_existing()
1807 * capability 02 00 in lbs_ibss_join_existing()
1808 * rates 82 84 8b 96 0c 12 18 24 30 48 60 6c 00 in lbs_ibss_join_existing()
1809 * fail timeout ff 00 in lbs_ibss_join_existing()
1810 * probe delay 00 00 in lbs_ibss_join_existing()
1867 * This is a sample response to CMD_802_11_AD_HOC_JOIN: in lbs_ibss_join_existing()
1870 * size 09 00 in lbs_ibss_join_existing()
1872 * result 00 00 in lbs_ibss_join_existing()
1873 * reserved 00 in lbs_ibss_join_existing()
1900 * command 2b 00 CMD_802_11_AD_HOC_START in lbs_ibss_start_new()
1901 * size b1 00 in lbs_ibss_start_new()
1903 * result 00 00 in lbs_ibss_start_new()
1904 * ssid 54 45 53 54 00 00 00 00 in lbs_ibss_start_new()
1905 * 00 00 00 00 00 00 00 00 in lbs_ibss_start_new()
1906 * 00 00 00 00 00 00 00 00 in lbs_ibss_start_new()
1907 * 00 00 00 00 00 00 00 00 in lbs_ibss_start_new()
1909 * beacon period 64 00 in lbs_ibss_start_new()
1910 * dtim period 00 in lbs_ibss_start_new()
1913 * IE IBSS atim 00 00 in lbs_ibss_start_new()
1914 * reserved 00 00 00 00 in lbs_ibss_start_new()
1918 * reserved 00 00 00 00 in lbs_ibss_start_new()
1919 * probe delay 00 00 in lbs_ibss_start_new()
1920 * capability 02 00 in lbs_ibss_start_new()
1950 * This is a sample response to CMD_802_11_AD_HOC_JOIN: in lbs_ibss_start_new()
1953 * size 14 00 in lbs_ibss_start_new()
1955 * result 00 00 in lbs_ibss_start_new()
1956 * reserved 00 in lbs_ibss_start_new()
2174 * never seen a firmware without WPA in lbs_cfg_register()