Lines Matching refs:mgmt_tx
1165 static int mgmt_tx(struct wiphy *wiphy, in mgmt_tx() function
1175 struct wilc_p2p_mgmt_data *mgmt_tx; in mgmt_tx() local
1192 mgmt_tx = kmalloc(sizeof(*mgmt_tx), GFP_KERNEL); in mgmt_tx()
1193 if (!mgmt_tx) { in mgmt_tx()
1198 mgmt_tx->buff = kmemdup(buf, len, GFP_KERNEL); in mgmt_tx()
1199 if (!mgmt_tx->buff) { in mgmt_tx()
1201 kfree(mgmt_tx); in mgmt_tx()
1205 mgmt_tx->size = len; in mgmt_tx()
1233 mgmt_tx->buff + ie_offset, in mgmt_tx()
1246 wilc_wlan_txq_add_mgmt_pkt(wdev->netdev, mgmt_tx, in mgmt_tx()
1247 mgmt_tx->buff, mgmt_tx->size, in mgmt_tx()
1744 .mgmt_tx = mgmt_tx,