Searched refs:tx_ctl_filt (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_macsec_qca.c261 fal_tx_ctl_filt_t tx_ctl_filt; local
285 os_memset(&tx_ctl_filt, 0, sizeof(tx_ctl_filt));
286 tx_ctl_filt.bypass = 1;
287 tx_ctl_filt.match_type = EG_CTL_COMPARE_ETHER_TYPE;
288 tx_ctl_filt.match_mask = 0xffff;
289 tx_ctl_filt.ether_type_da_range = 0x888e;
290 ret = nss_macsec_secy_tx_ctl_filt_set(drv->secy_id, 0, &tx_ctl_filt);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_macsec_qca.c261 fal_tx_ctl_filt_t tx_ctl_filt; local
285 os_memset(&tx_ctl_filt, 0, sizeof(tx_ctl_filt));
286 tx_ctl_filt.bypass = 1;
287 tx_ctl_filt.match_type = EG_CTL_COMPARE_ETHER_TYPE;
288 tx_ctl_filt.match_mask = 0xffff;
289 tx_ctl_filt.ether_type_da_range = 0x888e;
290 ret = nss_macsec_secy_tx_ctl_filt_set(drv->secy_id, 0, &tx_ctl_filt);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_macsec_qca.c261 fal_tx_ctl_filt_t tx_ctl_filt; local
285 os_memset(&tx_ctl_filt, 0, sizeof(tx_ctl_filt));
286 tx_ctl_filt.bypass = 1;
287 tx_ctl_filt.match_type = EG_CTL_COMPARE_ETHER_TYPE;
288 tx_ctl_filt.match_mask = 0xffff;
289 tx_ctl_filt.ether_type_da_range = 0x888e;
290 ret = nss_macsec_secy_tx_ctl_filt_set(drv->secy_id, 0, &tx_ctl_filt);

Completed in 122 milliseconds