Lines Matching refs:iface
2485 struct wma_txrx_node *iface; in wma_set_ap_vdev_up() local
2487 iface = &wma->interfaces[vdev_id]; in wma_set_ap_vdev_up()
2488 vdev = iface->vdev; in wma_set_ap_vdev_up()
3256 int wma_process_bip(tp_wma_handle wma_handle, struct wma_txrx_node *iface, in wma_process_bip() argument
3266 mgmtcipherset = wlan_crypto_get_param(iface->vdev, in wma_process_bip()
3297 if (!wlan_crypto_is_mmie_valid(iface->vdev, in wma_process_bip()
3308 if (!wlan_crypto_is_mmie_valid(iface->vdev, in wma_process_bip()
3337 struct wma_txrx_node *iface, in wma_process_rmf_frame() argument
3355 if (iface->type == WMI_VDEV_TYPE_NDI || in wma_process_rmf_frame()
3356 iface->type == WMI_VDEV_TYPE_NAN) { in wma_process_rmf_frame()
3435 if (0 != wma_process_bip(wma_handle, iface, wh, wbuf)) { in wma_process_rmf_frame()
3503 struct wma_txrx_node *iface; in wma_check_and_process_rmf_frame() local
3506 iface = &(wma_handle->interfaces[vdev_id]); in wma_check_and_process_rmf_frame()
3507 if ((iface->type != WMI_VDEV_TYPE_NDI && in wma_check_and_process_rmf_frame()
3508 iface->type != WMI_VDEV_TYPE_NAN) && !iface->rmfEnabled) in wma_check_and_process_rmf_frame()
3514 ((iface->type == WMI_VDEV_TYPE_NDI || in wma_check_and_process_rmf_frame()
3515 iface->type == WMI_VDEV_TYPE_NAN) && in wma_check_and_process_rmf_frame()
3517 status = wma_process_rmf_frame(wma_handle, iface, hdr, in wma_check_and_process_rmf_frame()