/* ******************************************************************** */ /* TX policy cache */ /* Intention of TX policy cache is an overcomplicated WSM API. * Device does not accept per-PDU tx retry sequence. * It uses "tx retry policy id" instead, so driver code has to sync * linux tx retry sequences with a retry policy table in the device.
*/ void tx_policy_init(struct cw1200_common *priv); void tx_policy_upload_work(struct work_struct *work); void tx_policy_clean(struct cw1200_common *priv);
/* ******************************************************************** */ /* Security */ int cw1200_alloc_key(struct cw1200_common *priv); void cw1200_free_key(struct cw1200_common *priv, int idx); void cw1200_free_keys(struct cw1200_common *priv); int cw1200_upload_keys(struct cw1200_common *priv);
/* ******************************************************************** */ /* Workaround for WFD test case 6.1.10 */ void cw1200_link_id_reset(struct work_struct *work);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.