LDN services: Difference between revisions
Line 1,213: | Line 1,213: | ||
| 0x40 || {above count} || Array of s8 with the above count. Each entry is an array index used to load a set of flags from a global array with the specified index. loaded_flags below is masked with the flags loaded here. global_flags are also masked with flags loaded from here. | | 0x40 || {above count} || Array of s8 with the above count. Each entry is an array index used to load a set of flags from a global array with the specified index. loaded_flags below is masked with the flags loaded here. global_flags are also masked with flags loaded from here. | ||
|- | |- | ||
| 0x81 || 0x1 || s8, Must be <=0x8. During group creation this is passed to [[WLAN_services|wlan:lcl]] cmd40, when this is value 0 a default of value 1 is passed. | | 0x81 || 0x1 || s8, Must be <=0x8. During group creation this is passed to [[WLAN_services|wlan:lcl]] cmd40, when this is value 0 a default of value 1 is passed. During group-creation when the below +0x88 field is not value 0x2, the passed [[BTM_services#SetWlanMode|WlanMode]] is <code>x81_field_val > 3</code>. | ||
|- | |- | ||
| 0x84 || 0x2 || Wifi frequency: 24 = 2.4GHz, 50 = 5.0GHz. | | 0x84 || 0x2 || Wifi frequency: 24 = 2.4GHz, 50 = 5.0GHz. | ||
Line 1,220: | Line 1,220: | ||
* 24: 1, 6, 11. | * 24: 1, 6, 11. | ||
* 50: 36, 40, 44, 48. | * 50: 36, 40, 44, 48. | ||
|- | |||
| 0x88 || 0x1 || Used during group-creation to determine the [[BTM_services#SetWlanMode|WlanMode]] to use. When this is value 0x2, mode=3 is used, otherwise it's determined via the +0x81 field. | |||
|- | |||
| 0x89 || 0x1 || | |||
|- | |- | ||
| 0x8A || 0x1 || Security type. 0 = use defaults, 1 = plaintext, 2 = encrypted. | | 0x8A || 0x1 || Security type. 0 = use defaults, 1 = plaintext, 2 = encrypted. |