Lines Matching refs:mgmt_tx
1117 static int mgmt_tx(struct wiphy *wiphy, in mgmt_tx() function
1127 struct wilc_p2p_mgmt_data *mgmt_tx; in mgmt_tx() local
1144 mgmt_tx = kmalloc(sizeof(*mgmt_tx), GFP_KERNEL); in mgmt_tx()
1145 if (!mgmt_tx) { in mgmt_tx()
1150 mgmt_tx->buff = kmemdup(buf, len, GFP_KERNEL); in mgmt_tx()
1151 if (!mgmt_tx->buff) { in mgmt_tx()
1153 kfree(mgmt_tx); in mgmt_tx()
1157 mgmt_tx->size = len; in mgmt_tx()
1179 mgmt_tx->buff + ie_offset, in mgmt_tx()
1192 wilc_wlan_txq_add_mgmt_pkt(wdev->netdev, mgmt_tx, in mgmt_tx()
1193 mgmt_tx->buff, mgmt_tx->size, in mgmt_tx()
1671 .mgmt_tx = mgmt_tx,