Home | History | Annotate | Download | only in drivers

Lines Matching refs:beacon

655 	/* append WPS IE for Beacon */
662 wpa_hexdump(MSG_DEBUG, "atheros: SET_APPIEBUF(Beacon)",
1026 atheros_set_ap_wps_ie(void *priv, const struct wpabuf *beacon,
1032 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - beacon", beacon);
1038 drv->wps_beacon_ie = beacon ? wpabuf_dup(beacon) : NULL;
1045 if (atheros_set_wps_ie(priv, beacon ? wpabuf_head(beacon) : NULL,
1046 beacon ? wpabuf_len(beacon) : 0,