Home
last modified time | relevance | path

Searched refs:bcn (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/netif/wpi/
H A Dif_wpi.c689 if (bcn->m != NULL) in wpi_vap_delete()
690 m_freem(bcn->m); in wpi_vap_delete()
4421 m = bcn->m; in wpi_config_beacon()
4423 if (bcn->m == NULL) { in wpi_config_beacon()
4434 m_freem(bcn->m); in wpi_config_beacon()
4438 end: bcn->m = m; in wpi_config_beacon()
4465 if (bcn->m != NULL) in wpi_setup_beacon()
4466 m_freem(bcn->m); in wpi_setup_beacon()
4468 bcn->m = m; in wpi_setup_beacon()
4489 if (bcn->m == NULL) { in wpi_update_beacon()
[all …]