diff options
Diffstat (limited to 'docs/libnm/html/NMAccessPoint.html')
| -rw-r--r-- | docs/libnm/html/NMAccessPoint.html | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/docs/libnm/html/NMAccessPoint.html b/docs/libnm/html/NMAccessPoint.html index cc8d8247..fb8aceb1 100644 --- a/docs/libnm/html/NMAccessPoint.html +++ b/docs/libnm/html/NMAccessPoint.html @@ -122,6 +122,14 @@ </tr> <tr> <td class="function_type"> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> +</td> +<td class="function_name"> +<a class="link" href="NMAccessPoint.html#nm-access-point-get-bandwidth" title="nm_access_point_get_bandwidth ()">nm_access_point_get_bandwidth</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * </td> <td class="function_name"> @@ -149,6 +157,11 @@ </colgroup> <tbody> <tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td> +<td class="property_name"><a class="link" href="NMAccessPoint.html#NMAccessPoint--bandwidth" title="The “bandwidth” property">bandwidth</a></td> +<td class="property_flags">Read</td> +</tr> +<tr> <td class="property_type"> <span class="type">char</span> *</td> <td class="property_name"><a class="link" href="NMAccessPoint.html#NMAccessPoint--bssid" title="The “bssid” property">bssid</a></td> @@ -259,6 +272,10 @@ </tr> <tr> <td class="define_keyword">#define</td> +<td class="function_name"><a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-BANDWIDTH:CAPS" title="NM_ACCESS_POINT_BANDWIDTH">NM_ACCESS_POINT_BANDWIDTH</a></td> +</tr> +<tr> +<td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-HW-ADDRESS:CAPS" title="NM_ACCESS_POINT_HW_ADDRESS">NM_ACCESS_POINT_HW_ADDRESS</a></td> </tr> <tr> @@ -548,6 +565,33 @@ point has not been found in a scan.</p> </div> <hr> <div class="refsect2"> +<a name="nm-access-point-get-bandwidth"></a><h3>nm_access_point_get_bandwidth ()</h3> +<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> +nm_access_point_get_bandwidth (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> +<p>Gets the bandwidth advertised by the access point in MHz.</p> +<div class="refsect3"> +<a name="nm-access-point-get-bandwidth.parameters"></a><h4>Parameters</h4> +<div class="informaltable"><table class="informaltable" width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody><tr> +<td class="parameter_name"><p>ap</p></td> +<td class="parameter_description"><p>a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a></p></td> +<td class="parameter_annotations"> </td> +</tr></tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="nm-access-point-get-bandwidth.returns"></a><h4>Returns</h4> +<p> the advertised bandwidth (MHz)</p> +</div> +<p class="since">Since: 1.46</p> +</div> +<hr> +<div class="refsect2"> <a name="nm-access-point-filter-connections"></a><h3>nm_access_point_filter_connections ()</h3> <pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * nm_access_point_filter_connections (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>, @@ -701,6 +745,12 @@ against</p></td> </div> <hr> <div class="refsect2"> +<a name="NM-ACCESS-POINT-BANDWIDTH:CAPS"></a><h3>NM_ACCESS_POINT_BANDWIDTH</h3> +<pre class="programlisting">#define NM_ACCESS_POINT_BANDWIDTH "bandwidth" +</pre> +</div> +<hr> +<div class="refsect2"> <a name="NM-ACCESS-POINT-HW-ADDRESS:CAPS"></a><h3>NM_ACCESS_POINT_HW_ADDRESS</h3> <pre class="programlisting">#define NM_ACCESS_POINT_HW_ADDRESS "hw-address" </pre> @@ -714,6 +764,16 @@ against</p></td> <div class="refsect1"> <a name="NMAccessPoint.property-details"></a><h2>Property Details</h2> <div class="refsect2"> +<a name="NMAccessPoint--bandwidth"></a><h3>The <code class="literal">“bandwidth”</code> property</h3> +<pre class="programlisting"> “bandwidth” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre> +<p>The channel bandwidth announced by the AP in MHz.</p> +<p>Owner: NMAccessPoint</p> +<p>Flags: Read</p> +<p>Default value: 0</p> +<p class="since">Since: 1.46</p> +</div> +<hr> +<div class="refsect2"> <a name="NMAccessPoint--bssid"></a><h3>The <code class="literal">“bssid”</code> property</h3> <pre class="programlisting"> “bssid” <span class="type">char</span> *</pre> <p>The BSSID of the access point.</p> |