@@ -289,7 +289,8 @@ extern uint32_t whd_wifi_join(whd_interface_t ifp, const whd_ssid_t *ssid, whd_s
289
289
* On successful return, the system is ready to send data packets.
290
290
*
291
291
* @param ifp Pointer to handle instance of whd interface
292
- * @param ap A pointer to a whd_scan_result_t structure containing AP details
292
+ * @param ap A pointer to a whd_scan_result_t structure containing AP details and
293
+ * set ap.channel to 0 for unspecificed channel
293
294
* @param security_key A byte array containing either the cleartext security key for WPA/WPA2
294
295
* secured networks
295
296
* @param key_length The length of the security_key in bytes.
@@ -804,7 +805,7 @@ whd_result_t whd_arp_cache_clear(whd_interface_t ifp);
804
805
/** Get ARP Offload Feature Flags from Device (WLAN)
805
806
*
806
807
* @param[in] ifp : pointer to handle instance of whd interface
807
- * @param[out] features : ptr to store currently set features - bit flags @ref CY_ARP_OL_AGENT_ENABLE, etc.
808
+ * @param[out] features : ptr to store currently set features - bit flags CY_ARP_OL_AGENT_ENABLE, etc.
808
809
* ARL_OL_AGENT | ARL_OL_SNOOP | ARP_OL_HOST_AUTO_REPLY | ARP_OL_PEER_AUTO_REPLY
809
810
*
810
811
* @return whd_result_t
@@ -814,7 +815,7 @@ whd_result_t whd_arp_features_get(whd_interface_t ifp, uint32_t *features);
814
815
/** Set ARP Offload Feature Flags in Device (WLAN)
815
816
*
816
817
* @param[in] ifp : pointer to handle instance of whd interface
817
- * @param[in] features : features to set value (you can OR ('|') multiple flags) @ref CY_ARP_OL_AGENT_ENABLE, etc.
818
+ * @param[in] features : features to set value (you can OR ('|') multiple flags) CY_ARP_OL_AGENT_ENABLE, etc.
818
819
* ARL_OL_AGENT | ARL_OL_SNOOP | ARP_OL_HOST_AUTO_REPLY | ARP_OL_PEER_AUTO_REPLY
819
820
*
820
821
* @return whd_result_t
@@ -823,7 +824,7 @@ whd_result_t whd_arp_features_set(whd_interface_t ifp, uint32_t features);
823
824
824
825
/** Print ARP Offload Feature Flags in Human readable form to console
825
826
*
826
- * @param[in] features : feature flags to set (you can OR '|' multiple flags) @ref CY_ARP_OL_AGENT_ENABLE, etc.
827
+ * @param[in] features : feature flags to set (you can OR '|' multiple flags) CY_ARP_OL_AGENT_ENABLE, etc.
827
828
* ARL_OL_AGENT | ARL_OL_SNOOP | ARP_OL_HOST_AUTO_REPLY | ARP_OL_PEER_AUTO_REPLY
828
829
* @param[in] title : Optional: Title for output (NULL == no title)
829
830
*
@@ -898,7 +899,7 @@ whd_result_t whd_arp_stats_clear(whd_interface_t ifp);
898
899
/** Get ARP Offload statistics from Device (WLAN)
899
900
*
900
901
* @param[in] ifp : pointer to handle instance of whd interface
901
- * @param[out] stats : Ptr to store statistics @ref whd_arp_stats_t
902
+ * @param[out] stats : Ptr to store statistics whd_arp_stats_t
902
903
*
903
904
* @return whd_result_t
904
905
*/
0 commit comments